Skip to content

Commit

Permalink
Bump packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamczykm committed May 7, 2024
1 parent a1cad3c commit cbbe084
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 7 deletions.
15 changes: 15 additions & 0 deletions demo-apps/minauth-demo-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- [email protected]
- [email protected]
- [email protected]
- [email protected]
2 changes: 1 addition & 1 deletion demo-apps/minauth-demo-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions demo-apps/minauth-demo-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- [email protected]
- [email protected]
- [email protected]
- [email protected]
4 changes: 2 additions & 2 deletions demo-apps/minauth-demo-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minauth-demo-server",
"version": "0.11.0",
"version": "0.12.0",
"description": "",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions library/minauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# minauth

## 0.12.0

### Minor Changes

- Make package compatible with npm workspaces. Migrate to using bun and turbo repo.
2 changes: 1 addition & 1 deletion library/minauth/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
12 changes: 12 additions & 0 deletions plugins/minauth-erc721-timelock-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- [email protected]
2 changes: 1 addition & 1 deletion plugins/minauth-erc721-timelock-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minauth-erc721-timelock-plugin",
"version": "0.11.0",
"version": "0.12.0",
"description": "",
"type": "module",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions plugins/minauth-merkle-membership-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- [email protected]
2 changes: 1 addition & 1 deletion plugins/minauth-merkle-membership-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minauth-merkle-membership-plugin",
"version": "0.11.0",
"version": "0.12.0",
"description": "",
"type": "module",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions plugins/minauth-simple-preimage-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- [email protected]
2 changes: 1 addition & 1 deletion plugins/minauth-simple-preimage-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cbbe084

Please sign in to comment.