From 583663de616f58bb167c45651aed6797f58b9e6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:30:50 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 8 +++---- CHANGELOG.md | 14 ++++++++++++ package.json | 2 +- packages/core/CHANGELOG.md | 28 +++++++++++++++++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++ packages/react/package.json | 2 +- packages/standalone/CHANGELOG.md | 29 ++++++++++++++++++++++++ packages/standalone/package.json | 2 +- 9 files changed, 118 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 82234a35..6da468bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "packages/core": "1.0.0-alpha.4", - "packages/react": "1.0.0-alpha.4", - "packages/standalone": "1.0.0-alpha.4", - ".": "1.0.0-alpha.4" + "packages/core": "1.1.0-alpha.4", + "packages/react": "1.1.0-alpha.4", + "packages/standalone": "1.1.0-alpha.4", + ".": "1.1.0-alpha.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 75be2435..74d16e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0-alpha.4](https://github.com/worldcoin/idkit-js/compare/idkit-v1.0.0-alpha.4...idkit-v1.1.0-alpha.4) (2023-12-06) + + +### Features + +* idkit state and error handling improvements ([#194](https://github.com/worldcoin/idkit-js/issues/194)) ([2e1157f](https://github.com/worldcoin/idkit-js/commit/2e1157f3835e2443a61e5e95b07919513ddf7717)) + + +### 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 example app ID & allow passing on Next example ([#196](https://github.com/worldcoin/idkit-js/issues/196)) ([eb053c6](https://github.com/worldcoin/idkit-js/commit/eb053c67761ceddaa2f23829c9ea025f30cfd475)) +* update dev instructions in readme ([#193](https://github.com/worldcoin/idkit-js/issues/193)) ([660ffa6](https://github.com/worldcoin/idkit-js/commit/660ffa6f35b215a22e8b4abe79dabe20f19b708e)) + ## [1.0.0-alpha.4](https://github.com/worldcoin/idkit-js/compare/idkit-v1.0.0-alpha.3...idkit-v1.0.0-alpha.4) (2023-12-01) diff --git a/package.json b/package.json index f1583a04..1f002f90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0-alpha.4", + "version": "1.1.0-alpha.4", "name": "idkit-monorepo", "scripts": { "dev": "turbo run dev", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8be59031..1c0dff86 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.1.0-alpha.4](https://github.com/worldcoin/idkit-js/compare/core-v1.0.0-alpha.4...core-v1.1.0-alpha.4) (2023-12-06) + + +### ⚠ BREAKING CHANGES + +* rename phone credential to device & misc improvements ([#169](https://github.com/worldcoin/idkit-js/issues/169)) + +### Features + +* idkit state and error handling improvements ([#194](https://github.com/worldcoin/idkit-js/issues/194)) ([2e1157f](https://github.com/worldcoin/idkit-js/commit/2e1157f3835e2443a61e5e95b07919513ddf7717)) +* 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)) +* 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)) + ## [1.0.0-alpha.4](https://github.com/worldcoin/idkit-js/compare/core-v1.0.0-alpha.3...core-v1.0.0-alpha.4) (2023-12-01) diff --git a/packages/core/package.json b/packages/core/package.json index 589cab15..fdbeab43 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@worldcoin/idkit-core", - "version": "1.0.0-alpha.4", + "version": "1.1.0-alpha.4", "homepage": "https://docs.worldcoin.org/id/idkit", "license": "MIT", "private": false, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fa37e77b..f10fd063 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -2,6 +2,45 @@ 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.1.0-alpha.4](https://github.com/worldcoin/idkit-js/compare/react-v1.0.0-alpha.4...react-v1.1.0-alpha.4) (2023-12-06) + + +### ⚠ BREAKING CHANGES + +* 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)) +* idkit state and error handling improvements ([#194](https://github.com/worldcoin/idkit-js/issues/194)) ([2e1157f](https://github.com/worldcoin/idkit-js/commit/2e1157f3835e2443a61e5e95b07919513ddf7717)) +* 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)) +* 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 + +* 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)) +* 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)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @worldcoin/idkit-core bumped to 1.1.0-alpha.4 + ## [1.0.0-alpha.4](https://github.com/worldcoin/idkit-js/compare/react-v1.0.0-alpha.3...react-v1.0.0-alpha.4) (2023-12-01) diff --git a/packages/react/package.json b/packages/react/package.json index 1a41dcb6..afd8d744 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@worldcoin/idkit", - "version": "1.0.0-alpha.4", + "version": "1.1.0-alpha.4", "homepage": "https://docs.worldcoin.org/id/idkit", "license": "MIT", "private": false, diff --git a/packages/standalone/CHANGELOG.md b/packages/standalone/CHANGELOG.md index b4f376e4..f16c2bd0 100644 --- a/packages/standalone/CHANGELOG.md +++ b/packages/standalone/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [1.1.0-alpha.4](https://github.com/worldcoin/idkit-js/compare/standalone-v1.0.0-alpha.4...standalone-v1.1.0-alpha.4) (2023-12-06) + + +### 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)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @worldcoin/idkit bumped to 1.1.0-alpha.4 + ## [1.0.0-alpha.4](https://github.com/worldcoin/idkit-js/compare/standalone-v1.0.0-alpha.3...standalone-v1.0.0-alpha.4) (2023-12-01) diff --git a/packages/standalone/package.json b/packages/standalone/package.json index b78ca72e..4bb5a759 100644 --- a/packages/standalone/package.json +++ b/packages/standalone/package.json @@ -1,6 +1,6 @@ { "name": "@worldcoin/idkit-standalone", - "version": "1.0.0-alpha.4", + "version": "1.1.0-alpha.4", "homepage": "https://docs.worldcoin.org/id/idkit", "license": "MIT", "private": false,