Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release wallet-manager 0.1.0 #37

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/wallet-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
path: packages/wallet-manager
monorepo-tags: true
default-branch: main
package-name: '@buildwithsygma/wallet-manager'
package-name: '@buildwithsygma/sygmaprotocol-wallet-manager'
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"revert","hidden":true}]'
release-as: "0.1.0"

Expand Down
55 changes: 55 additions & 0 deletions packages/wallet-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Changelog

## [0.1.0](https://github.com/sygmaprotocol/sygma-widget/compare/wallet-manager-v1.0.0...wallet-manager-v0.1.0) (2023-11-29)


### Features

* base implementation for context provider ([8c9b14b](https://github.com/sygmaprotocol/sygma-widget/commit/8c9b14b8b4926bdb31c3fa089786ffce527be6b5))
* base implementation for reactive controller of wallet manager ([08e7d70](https://github.com/sygmaprotocol/sygma-widget/commit/08e7d70d01b775599aa8d6020c250063d108bf9a))
* basic implementation for wallet classes ([fe0dc5d](https://github.com/sygmaprotocol/sygma-widget/commit/fe0dc5d43255085eb1274aa10ea7fc27385fe4a8))
* EmvWallet class base implementation ([74c9649](https://github.com/sygmaprotocol/sygma-widget/commit/74c96492dba784524891dfa04ca3314c69a36370))
* init of providers ([e41ebd4](https://github.com/sygmaprotocol/sygma-widget/commit/e41ebd44e8167f66f5f5b11123b9584cbd27456e))
* public methods to react to change of account and network ([c90ab38](https://github.com/sygmaprotocol/sygma-widget/commit/c90ab380eed82d0b25170dc1021a9951b27660a3))
* substrate wallet class base implementation and some fixes for Evm wallet ([e6caa8d](https://github.com/sygmaprotocol/sygma-widget/commit/e6caa8d4dfdea40fe61f71162740f266ad350be4))
* wallet package readme ([6607153](https://github.com/sygmaprotocol/sygma-widget/commit/6607153da5fde66dfd4ccc9ca684a8a12ef0b0ea))


### Bug Fixes

* fix sygma namespace ([f9ab963](https://github.com/sygmaprotocol/sygma-widget/commit/f9ab9637ea2b797086cee6c0a12b046e3cb2e14c))


### Miscellaneous

* addressing comments on pr review ([b099ce9](https://github.com/sygmaprotocol/sygma-widget/commit/b099ce9d9582c9a4649c290759874fff91e80798))
* basic tests for the reactive controller ([8697e81](https://github.com/sygmaprotocol/sygma-widget/commit/8697e81ff38560cb32172bafaa5f10b8509d7de1))
* change method names ([d002ac2](https://github.com/sygmaprotocol/sygma-widget/commit/d002ac2b97a1b47481bb26763724ba8b34e9d72c))
* change name of the context provider ([c3ab7da](https://github.com/sygmaprotocol/sygma-widget/commit/c3ab7da80b4449a87e2c65828eef6c94252e3015))
* changes to version ([964c39d](https://github.com/sygmaprotocol/sygma-widget/commit/964c39dc7e85033d44c64ad1dd562f0152964d85))
* changing to removeAllListeners ([fba19a5](https://github.com/sygmaprotocol/sygma-widget/commit/fba19a544657cf93376edf3ff18c5306fd80a309))
* default parameter for network value ([7b90cae](https://github.com/sygmaprotocol/sygma-widget/commit/7b90caed4962e77bdec05d0a47dba060c1b82b3d))
* ethers and lit context as peer dependencies ([797c073](https://github.com/sygmaprotocol/sygma-widget/commit/797c07323e433947d89d2efba7d6123e017bbd38))
* ethers as peer dependency and update on lock file ([98d0120](https://github.com/sygmaprotocol/sygma-widget/commit/98d012096952fc49e4e1c03cdb3b93d6c270dc9c))
* fixating dependencies ([2c5ad0a](https://github.com/sygmaprotocol/sygma-widget/commit/2c5ad0a993785ef1526fb70c2b0615148444ae99))
* fixing and adding some more basic tests ([ab3e13f](https://github.com/sygmaprotocol/sygma-widget/commit/ab3e13fd913e77655f33bf89d58b025ca9c7e6dc))
* folder structure for the packages ([c41a2bc](https://github.com/sygmaprotocol/sygma-widget/commit/c41a2bcc1647114bdc944f0677e6802fd908e76f))
* handling error when connection to provider is rejected and some docs improvements ([d295070](https://github.com/sygmaprotocol/sygma-widget/commit/d295070b89013e71f3318d57d10c1db1ab18e229))
* init wallet manager on connectedCallback and not the constructor ([47302b8](https://github.com/sygmaprotocol/sygma-widget/commit/47302b808683f31d8bd4b9bd2f22ee37e4c61cac))
* lit context back to dependency definition ([95b496d](https://github.com/sygmaprotocol/sygma-widget/commit/95b496dadacbf56e64d746f6cc0395be78272e32))
* **main:** release wallet-manager 0.1.0 ([076ffa3](https://github.com/sygmaprotocol/sygma-widget/commit/076ffa31ef8a5d49129ab11beba084e2086e5ec5))
* **main:** release wallet-manager 1.0.0 ([179d343](https://github.com/sygmaprotocol/sygma-widget/commit/179d3432616e590cd170a7064633943cf4eeab76))
* moving synthetic event creator as util function and removing it from context ([1386eb8](https://github.com/sygmaprotocol/sygma-widget/commit/1386eb883b80fb5627cadd8227383152841ff0b8))
* pr review ([a4cfef5](https://github.com/sygmaprotocol/sygma-widget/commit/a4cfef54b2e125efe1ef5067ca56ca329fe8b403))
* pr review last comments ([3fdf418](https://github.com/sygmaprotocol/sygma-widget/commit/3fdf41892a217dd596caf8e76051640e6218ac6a))
* PR review, changes on constructor implementation ([244bc78](https://github.com/sygmaprotocol/sygma-widget/commit/244bc78fe97038b84fd569db408708afaec91e78))
* removing js docs comments, adding yarn folder to the gitignore ([40592ce](https://github.com/sygmaprotocol/sygma-widget/commit/40592ce955e3f9162e644329f3bb62e0f0e51362))
* removing static methods to instantiate evm wallet class ([556c825](https://github.com/sygmaprotocol/sygma-widget/commit/556c825b80c4dd6abfcf33c9423837ba83cc5084))
* rename networks property to network ([9405bd5](https://github.com/sygmaprotocol/sygma-widget/commit/9405bd5b207d1e99fa6cb1ae11de9768b97fe913))
* scripts and adding some stuff to gitignores ([c60f73e](https://github.com/sygmaprotocol/sygma-widget/commit/c60f73ebc6c402fdd4a390236cf2cf2c61741ec9))
* setup for modern yarn and pipelines to check building phase ([3ffdae4](https://github.com/sygmaprotocol/sygma-widget/commit/3ffdae46e876b65e160f8ead0eab0aa51796e2f0))
* setup pipelines ([#9](https://github.com/sygmaprotocol/sygma-widget/issues/9)) ([576b4c5](https://github.com/sygmaprotocol/sygma-widget/commit/576b4c59592e83a6c64a7159d0ef5e3f7b812b63))
* update Evm base class ([5149995](https://github.com/sygmaprotocol/sygma-widget/commit/5149995b2a27a1a8c62468d3186a823675d74520))
* update on tsconfig and lock file ([fa18c10](https://github.com/sygmaprotocol/sygma-widget/commit/fa18c10a277326028bea743ca8473c3d01023b83))
* update package and lock file with vitest ([94fd2b0](https://github.com/sygmaprotocol/sygma-widget/commit/94fd2b0e5d26970c0bcdba5993f8a5baeed40edf))
* update tests ([43666c3](https://github.com/sygmaprotocol/sygma-widget/commit/43666c301f7b2215932c6653195ba5959bbba22b))
Loading