Skip to content

Commit

Permalink
chore: release main (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 30, 2023
1 parent 8bec821 commit bbbdcf5
Show file tree
Hide file tree
Showing 9 changed files with 105 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/core": "1.0.0-alpha.1",
"packages/react": "1.0.0-alpha.1",
"packages/standalone": "1.0.0-alpha.1",
".": "1.0.0-alpha.1"
"packages/core": "1.0.0-alpha.2",
"packages/react": "1.0.0-alpha.2",
"packages/standalone": "1.0.0-alpha.2",
".": "1.0.0-alpha.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.0-alpha.2](https://github.com/worldcoin/idkit-js/compare/idkit-v1.0.0-alpha.1...idkit-v1.0.0-alpha.2) (2023-11-30)


### Features

* dep updates ([#181](https://github.com/worldcoin/idkit-js/issues/181)) ([9e65630](https://github.com/worldcoin/idkit-js/commit/9e65630362e6a7d6fea30539f36491181e68b35d))


### Miscellaneous Chores

* release 1.0.0-alpha.2 ([#182](https://github.com/worldcoin/idkit-js/issues/182)) ([8bec821](https://github.com/worldcoin/idkit-js/commit/8bec8218623ac374d2eb54547caa0a782582509d))

## [1.0.0-alpha.1](https://github.com/worldcoin/idkit-js/compare/idkit-v1.0.0-alpha.0...idkit-v1.0.0-alpha.1) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"name": "idkit-monorepo",
"scripts": {
"dev": "turbo run dev",
Expand Down
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.0.0-alpha.2](https://github.com/worldcoin/idkit-js/compare/core-v1.0.0-alpha.1...core-v1.0.0-alpha.2) (2023-11-30)


### ⚠ BREAKING CHANGES

* rename phone credential to device & misc improvements ([#169](https://github.com/worldcoin/idkit-js/issues/169))

### Features

* 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))

## [1.0.0-alpha.1](https://github.com/worldcoin/idkit-js/compare/core-v1.0.0-alpha.0...core-v1.0.0-alpha.1) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worldcoin/idkit-core",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"homepage": "https://docs.worldcoin.org/id/idkit",
"license": "MIT",
"private": false,
Expand Down
33 changes: 33 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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.2](https://github.com/worldcoin/idkit-js/compare/react-v1.0.0-alpha.1...react-v1.0.0-alpha.2) (2023-11-30)


### ⚠ 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))
* 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))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @worldcoin/idkit-core bumped to 1.0.0-alpha.2

## [1.0.0-alpha.1](https://github.com/worldcoin/idkit-js/compare/react-v1.0.0-alpha.0...react-v1.0.0-alpha.1) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worldcoin/idkit",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"homepage": "https://docs.worldcoin.org/id/idkit",
"license": "MIT",
"private": false,
Expand Down
27 changes: 27 additions & 0 deletions packages/standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [1.0.0-alpha.2](https://github.com/worldcoin/idkit-js/compare/standalone-v1.0.0-alpha.1...standalone-v1.0.0-alpha.2) (2023-11-30)


### 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))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @worldcoin/idkit bumped to 1.0.0-alpha.2

## [1.0.0-alpha.1](https://github.com/worldcoin/idkit-js/compare/standalone-v1.0.0-alpha.0...standalone-v1.0.0-alpha.1) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worldcoin/idkit-standalone",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"homepage": "https://docs.worldcoin.org/id/idkit",
"license": "MIT",
"private": false,
Expand Down

0 comments on commit bbbdcf5

Please sign in to comment.