Skip to content

Commit

Permalink
chore(release): release 2.3.0
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.0...v2.3.0) (2023-08-28)

### Bug Fixes

* **docs:** Add static reference to the docs. ([#82](#82)) ([3dda29d](3dda29d))

### Features

* **Mercury:** adding return_route: all to didcomm Message ([#80](#80)) ([1972a9e](1972a9e))

Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
atala-dev authored and elribonazo committed May 2, 2024
1 parent 2cb1682 commit a00c1f5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.3.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/compare/v2.2.0...v2.3.0) (2023-08-28)


### Bug Fixes

* **docs:** Add static reference to the docs. ([#82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/82)) ([3dda29d](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/3dda29d13efd2c44f9d87ffa1ab3c7467e5a8088))


### Features

* **Mercury:** adding return_route: all to didcomm Message ([#80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/80)) ([1972a9e](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/1972a9e708bbad5a2d39fcd5763f46bba5313d1a))

# [2.2.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/compare/v2.1.0...v2.2.0) (2023-08-23)


Expand Down
2 changes: 1 addition & 1 deletion integration-tests/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/amagyar-iohk/atala-prism-wallet-sdk-ts-e2e#readme",
"dependencies": {
"@cucumber/cucumber": "^9.3.0",
"@input-output-hk/atala-prism-wallet-sdk": "^2.2.0",
"@input-output-hk/atala-prism-wallet-sdk": "^2.3.0",
"@input-output-hk/prism-typescript-client": "^1.9.2",
"@serenity-js/assertions": "^3.8.0",
"@serenity-js/console-reporter": "^3.8.0",
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/e2e-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@input-output-hk/atala-prism-wallet-sdk@^2.2.0":
version "2.2.0"
resolved "https://npm.pkg.github.com/download/@input-output-hk/atala-prism-wallet-sdk/2.2.0/8d11547c7fc1f498cd6d64503611d3c7c2ee53c1#8d11547c7fc1f498cd6d64503611d3c7c2ee53c1"
integrity sha512-kKMSBkiKF48PBmYro/054FyZgPzAf/7stzMQnr0Hbe33TTclkRnpCOVXbe5XWXwHKClSm3kVo+H0F4t7NjVhBw==
"@input-output-hk/atala-prism-wallet-sdk@^2.3.0":
version "2.3.0"
resolved "https://npm.pkg.github.com/download/@input-output-hk/atala-prism-wallet-sdk/2.3.0/5c3e5551a31a6b57589558819d8f31404ad2264d#5c3e5551a31a6b57589558819d8f31404ad2264d"
integrity sha512-uq8Kmu0bSa5SJT2S2EDV4Wiv6bmw2KgVUS1NTDzNGNumZfOIJ2xBFfHOc4t9rcMmvVkI5LWauEVzsnvtb384Mg==
dependencies:
"@scure/bip32" "^1.3.0"
"@scure/bip39" "^1.1.1"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@input-output-hk/atala-prism-wallet-sdk",
"version": "2.2.0",
"version": "2.3.0",
"description": "PRISM typescript SDK",
"main": "build/node/index.js",
"browser": "build/browser/index.js",
Expand Down

0 comments on commit a00c1f5

Please sign in to comment.