diff --git a/CHANGELOG.md b/CHANGELOG.md index 56882d26..fedf192d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.7](https://github.com/worldcoin/idkit-js/compare/idkit-v1.0.0-alpha.7...idkit-v1.0.0-alpha.7) (2023-12-11) + + +### Miscellaneous Chores + +* **idkit:** Synchronize group versions + ## [1.0.0-alpha.7](https://github.com/worldcoin/idkit-js/compare/idkit-v1.0.0-alpha.6...idkit-v1.0.0-alpha.7) (2023-12-11) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cb7d1ee4..83ea9913 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## [1.0.0-alpha.7](https://github.com/worldcoin/idkit-js/compare/core-v1.0.0-alpha.7...core-v1.0.0-alpha.7) (2023-12-11) + + +### ⚠ BREAKING CHANGES + +* handle credential_types check when using default ([#197](https://github.com/worldcoin/idkit-js/issues/197)) +* rename phone credential to device & misc improvements ([#169](https://github.com/worldcoin/idkit-js/issues/169)) + +### Features + +* Add CJS export for core ([#208](https://github.com/worldcoin/idkit-js/issues/208)) ([be6c426](https://github.com/worldcoin/idkit-js/commit/be6c426eb007796fc23c7ea8368ebf572f7dd22b)) +* idkit state and error handling improvements ([#194](https://github.com/worldcoin/idkit-js/issues/194)) ([2e1157f](https://github.com/worldcoin/idkit-js/commit/2e1157f3835e2443a61e5e95b07919513ddf7717)) +* Improve DX for self-hosted use-cases ([#171](https://github.com/worldcoin/idkit-js/issues/171)) ([a6a5efd](https://github.com/worldcoin/idkit-js/commit/a6a5efd31aa2b8694cb3500787069bf6d192124e)) +* rename phone credential to device & misc improvements ([#169](https://github.com/worldcoin/idkit-js/issues/169)) ([d6ab268](https://github.com/worldcoin/idkit-js/commit/d6ab2682205a094b6af3cb8438eeefe67077118d)) +* return verification_level instead of credential_type ([#203](https://github.com/worldcoin/idkit-js/issues/203)) ([a6d52f0](https://github.com/worldcoin/idkit-js/commit/a6d52f02536b1efa9ab1da16eceac9edd44a69a4)) +* Separate into core/react/standalone, switch to bridge & more ([#156](https://github.com/worldcoin/idkit-js/issues/156)) ([7b1c5d6](https://github.com/worldcoin/idkit-js/commit/7b1c5d6690ccdb535340a6dcf7a9cb56f24cec1a)) +* set package privacy & send `credential_types` by default ([#175](https://github.com/worldcoin/idkit-js/issues/175)) ([8a38ff3](https://github.com/worldcoin/idkit-js/commit/8a38ff35d3680bd0ae79da6b10d69dff0105d695)) +* Switch from credential types to verification level ([#202](https://github.com/worldcoin/idkit-js/issues/202)) ([9cbae6e](https://github.com/worldcoin/idkit-js/commit/9cbae6e2a043ccdd18d410412386c02fba6c8291)) + + +### Bug Fixes + +* fixes core and standalone packages; adds pre-publish script ([#176](https://github.com/worldcoin/idkit-js/issues/176)) ([9dd7a96](https://github.com/worldcoin/idkit-js/commit/9dd7a966d6294e5eead282a45726dd2091ea71ee)) +* handle credential_types check when using default ([#197](https://github.com/worldcoin/idkit-js/issues/197)) ([984a190](https://github.com/worldcoin/idkit-js/commit/984a190da3c313789d1c3e2e2010f37cc937406d)) + + +### Miscellaneous Chores + +* release 0.4.9 ([b94084e](https://github.com/worldcoin/idkit-js/commit/b94084e30653e2246c13d9bd30c2e5edd127bcde)) +* release 1.0.0-alpha.1 ([#179](https://github.com/worldcoin/idkit-js/issues/179)) ([b7b6d44](https://github.com/worldcoin/idkit-js/commit/b7b6d443350399d946c6507ce69db6eb48d2c30c)) +* release 1.0.0-alpha.2 ([#182](https://github.com/worldcoin/idkit-js/issues/182)) ([8bec821](https://github.com/worldcoin/idkit-js/commit/8bec8218623ac374d2eb54547caa0a782582509d)) +* release 1.0.0-alpha.3 ([#185](https://github.com/worldcoin/idkit-js/issues/185)) ([aaca138](https://github.com/worldcoin/idkit-js/commit/aaca1381c899f9f6bec9852c43d5156d3d8077e0)) +* release 1.0.0-alpha.4 ([#188](https://github.com/worldcoin/idkit-js/issues/188)) ([f8f8073](https://github.com/worldcoin/idkit-js/commit/f8f8073768a8f15a92f09c61aeabd5ff10e48b92)) +* release 1.0.0-alpha.5 ([#199](https://github.com/worldcoin/idkit-js/issues/199)) ([c81bbd2](https://github.com/worldcoin/idkit-js/commit/c81bbd2411d438afc6b90e4fdbdddcd14cba2ebf)) +* release 1.0.0-alpha.6 ([ee9771d](https://github.com/worldcoin/idkit-js/commit/ee9771d869a90fcd13f7eed4c29af8ef573e355f)) +* release 1.0.0-alpha.7 ([#207](https://github.com/worldcoin/idkit-js/issues/207)) ([a844c9b](https://github.com/worldcoin/idkit-js/commit/a844c9b8bba671dbcb1466c61dc1eff3267c9433)) + ## [1.0.0-alpha.7](https://github.com/worldcoin/idkit-js/compare/core-v1.0.0-alpha.6...core-v1.0.0-alpha.7) (2023-12-11) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index aa720416..95bca49f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -2,6 +2,57 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-alpha.7](https://github.com/worldcoin/idkit-js/compare/react-v1.0.0-alpha.7...react-v1.0.0-alpha.7) (2023-12-11) + + +### ⚠ BREAKING CHANGES + +* handle credential_types check when using default ([#197](https://github.com/worldcoin/idkit-js/issues/197)) +* rename phone credential to device & misc improvements ([#169](https://github.com/worldcoin/idkit-js/issues/169)) + +### Features + +* dep updates ([#181](https://github.com/worldcoin/idkit-js/issues/181)) ([9e65630](https://github.com/worldcoin/idkit-js/commit/9e65630362e6a7d6fea30539f36491181e68b35d)) +* font size robustness ([44c1a1f](https://github.com/worldcoin/idkit-js/commit/44c1a1ff1f23d4dfc3293163dadccd9d1932aa6d)) +* idkit state and error handling improvements ([#194](https://github.com/worldcoin/idkit-js/issues/194)) ([2e1157f](https://github.com/worldcoin/idkit-js/commit/2e1157f3835e2443a61e5e95b07919513ddf7717)) +* Improve DX for self-hosted use-cases ([#171](https://github.com/worldcoin/idkit-js/issues/171)) ([a6a5efd](https://github.com/worldcoin/idkit-js/commit/a6a5efd31aa2b8694cb3500787069bf6d192124e)) +* more design tweaks ([#206](https://github.com/worldcoin/idkit-js/issues/206)) ([1787b46](https://github.com/worldcoin/idkit-js/commit/1787b46e17c03a0ed090870c33dbcb0084273a28)) +* refresh design ([#191](https://github.com/worldcoin/idkit-js/issues/191)) ([fe7d166](https://github.com/worldcoin/idkit-js/commit/fe7d166be8bd5a3cffc86e20bb02a0c4ce5d9596)) +* rename phone credential to device & misc improvements ([#169](https://github.com/worldcoin/idkit-js/issues/169)) ([d6ab268](https://github.com/worldcoin/idkit-js/commit/d6ab2682205a094b6af3cb8438eeefe67077118d)) +* return verification_level instead of credential_type ([#203](https://github.com/worldcoin/idkit-js/issues/203)) ([a6d52f0](https://github.com/worldcoin/idkit-js/commit/a6d52f02536b1efa9ab1da16eceac9edd44a69a4)) +* Separate into core/react/standalone, switch to bridge & more ([#156](https://github.com/worldcoin/idkit-js/issues/156)) ([7b1c5d6](https://github.com/worldcoin/idkit-js/commit/7b1c5d6690ccdb535340a6dcf7a9cb56f24cec1a)) +* set package privacy & send `credential_types` by default ([#175](https://github.com/worldcoin/idkit-js/issues/175)) ([8a38ff3](https://github.com/worldcoin/idkit-js/commit/8a38ff35d3680bd0ae79da6b10d69dff0105d695)) +* Switch from credential types to verification level ([#202](https://github.com/worldcoin/idkit-js/issues/202)) ([9cbae6e](https://github.com/worldcoin/idkit-js/commit/9cbae6e2a043ccdd18d410412386c02fba6c8291)) + + +### Bug Fixes + +* expose IErrorState in react package ([#192](https://github.com/worldcoin/idkit-js/issues/192)) ([5531d8c](https://github.com/worldcoin/idkit-js/commit/5531d8c3c066bd0bb5826254f52febafdb32ac45)) +* fix `@worldcoin/idkit/internal` import ([#184](https://github.com/worldcoin/idkit-js/issues/184)) ([d81a78a](https://github.com/worldcoin/idkit-js/commit/d81a78a484ba35e743f09aa47dc2d927e5c25b1f)) +* fixes core and standalone packages; adds pre-publish script ([#176](https://github.com/worldcoin/idkit-js/issues/176)) ([9dd7a96](https://github.com/worldcoin/idkit-js/commit/9dd7a966d6294e5eead282a45726dd2091ea71ee)) +* handle credential_types check when using default ([#197](https://github.com/worldcoin/idkit-js/issues/197)) ([984a190](https://github.com/worldcoin/idkit-js/commit/984a190da3c313789d1c3e2e2010f37cc937406d)) +* minor copy fix ([#209](https://github.com/worldcoin/idkit-js/issues/209)) ([fcbc67c](https://github.com/worldcoin/idkit-js/commit/fcbc67c3f6dbe75798fdc340f07b7ed55035211c)) +* qrcode extension ([#187](https://github.com/worldcoin/idkit-js/issues/187)) ([4617097](https://github.com/worldcoin/idkit-js/commit/4617097999727ab24a61d73a392b8c0441c7e74b)) + + +### Miscellaneous Chores + +* release 0.4.9 ([b94084e](https://github.com/worldcoin/idkit-js/commit/b94084e30653e2246c13d9bd30c2e5edd127bcde)) +* release 1.0.0-alpha.1 ([#179](https://github.com/worldcoin/idkit-js/issues/179)) ([b7b6d44](https://github.com/worldcoin/idkit-js/commit/b7b6d443350399d946c6507ce69db6eb48d2c30c)) +* release 1.0.0-alpha.2 ([#182](https://github.com/worldcoin/idkit-js/issues/182)) ([8bec821](https://github.com/worldcoin/idkit-js/commit/8bec8218623ac374d2eb54547caa0a782582509d)) +* release 1.0.0-alpha.3 ([#185](https://github.com/worldcoin/idkit-js/issues/185)) ([aaca138](https://github.com/worldcoin/idkit-js/commit/aaca1381c899f9f6bec9852c43d5156d3d8077e0)) +* release 1.0.0-alpha.4 ([#188](https://github.com/worldcoin/idkit-js/issues/188)) ([f8f8073](https://github.com/worldcoin/idkit-js/commit/f8f8073768a8f15a92f09c61aeabd5ff10e48b92)) +* release 1.0.0-alpha.5 ([#199](https://github.com/worldcoin/idkit-js/issues/199)) ([c81bbd2](https://github.com/worldcoin/idkit-js/commit/c81bbd2411d438afc6b90e4fdbdddcd14cba2ebf)) +* release 1.0.0-alpha.6 ([ee9771d](https://github.com/worldcoin/idkit-js/commit/ee9771d869a90fcd13f7eed4c29af8ef573e355f)) +* release 1.0.0-alpha.7 ([#207](https://github.com/worldcoin/idkit-js/issues/207)) ([a844c9b](https://github.com/worldcoin/idkit-js/commit/a844c9b8bba671dbcb1466c61dc1eff3267c9433)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @worldcoin/idkit-core bumped to 1.0.0-alpha.7 + ## [1.0.0-alpha.7](https://github.com/worldcoin/idkit-js/compare/react-v1.0.0-alpha.6...react-v1.0.0-alpha.7) (2023-12-11) diff --git a/packages/standalone/CHANGELOG.md b/packages/standalone/CHANGELOG.md index 9ef0f087..897961b8 100644 --- a/packages/standalone/CHANGELOG.md +++ b/packages/standalone/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [1.0.0-alpha.7](https://github.com/worldcoin/idkit-js/compare/standalone-v1.0.0-alpha.7...standalone-v1.0.0-alpha.7) (2023-12-11) + + +### Features + +* Separate into core/react/standalone, switch to bridge & more ([#156](https://github.com/worldcoin/idkit-js/issues/156)) ([7b1c5d6](https://github.com/worldcoin/idkit-js/commit/7b1c5d6690ccdb535340a6dcf7a9cb56f24cec1a)) +* set package privacy & send `credential_types` by default ([#175](https://github.com/worldcoin/idkit-js/issues/175)) ([8a38ff3](https://github.com/worldcoin/idkit-js/commit/8a38ff35d3680bd0ae79da6b10d69dff0105d695)) + + +### Bug Fixes + +* fixes core and standalone packages; adds pre-publish script ([#176](https://github.com/worldcoin/idkit-js/issues/176)) ([9dd7a96](https://github.com/worldcoin/idkit-js/commit/9dd7a966d6294e5eead282a45726dd2091ea71ee)) + + +### Miscellaneous Chores + +* release 0.4.9 ([b94084e](https://github.com/worldcoin/idkit-js/commit/b94084e30653e2246c13d9bd30c2e5edd127bcde)) +* release 1.0.0-alpha.1 ([#179](https://github.com/worldcoin/idkit-js/issues/179)) ([b7b6d44](https://github.com/worldcoin/idkit-js/commit/b7b6d443350399d946c6507ce69db6eb48d2c30c)) +* release 1.0.0-alpha.2 ([#182](https://github.com/worldcoin/idkit-js/issues/182)) ([8bec821](https://github.com/worldcoin/idkit-js/commit/8bec8218623ac374d2eb54547caa0a782582509d)) +* release 1.0.0-alpha.3 ([#185](https://github.com/worldcoin/idkit-js/issues/185)) ([aaca138](https://github.com/worldcoin/idkit-js/commit/aaca1381c899f9f6bec9852c43d5156d3d8077e0)) +* release 1.0.0-alpha.4 ([#188](https://github.com/worldcoin/idkit-js/issues/188)) ([f8f8073](https://github.com/worldcoin/idkit-js/commit/f8f8073768a8f15a92f09c61aeabd5ff10e48b92)) +* release 1.0.0-alpha.5 ([#199](https://github.com/worldcoin/idkit-js/issues/199)) ([c81bbd2](https://github.com/worldcoin/idkit-js/commit/c81bbd2411d438afc6b90e4fdbdddcd14cba2ebf)) +* release 1.0.0-alpha.6 ([ee9771d](https://github.com/worldcoin/idkit-js/commit/ee9771d869a90fcd13f7eed4c29af8ef573e355f)) +* release 1.0.0-alpha.7 ([#207](https://github.com/worldcoin/idkit-js/issues/207)) ([a844c9b](https://github.com/worldcoin/idkit-js/commit/a844c9b8bba671dbcb1466c61dc1eff3267c9433)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @worldcoin/idkit bumped to 1.0.0-alpha.7 + ## [1.0.0-alpha.7](https://github.com/worldcoin/idkit-js/compare/standalone-v1.0.0-alpha.6...standalone-v1.0.0-alpha.7) (2023-12-11)