Skip to content

Commit

Permalink
ci: publish packages [skip actions]
Browse files Browse the repository at this point in the history
 - @cardano-sdk/e2e@0.49.0
 - @cardano-sdk/web-extension@0.36.0
  • Loading branch information
lace-bot committed Dec 6, 2024
1 parent 3ec9198 commit 6f6e003
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.49.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.48.0...@cardano-sdk/e2e@0.49.0) (2024-12-06)

### ⚠ BREAKING CHANGES

* **web-extension:** support async WalletRepository store initialization

### Features

* **web-extension:** support async WalletRepository store initialization ([b64641a](https://github.com/input-output-hk/cardano-js-sdk/commit/b64641a6f72f478b2a7164f3e3907815eb429c88))

## [0.48.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.47.1...@cardano-sdk/e2e@0.48.0) (2024-12-06)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/e2e",
"version": "0.48.0",
"version": "0.49.0",
"description": "End to end tests for the cardano-js-sdk packages.",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/web-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.36.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.35.0...@cardano-sdk/web-extension@0.36.0) (2024-12-06)

### ⚠ BREAKING CHANGES

* **web-extension:** support async WalletRepository store initialization

### Features

* **web-extension:** support async WalletRepository store initialization ([b64641a](https://github.com/input-output-hk/cardano-js-sdk/commit/b64641a6f72f478b2a7164f3e3907815eb429c88))

## [0.35.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.34.24...@cardano-sdk/web-extension@0.35.0) (2024-12-06)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/web-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/web-extension",
"version": "0.35.0",
"version": "0.36.0",
"description": "Web extension wallet utilities",
"engines": {
"node": ">=16.20.2"
Expand Down

0 comments on commit 6f6e003

Please sign in to comment.