Skip to content

Commit

Permalink
chore: release main (#114)
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 Apr 27, 2023
1 parent b94084e commit 34121a1
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"idkit": "0.4.8",
".": "0.4.8"
"idkit": "0.4.9",
".": "0.4.9"
}
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

## [0.4.9](https://github.com/worldcoin/idkit-js/compare/root-v0.4.8...root-v0.4.9) (2023-04-27)


### Features

* basic tests ([#104](https://github.com/worldcoin/idkit-js/issues/104)) ([e8e30d0](https://github.com/worldcoin/idkit-js/commit/e8e30d08e763b6ef28de9cb42074d117b0c859d3))
* bump deps & remove unused ([#98](https://github.com/worldcoin/idkit-js/issues/98)) ([29264f5](https://github.com/worldcoin/idkit-js/commit/29264f57fcec7ed6ee1c1716499d340825cc07e7))
* copy QR code on desktop ([#107](https://github.com/worldcoin/idkit-js/issues/107)) ([2dba987](https://github.com/worldcoin/idkit-js/commit/2dba9876f0c48332ded26898a810eb57adfc8bde))
* error handling ([#92](https://github.com/worldcoin/idkit-js/issues/92)) ([efba436](https://github.com/worldcoin/idkit-js/commit/efba4366359581f75fc7346cc9784936c8a1777e))
* experimental mode selection ([#115](https://github.com/worldcoin/idkit-js/issues/115)) ([bff8c71](https://github.com/worldcoin/idkit-js/commit/bff8c71a471ca5eb1bc69f7e84af801c52fc2f0f))
* fix release-please ([#113](https://github.com/worldcoin/idkit-js/issues/113)) ([dca5c0f](https://github.com/worldcoin/idkit-js/commit/dca5c0ff99ee6e07d222d68ddd3973c24f522409))
* phone credential type ([#87](https://github.com/worldcoin/idkit-js/issues/87)) ([9b42876](https://github.com/worldcoin/idkit-js/commit/9b428764a7873d040f5267ddac22b315a12435f9))
* remove logo from qr ([#82](https://github.com/worldcoin/idkit-js/issues/82)) ([070b88e](https://github.com/worldcoin/idkit-js/commit/070b88e1702bc38329d6c408d9ac60ccbfb4357a))
* UI tweaks ([#91](https://github.com/worldcoin/idkit-js/issues/91)) ([22b2fed](https://github.com/worldcoin/idkit-js/commit/22b2fedd93d018d941be4d9e9ac3e6b0b6655c6b))
* update readme ([#101](https://github.com/worldcoin/idkit-js/issues/101)) ([b4c153e](https://github.com/worldcoin/idkit-js/commit/b4c153e7491f9c170501ff01a70c9b2094b84145))


### Bug Fixes

* Add cjs target ([#93](https://github.com/worldcoin/idkit-js/issues/93)) ([cb1bb90](https://github.com/worldcoin/idkit-js/commit/cb1bb909df59d1c41bf1f8831a7933b2b34ee4e0))
* infinite credential types ([#95](https://github.com/worldcoin/idkit-js/issues/95)) ([641bdbb](https://github.com/worldcoin/idkit-js/commit/641bdbbb271b95537976a77c324baf23c95cd37e))
* new release-please config ([#89](https://github.com/worldcoin/idkit-js/issues/89)) ([221c557](https://github.com/worldcoin/idkit-js/commit/221c557e9f6006c453bee4897ff787e5ae1c2caa))
* qr logo positioning ([#79](https://github.com/worldcoin/idkit-js/issues/79)) ([45db408](https://github.com/worldcoin/idkit-js/commit/45db4087df0b630b9285ba9a4140d0e4662f1633))
* qrcode dark mode styles ([#96](https://github.com/worldcoin/idkit-js/issues/96)) ([0776348](https://github.com/worldcoin/idkit-js/commit/0776348f5fde69dc8bed17b215ff3a17a7c82992))
* remove a bunch of unused phone code ([#83](https://github.com/worldcoin/idkit-js/issues/83)) ([59f3ac0](https://github.com/worldcoin/idkit-js/commit/59f3ac053a86f02db0571c117c237910939fc1e2))
* remove unused error codes ([#81](https://github.com/worldcoin/idkit-js/issues/81)) ([9a2b967](https://github.com/worldcoin/idkit-js/commit/9a2b967514d375dc80f51805ccfe6755314933cc))
* spinner size ([#100](https://github.com/worldcoin/idkit-js/issues/100)) ([1fa1c1d](https://github.com/worldcoin/idkit-js/commit/1fa1c1d9c7df0211a90da28ff57baecb4087eee1))
* Update SignInWithWorldID.tsx ([#110](https://github.com/worldcoin/idkit-js/issues/110)) ([ac9c69c](https://github.com/worldcoin/idkit-js/commit/ac9c69cfb062d61fca6a8d8887ff4b8a875619db)), closes [#109](https://github.com/worldcoin/idkit-js/issues/109)


### Miscellaneous Chores

* release 0.4.9 ([b94084e](https://github.com/worldcoin/idkit-js/commit/b94084e30653e2246c13d9bd30c2e5edd127bcde))
2 changes: 1 addition & 1 deletion example-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-nextjs",
"version": "0.4.8",
"version": "0.4.9",
"private": true,
"scripts": {
"dev": "yarn build:idkit && next dev",
Expand Down
2 changes: 1 addition & 1 deletion example-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-react",
"version": "0.4.8",
"version": "0.4.9",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
17 changes: 17 additions & 0 deletions idkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [0.4.9](https://github.com/worldcoin/idkit-js/compare/idkit-v0.4.8...idkit-v0.4.9) (2023-04-27)


### Features

* experimental mode selection ([#115](https://github.com/worldcoin/idkit-js/issues/115)) ([bff8c71](https://github.com/worldcoin/idkit-js/commit/bff8c71a471ca5eb1bc69f7e84af801c52fc2f0f))


### Bug Fixes

* Update SignInWithWorldID.tsx ([#110](https://github.com/worldcoin/idkit-js/issues/110)) ([ac9c69c](https://github.com/worldcoin/idkit-js/commit/ac9c69cfb062d61fca6a8d8887ff4b8a875619db)), closes [#109](https://github.com/worldcoin/idkit-js/issues/109)


### Miscellaneous Chores

* release 0.4.9 ([b94084e](https://github.com/worldcoin/idkit-js/commit/b94084e30653e2246c13d9bd30c2e5edd127bcde))

## [0.4.8](https://github.com/worldcoin/idkit-js/compare/idkit-v0.4.7...idkit-v0.4.8) (2023-04-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion idkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The identity SDK. Privacy-preserving identity and proof of personhood with World ID.",
"type": "module",
"types": "./build/src/index.d.ts",
"version": "0.4.8",
"version": "0.4.9",
"private": false,
"main": "./build/index.cjs",
"module": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"scripts": {
"spellcheck": "cspell **/*.{ts,js,tsx,json} -e idkit/esbuild-meta.json -e idkit/build -e idkit/node_modules -e node_modules -e yarn.lock"
},
"version": "0.4.8"
"version": "0.4.9"
}

1 comment on commit 34121a1

@vercel
Copy link

@vercel vercel bot commented on 34121a1 Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.