From cbbe0841034ab945117c4b927fed3c98a394d81d Mon Sep 17 00:00:00 2001 From: adamczykm Date: Wed, 8 May 2024 01:32:42 +0200 Subject: [PATCH] Bump packages. --- demo-apps/minauth-demo-client/CHANGELOG.md | 15 +++++++++++++++ demo-apps/minauth-demo-client/package.json | 2 +- demo-apps/minauth-demo-server/CHANGELOG.md | 15 +++++++++++++++ demo-apps/minauth-demo-server/package.json | 4 ++-- library/minauth/CHANGELOG.md | 7 +++++++ library/minauth/package.json | 2 +- .../minauth-erc721-timelock-plugin/CHANGELOG.md | 12 ++++++++++++ .../minauth-erc721-timelock-plugin/package.json | 2 +- .../minauth-merkle-membership-plugin/CHANGELOG.md | 12 ++++++++++++ .../minauth-merkle-membership-plugin/package.json | 2 +- .../minauth-simple-preimage-plugin/CHANGELOG.md | 12 ++++++++++++ .../minauth-simple-preimage-plugin/package.json | 2 +- 12 files changed, 80 insertions(+), 7 deletions(-) create mode 100644 demo-apps/minauth-demo-client/CHANGELOG.md create mode 100644 demo-apps/minauth-demo-server/CHANGELOG.md create mode 100644 library/minauth/CHANGELOG.md create mode 100644 plugins/minauth-erc721-timelock-plugin/CHANGELOG.md create mode 100644 plugins/minauth-merkle-membership-plugin/CHANGELOG.md create mode 100644 plugins/minauth-simple-preimage-plugin/CHANGELOG.md diff --git a/demo-apps/minauth-demo-client/CHANGELOG.md b/demo-apps/minauth-demo-client/CHANGELOG.md new file mode 100644 index 0000000..f695a6e --- /dev/null +++ b/demo-apps/minauth-demo-client/CHANGELOG.md @@ -0,0 +1,15 @@ +# minauth-demo-client + +## 0.12.0 + +### Minor Changes + +- Make package compatible with npm workspaces. Migrate to using bun and turbo repo. + +### Patch Changes + +- Updated dependencies + - minauth-merkle-membership-plugin@0.12.0 + - minauth-erc721-timelock-plugin@0.12.0 + - minauth-simple-preimage-plugin@0.12.0 + - minauth@0.12.0 diff --git a/demo-apps/minauth-demo-client/package.json b/demo-apps/minauth-demo-client/package.json index 17532ad..5ae6fa3 100644 --- a/demo-apps/minauth-demo-client/package.json +++ b/demo-apps/minauth-demo-client/package.json @@ -1,6 +1,6 @@ { "name": "minauth-demo-client", - "version": "0.11.0", + "version": "0.12.0", "private": true, "scripts": { "install-ci": "bun install --unsafe-perm=true", diff --git a/demo-apps/minauth-demo-server/CHANGELOG.md b/demo-apps/minauth-demo-server/CHANGELOG.md new file mode 100644 index 0000000..0e5b252 --- /dev/null +++ b/demo-apps/minauth-demo-server/CHANGELOG.md @@ -0,0 +1,15 @@ +# minauth-demo-server + +## 0.12.0 + +### Minor Changes + +- Make package compatible with npm workspaces. Migrate to using bun and turbo repo. + +### Patch Changes + +- Updated dependencies + - minauth-merkle-membership-plugin@0.12.0 + - minauth-erc721-timelock-plugin@0.12.0 + - minauth-simple-preimage-plugin@0.12.0 + - minauth@0.12.0 diff --git a/demo-apps/minauth-demo-server/package.json b/demo-apps/minauth-demo-server/package.json index 2c5087c..4e7d0fd 100644 --- a/demo-apps/minauth-demo-server/package.json +++ b/demo-apps/minauth-demo-server/package.json @@ -1,6 +1,6 @@ { "name": "minauth-demo-server", - "version": "0.11.0", + "version": "0.12.0", "description": "", "type": "module", "main": "index.js", @@ -33,7 +33,7 @@ "minauth": "workspace:*", "minauth-erc721-timelock-plugin": "workspace:*", "minauth-merkle-membership-plugin": "workspace:*", - "minauth-simple-preimage-plugin": "workspace:*", + "minauth-simple-preimage-plugin": "workspace:*", "o1js": "0.16.0", "passport": "^0.6.0", "passport-jwt": "^4.0.1", diff --git a/library/minauth/CHANGELOG.md b/library/minauth/CHANGELOG.md new file mode 100644 index 0000000..970885d --- /dev/null +++ b/library/minauth/CHANGELOG.md @@ -0,0 +1,7 @@ +# minauth + +## 0.12.0 + +### Minor Changes + +- Make package compatible with npm workspaces. Migrate to using bun and turbo repo. diff --git a/library/minauth/package.json b/library/minauth/package.json index 0bac65e..a3ee894 100644 --- a/library/minauth/package.json +++ b/library/minauth/package.json @@ -1,6 +1,6 @@ { "name": "minauth", - "version": "0.11.0", + "version": "0.12.0", "description": "A TypeScript library for building authentication systems on top of the Mina blockchain and other zero-knowledge proofs solutions.", "type": "module", "files": [ diff --git a/plugins/minauth-erc721-timelock-plugin/CHANGELOG.md b/plugins/minauth-erc721-timelock-plugin/CHANGELOG.md new file mode 100644 index 0000000..297fcc7 --- /dev/null +++ b/plugins/minauth-erc721-timelock-plugin/CHANGELOG.md @@ -0,0 +1,12 @@ +# minauth-erc721-timelock-plugin + +## 0.12.0 + +### Minor Changes + +- Make package compatible with npm workspaces. Migrate to using bun and turbo repo. + +### Patch Changes + +- Updated dependencies + - minauth@0.12.0 diff --git a/plugins/minauth-erc721-timelock-plugin/package.json b/plugins/minauth-erc721-timelock-plugin/package.json index e0bb2b5..fc3aaf2 100644 --- a/plugins/minauth-erc721-timelock-plugin/package.json +++ b/plugins/minauth-erc721-timelock-plugin/package.json @@ -1,6 +1,6 @@ { "name": "minauth-erc721-timelock-plugin", - "version": "0.11.0", + "version": "0.12.0", "description": "", "type": "module", "files": [ diff --git a/plugins/minauth-merkle-membership-plugin/CHANGELOG.md b/plugins/minauth-merkle-membership-plugin/CHANGELOG.md new file mode 100644 index 0000000..09c9d2d --- /dev/null +++ b/plugins/minauth-merkle-membership-plugin/CHANGELOG.md @@ -0,0 +1,12 @@ +# minauth-merkle-membership-plugin + +## 0.12.0 + +### Minor Changes + +- Make package compatible with npm workspaces. Migrate to using bun and turbo repo. + +### Patch Changes + +- Updated dependencies + - minauth@0.12.0 diff --git a/plugins/minauth-merkle-membership-plugin/package.json b/plugins/minauth-merkle-membership-plugin/package.json index 812f629..001061c 100644 --- a/plugins/minauth-merkle-membership-plugin/package.json +++ b/plugins/minauth-merkle-membership-plugin/package.json @@ -1,6 +1,6 @@ { "name": "minauth-merkle-membership-plugin", - "version": "0.11.0", + "version": "0.12.0", "description": "", "type": "module", "files": [ diff --git a/plugins/minauth-simple-preimage-plugin/CHANGELOG.md b/plugins/minauth-simple-preimage-plugin/CHANGELOG.md new file mode 100644 index 0000000..ea3316e --- /dev/null +++ b/plugins/minauth-simple-preimage-plugin/CHANGELOG.md @@ -0,0 +1,12 @@ +# minauth-simple-preimage-plugin + +## 0.12.0 + +### Minor Changes + +- Make package compatible with npm workspaces. Migrate to using bun and turbo repo. + +### Patch Changes + +- Updated dependencies + - minauth@0.12.0 diff --git a/plugins/minauth-simple-preimage-plugin/package.json b/plugins/minauth-simple-preimage-plugin/package.json index e93752d..3bd9000 100644 --- a/plugins/minauth-simple-preimage-plugin/package.json +++ b/plugins/minauth-simple-preimage-plugin/package.json @@ -1,6 +1,6 @@ { "name": "minauth-simple-preimage-plugin", - "version": "0.11.0", + "version": "0.12.0", "description": "A very simple Minauth plugin that allows users to authenticate by providing a preimage to a given hash.", "type": "module", "main": "dist/index.js",