Skip to content

Commit

Permalink
chore(release): release 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](hyperledger/identus-edge-agent-sdk-ts@v1.0.0...v2.0.0) (2023-04-04)

### Bug Fixes

* **apollo:** fix typo in public method ([hyperledger#15](hyperledger#15)) ([59cd862](hyperledger@59cd862))
* **apollo:** throw error when signing with x25519 ([hyperledger#16](hyperledger#16)) ([6371d27](hyperledger@6371d27))
* browser webpack issue ([hyperledger#29](hyperledger#29)) ([02d186e](hyperledger@02d186e))
* Browser webpack issue ([hyperledger#30](hyperledger#30)) ([8c59450](hyperledger@8c59450))
* move required libs to dependencies instead of devDependencies ([hyperledger#39](hyperledger#39)) ([7a7716f](hyperledger@7a7716f))
* parse timestamp to date ([hyperledger#43](hyperledger#43)) ([0eb0cc6](hyperledger@0eb0cc6))
* pluto table recreate attempt ([hyperledger#34](hyperledger#34)) ([3a011cb](hyperledger@3a011cb))
* **pluto:** usage on agent & other minor updates ([hyperledger#27](hyperledger#27)) ([2a18d14](hyperledger@2a18d14))
* react-native-sqlite-storage complain ([hyperledger#32](hyperledger#32)) ([9ca0ad3](hyperledger@9ca0ad3))
* typeorm cleanup ([hyperledger#40](hyperledger#40)) ([f8765a9](hyperledger@f8765a9))
* Webpack dev server infinite loop ([hyperledger#33](hyperledger#33)) ([94eb991](hyperledger@94eb991))

### Continuous Integration

* add semantic-release ([617c64a](hyperledger@617c64a))

### Features

* **agent:** Implement agent with basic mediation protocol, with examples ([hyperledger#23](hyperledger#23)) ([b0104b2](hyperledger@b0104b2))
* **agent:** Implementing DIDComm V2 Protocols + Demo showcasing ([hyperledger#36](hyperledger#36)) ([515d835](hyperledger@515d835))
* **apollo:** Implementing PeerDID ED25519 and X25519 algorithms for KeyAgreement and Authentication. ([hyperledger#13](hyperledger#13)) ([f6eabef](hyperledger@f6eabef))
* ATL 3641 - Pluto in wallet implementation ([hyperledger#17](hyperledger#17)) ([54579e5](hyperledger@54579e5))
* **examples:** add browser sdk integration example - keys and dids ([hyperledger#14](hyperledger#14)) ([4cd0e75](hyperledger@4cd0e75))
* **examples:** adding agent control buttons to browser demo ([hyperledger#24](hyperledger#24)) ([696309d](hyperledger@696309d))
* **examples:** initial examples setup + build config update ([hyperledger#8](hyperledger#8)) ([0b6ec28](hyperledger@0b6ec28))
* Pluto typeorm migration. ([hyperledger#22](hyperledger#22)) ([6107ef2](hyperledger@6107ef2))
* **Pollux:** Implementing Pollux.parseVerifiableCredential with tests ([hyperledger#4](hyperledger#4)) ([da05e65](hyperledger@da05e65))
* **testing:** Add Karma testing for browser ([hyperledger#9](hyperledger#9)) ([b15f148](hyperledger@b15f148))

### BREAKING CHANGES

* release Atala V2

Signed-off-by: Francisco Javier Ribó Labrador <[email protected]>
  • Loading branch information
atala-dev authored and elribonazo committed May 2, 2024
1 parent 882ef4d commit c583b37
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# [2.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/compare/v1.0.0...v2.0.0) (2023-04-04)


### Bug Fixes

* **apollo:** fix typo in public method ([#15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/15)) ([59cd862](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/59cd862e3ab66fcbf802151ce3b2618a6d1584db))
* **apollo:** throw error when signing with x25519 ([#16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/16)) ([6371d27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/6371d27b255868775b6c30d57d780d76989c69c0))
* browser webpack issue ([#29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/29)) ([02d186e](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/02d186e5daf715232507fabda1c5e010a7f377c6))
* Browser webpack issue ([#30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/30)) ([8c59450](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/8c59450d841bf1bd0394037cbdf10ce574fcaded))
* move required libs to dependencies instead of devDependencies ([#39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/39)) ([7a7716f](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/7a7716faf2db6d590d36850b4947d2ba71be3ced))
* parse timestamp to date ([#43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/43)) ([0eb0cc6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/0eb0cc681baedbf2c3052109e4a25b3a8bf775fb))
* pluto table recreate attempt ([#34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/34)) ([3a011cb](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/3a011cb223a96c8eb5d0575d507a56a2dfe58479))
* **pluto:** usage on agent & other minor updates ([#27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/27)) ([2a18d14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/2a18d14e2c4777795e5e515f8af1906dc2e36a76))
* react-native-sqlite-storage complain ([#32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/32)) ([9ca0ad3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/9ca0ad39e4b354dcd496c75c93a0ce639f341bba))
* typeorm cleanup ([#40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/40)) ([f8765a9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/f8765a96dcf214d82e53fdc1fcddd7425d239f4e))
* Webpack dev server infinite loop ([#33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/33)) ([94eb991](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/94eb991f93975ea2a177b8db0f040541040e7f1e))


### Continuous Integration

* add semantic-release ([617c64a](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/617c64a36c46f17b7f818ca8e356b81ad41e3a01))


### Features

* **agent:** Implement agent with basic mediation protocol, with examples ([#23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/23)) ([b0104b2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/b0104b286c8a1338295b587d647944538845f7be))
* **agent:** Implementing DIDComm V2 Protocols + Demo showcasing ([#36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/36)) ([515d835](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/515d835f7c0d592756e63d507f2fd2a51c5a80be))
* **apollo:** Implementing PeerDID ED25519 and X25519 algorithms for KeyAgreement and Authentication. ([#13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/13)) ([f6eabef](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/f6eabefa908bae8e636a97d67de4ff78f84543f2))
* ATL 3641 - Pluto in wallet implementation ([#17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/17)) ([54579e5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/54579e562c8327ab8fa7851e91532f12458dbe34))
* **examples:** add browser sdk integration example - keys and dids ([#14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/14)) ([4cd0e75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/4cd0e758ff5c580e7bce65cc22c59ac261220405))
* **examples:** adding agent control buttons to browser demo ([#24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/24)) ([696309d](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/696309d992269aa263250acc0ade6f8c56ac1e44))
* **examples:** initial examples setup + build config update ([#8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/8)) ([0b6ec28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/0b6ec2842a339c2b443d8cd65021fd0fab36f1a4))
* Pluto typeorm migration. ([#22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/22)) ([6107ef2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/6107ef2127d471bc27a3220eff2ddd842de91a6b))
* **Pollux:** Implementing Pollux.parseVerifiableCredential with tests ([#4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/4)) ([da05e65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/da05e654b2132772e85c4e37b970d50a4080d741))
* **testing:** Add Karma testing for browser ([#9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/issues/9)) ([b15f148](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/commit/b15f14849f1677c89b1ed6b2c73a83240784164f))


### BREAKING CHANGES

* release Atala V2
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": "0.0.1",
"version": "2.0.0",
"description": "PRISM typescript SDK",
"main": "build/node/index.js",
"browser": "build/browser/index.js",
Expand Down

0 comments on commit c583b37

Please sign in to comment.