-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b71e5ee
commit 1ec2aa9
Showing
7 changed files
with
59 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"packages/react": "1.1.1", | ||
"packages/core": "1.1.1", | ||
".": "1.1.1" | ||
"packages/react": "1.2.0", | ||
"packages/core": "1.2.0", | ||
".": "1.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## [1.2.0](https://github.com/worldcoin/minikit-js/compare/minikit-js-v1.1.1...minikit-js-v1.2.0) (2024-11-01) | ||
|
||
|
||
### Features | ||
|
||
* add static appId var ([#83](https://github.com/worldcoin/minikit-js/issues/83)) ([a83c9fb](https://github.com/worldcoin/minikit-js/commit/a83c9fb6cf731efdde5e3a2b7eafe6c0915cbb50)) | ||
* Add username support ([#93](https://github.com/worldcoin/minikit-js/issues/93)) ([f28841e](https://github.com/worldcoin/minikit-js/commit/f28841e598fc181698d33819b0e56dcc73aa42a7)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add Readmes to prepare for open source ([#84](https://github.com/worldcoin/minikit-js/issues/84)) ([4d2f5a0](https://github.com/worldcoin/minikit-js/commit/4d2f5a01a392d8ab7743747ce3ca5ba481999db5)) | ||
* app id text ([#10](https://github.com/worldcoin/minikit-js/issues/10)) ([8a1aff5](https://github.com/worldcoin/minikit-js/commit/8a1aff5b93b078a1582a06e655f27bd20da096ef)) | ||
* CJS node 16 compatiblity ([#73](https://github.com/worldcoin/minikit-js/issues/73)) ([ccf3b6c](https://github.com/worldcoin/minikit-js/commit/ccf3b6c1283dbb97f3033e20fcc05bb59cc6ef8b)) | ||
* Switch to viem ([#64](https://github.com/worldcoin/minikit-js/issues/64)) ([6dc47cc](https://github.com/worldcoin/minikit-js/commit/6dc47cc741abfea6a185c6e42ebc405d4fc28468)) | ||
* test release please fix ([#94](https://github.com/worldcoin/minikit-js/issues/94)) ([bf6b007](https://github.com/worldcoin/minikit-js/commit/bf6b007e02c867ec09c853e07b9edb1ecba0d129)) | ||
* ui ([#29](https://github.com/worldcoin/minikit-js/issues/29)) ([5d90fbd](https://github.com/worldcoin/minikit-js/commit/5d90fbdd75237e3d849eee52cc2aab97e38b2353)) | ||
* Update not before ([#30](https://github.com/worldcoin/minikit-js/issues/30)) ([0a5cbd3](https://github.com/worldcoin/minikit-js/commit/0a5cbd39e4e3a8ef0f75c8a24d6dff790e0316fe)) | ||
* use default `GITHUB_TOKEN` for release ([#109](https://github.com/worldcoin/minikit-js/issues/109)) ([c13b828](https://github.com/worldcoin/minikit-js/commit/c13b828420d2949ca6b7d384ff2dca1ca8871214)) | ||
* username query parsing ([#108](https://github.com/worldcoin/minikit-js/issues/108)) ([b71e5ee](https://github.com/worldcoin/minikit-js/commit/b71e5eeed1e72c587fe76816d10309ae9a13e101)) | ||
* wallet auth paylod typing ([#58](https://github.com/worldcoin/minikit-js/issues/58)) ([73f93ab](https://github.com/worldcoin/minikit-js/commit/73f93abcc14ff2f112d7c1ab12973ab34f711fb8)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## [1.2.0](https://github.com/worldcoin/minikit-js/compare/core-v1.1.1...core-v1.2.0) (2024-11-01) | ||
|
||
|
||
### Features | ||
|
||
* add static appId var ([#83](https://github.com/worldcoin/minikit-js/issues/83)) ([a83c9fb](https://github.com/worldcoin/minikit-js/commit/a83c9fb6cf731efdde5e3a2b7eafe6c0915cbb50)) | ||
* Add username support ([#93](https://github.com/worldcoin/minikit-js/issues/93)) ([f28841e](https://github.com/worldcoin/minikit-js/commit/f28841e598fc181698d33819b0e56dcc73aa42a7)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add Readmes to prepare for open source ([#84](https://github.com/worldcoin/minikit-js/issues/84)) ([4d2f5a0](https://github.com/worldcoin/minikit-js/commit/4d2f5a01a392d8ab7743747ce3ca5ba481999db5)) | ||
* username query parsing ([#108](https://github.com/worldcoin/minikit-js/issues/108)) ([b71e5ee](https://github.com/worldcoin/minikit-js/commit/b71e5eeed1e72c587fe76816d10309ae9a13e101)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## [1.2.0](https://github.com/worldcoin/minikit-js/compare/react-v1.1.1...react-v1.2.0) (2024-11-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add Readmes to prepare for open source ([#84](https://github.com/worldcoin/minikit-js/issues/84)) ([4d2f5a0](https://github.com/worldcoin/minikit-js/commit/4d2f5a01a392d8ab7743747ce3ca5ba481999db5)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @worldcoin/minikit-js bumped to 1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters