Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ichub committed May 16, 2023
1 parent 2a421e8 commit 46d775d
Show file tree
Hide file tree
Showing 36 changed files with 245 additions and 78 deletions.
11 changes: 11 additions & 0 deletions apps/consumer-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# consumer-client

## 0.0.13

### Patch Changes

- Updated dependencies
- @pcd/ethereum-ownership-pcd@0.5.3
- @pcd/passport-interface@0.5.3
- @pcd/pcd-types@0.5.3
- @pcd/semaphore-group-pcd@0.5.3
- @pcd/semaphore-identity-pcd@0.5.3

## 0.0.12

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions apps/consumer-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "consumer-client",
"version": "0.0.12",
"version": "0.0.13",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
Expand All @@ -11,11 +11,11 @@
"lint": "next lint"
},
"dependencies": {
"@pcd/ethereum-ownership-pcd": "0.5.2",
"@pcd/passport-interface": "0.5.2",
"@pcd/pcd-types": "0.5.2",
"@pcd/semaphore-group-pcd": "0.5.2",
"@pcd/semaphore-identity-pcd": "0.5.2",
"@pcd/ethereum-ownership-pcd": "0.5.3",
"@pcd/passport-interface": "0.5.3",
"@pcd/pcd-types": "0.5.3",
"@pcd/semaphore-group-pcd": "0.5.3",
"@pcd/semaphore-identity-pcd": "0.5.3",
"@semaphore-protocol/group": "^3.10.0",
"@semaphore-protocol/identity": "^3.10.0",
"next": "^13.1.1",
Expand All @@ -25,8 +25,8 @@
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@pcd/eslint-config-custom": "0.5.1",
"@pcd/tsconfig": "0.5.1",
"@pcd/eslint-config-custom": "0.5.2",
"@pcd/tsconfig": "0.5.2",
"@types/expect": "^24.3.0",
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
Expand Down
7 changes: 7 additions & 0 deletions apps/consumer-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# consumer-server

## 0.0.11

### Patch Changes

- Updated dependencies
- @pcd/pcd-types@0.5.3

## 0.0.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/consumer-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "consumer-server",
"version": "0.0.10",
"version": "0.0.11",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@honeycombio/opentelemetry-node": "^0.3.2",
"@octokit/rest": "^19.0.7",
"@opentelemetry/auto-instrumentations-node": "^0.36.0",
"@pcd/pcd-types": "0.5.2",
"@pcd/pcd-types": "0.5.3",
"@types/lodash": "^4.14.191",
"@types/pg": "^8.6.6",
"express": "^4.18.2",
Expand All @@ -32,8 +32,8 @@
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@pcd/eslint-config-custom": "0.5.1",
"@pcd/tsconfig": "0.5.1",
"@pcd/eslint-config-custom": "0.5.2",
"@pcd/tsconfig": "0.5.2",
"@types/expect": "^24.3.0",
"@types/express": "^4.17.16",
"@types/mocha": "^10.0.1",
Expand Down
16 changes: 16 additions & 0 deletions apps/passport-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# passport-client

## 0.0.14

### Patch Changes

- Updated dependencies
- @pcd/ethereum-ownership-pcd@0.5.3
- @pcd/halo-nonce-pcd@0.1.1
- @pcd/passport-crypto@0.5.3
- @pcd/passport-interface@0.5.3
- @pcd/passport-ui@0.5.3
- @pcd/pcd-collection@0.5.3
- @pcd/pcd-types@0.5.3
- @pcd/rln-pcd@0.4.2
- @pcd/semaphore-group-pcd@0.5.3
- @pcd/semaphore-identity-pcd@0.5.3

## 0.0.13

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions apps/passport-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-client",
"version": "0.0.13",
"version": "0.0.14",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
Expand All @@ -11,16 +11,16 @@
"test": "ts-mocha --exit test/**/*.spec.ts"
},
"dependencies": {
"@pcd/ethereum-ownership-pcd": "0.5.2",
"@pcd/passport-crypto": "0.5.2",
"@pcd/passport-interface": "0.5.2",
"@pcd/passport-ui": "0.5.2",
"@pcd/pcd-collection": "0.5.2",
"@pcd/pcd-types": "0.5.2",
"@pcd/rln-pcd": "0.4.1",
"@pcd/semaphore-group-pcd": "0.5.2",
"@pcd/semaphore-identity-pcd": "0.5.2",
"@pcd/halo-nonce-pcd": "0.1.0",
"@pcd/ethereum-ownership-pcd": "0.5.3",
"@pcd/passport-crypto": "0.5.3",
"@pcd/passport-interface": "0.5.3",
"@pcd/passport-ui": "0.5.3",
"@pcd/pcd-collection": "0.5.3",
"@pcd/pcd-types": "0.5.3",
"@pcd/rln-pcd": "0.4.2",
"@pcd/semaphore-group-pcd": "0.5.3",
"@pcd/semaphore-identity-pcd": "0.5.3",
"@pcd/halo-nonce-pcd": "0.1.1",
"@rollbar/react": "^0.11.1",
"@semaphore-protocol/group": "^3.10.0",
"@semaphore-protocol/identity": "^3.10.0",
Expand Down
11 changes: 11 additions & 0 deletions apps/passport-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# passport-server

## 0.0.14

### Patch Changes

- Updated dependencies
- @pcd/ethereum-ownership-pcd@0.5.3
- @pcd/passport-interface@0.5.3
- @pcd/pcd-types@0.5.3
- @pcd/rln-pcd@0.4.2
- @pcd/semaphore-group-pcd@0.5.3

## 0.0.13

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions apps/passport-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-server",
"version": "0.0.13",
"version": "0.0.14",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
Expand All @@ -14,14 +14,14 @@
"@honeycombio/opentelemetry-node": "^0.3.2",
"@octokit/rest": "^19.0.7",
"@opentelemetry/auto-instrumentations-node": "^0.36.0",
"@pcd/ethereum-ownership-pcd": "0.5.2",
"@pcd/passport-interface": "0.5.2",
"@pcd/pcd-types": "0.5.2",
"@pcd/semaphore-group-pcd": "0.5.2",
"@pcd/ethereum-ownership-pcd": "0.5.3",
"@pcd/passport-interface": "0.5.3",
"@pcd/pcd-types": "0.5.3",
"@pcd/semaphore-group-pcd": "0.5.3",
"@semaphore-protocol/group": "^3.10.0",
"@semaphore-protocol/identity": "^3.10.0",
"@semaphore-protocol/proof": "^3.10.0",
"@pcd/rln-pcd": "0.4.1",
"@pcd/rln-pcd": "0.4.2",
"@sendgrid/mail": "^7.7.0",
"@types/lodash": "^4.14.191",
"@types/pg": "^8.6.6",
Expand All @@ -44,8 +44,8 @@
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@pcd/eslint-config-custom": "0.5.1",
"@pcd/tsconfig": "0.5.1",
"@pcd/eslint-config-custom": "0.5.2",
"@pcd/tsconfig": "0.5.2",
"@types/cors": "^2.8.13",
"@types/expect": "^24.3.0",
"@types/express": "^4.17.16",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pcd/eslint-config-custom

## 0.5.2

### Patch Changes

- Improved performance of group parsing.

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pcd/eslint-config-custom",
"version": "0.5.1",
"version": "0.5.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/ethereum-ownership-pcd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pcd/semaphore-signature-pcd

## 0.5.3

### Patch Changes

- Improved performance of group parsing.
- Updated dependencies
- @pcd/passport-ui@0.5.3
- @pcd/pcd-types@0.5.3
- @pcd/semaphore-identity-pcd@0.5.3
- @pcd/semaphore-signature-pcd@0.5.3

## 0.5.2

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/ethereum-ownership-pcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pcd/ethereum-ownership-pcd",
"version": "0.5.2",
"version": "0.5.3",
"license": "GPL-3.0-or-later",
"main": "./dist/index.js",
"types": "./src/index.ts",
Expand All @@ -19,10 +19,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@pcd/passport-ui": "0.5.2",
"@pcd/pcd-types": "0.5.2",
"@pcd/semaphore-identity-pcd": "0.5.2",
"@pcd/semaphore-signature-pcd": "0.5.2",
"@pcd/passport-ui": "0.5.3",
"@pcd/pcd-types": "0.5.3",
"@pcd/semaphore-identity-pcd": "0.5.3",
"@pcd/semaphore-signature-pcd": "0.5.3",
"@semaphore-protocol/group": "^3.10.0",
"@semaphore-protocol/identity": "^3.10.0",
"@semaphore-protocol/proof": "^3.10.0",
Expand All @@ -33,8 +33,8 @@
"styled-components": "^5.3.9"
},
"devDependencies": {
"@pcd/eslint-config-custom": "0.5.1",
"@pcd/tsconfig": "0.5.1",
"@pcd/eslint-config-custom": "0.5.2",
"@pcd/tsconfig": "0.5.2",
"@types/expect": "^24.3.0",
"@types/json-bigint": "^1.0.1",
"@types/mocha": "^10.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/halo-nonce-pcd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @pcd/halo-nonce-pcd

## 0.1.1

### Patch Changes

- Improved performance of group parsing.
6 changes: 3 additions & 3 deletions packages/halo-nonce-pcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pcd/halo-nonce-pcd",
"version": "0.1.0",
"version": "0.1.1",
"license": "GPL-3.0-or-later",
"main": "./dist/index.js",
"types": "./src/index.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@pcd/eslint-config-custom": "*",
"@pcd/passport-ui": "0.5.2",
"@pcd/pcd-types": "0.5.2",
"@pcd/passport-ui": "0.5.3",
"@pcd/pcd-types": "0.5.3",
"@pcd/tsconfig": "*",
"@types/elliptic": "^6.4.14",
"@types/expect": "^24.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/input-test-pcd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pcd/input-test-pcd

## 0.5.3

### Patch Changes

- Improved performance of group parsing.
- Updated dependencies
- @pcd/pcd-types@0.5.3

## 0.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/input-test-pcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pcd/input-test-pcd",
"version": "0.5.2",
"version": "0.5.3",
"license": "GPL-3.0-or-later",
"main": "./dist/index.js",
"types": "./src/index.ts",
Expand All @@ -18,7 +18,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@pcd/pcd-types": "0.5.2",
"@pcd/pcd-types": "0.5.3",
"@semaphore-protocol/group": "^3.10.0",
"@semaphore-protocol/identity": "^3.10.0",
"@semaphore-protocol/proof": "^3.10.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/passport-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pcd/passport-crypto

## 0.5.3

### Patch Changes

- Improved performance of group parsing.
- Updated dependencies
- @pcd/pcd-collection@0.5.3
- @pcd/pcd-types@0.5.3
- @pcd/semaphore-identity-pcd@0.5.3

## 0.5.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/passport-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pcd/passport-crypto",
"version": "0.5.2",
"version": "0.5.3",
"license": "GPL-3.0-or-later",
"main": "./dist/index.js",
"types": "./src/index.ts",
Expand All @@ -18,9 +18,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@pcd/pcd-collection": "0.5.2",
"@pcd/pcd-types": "0.5.2",
"@pcd/semaphore-identity-pcd": "0.5.2",
"@pcd/pcd-collection": "0.5.3",
"@pcd/pcd-types": "0.5.3",
"@pcd/semaphore-identity-pcd": "0.5.3",
"@semaphore-protocol/identity": "^3.10.0",
"libsodium-wrappers": "^0.7.11",
"react": "^18.2.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/passport-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pcd/passport-interface

## 0.5.3

### Patch Changes

- Improved performance of group parsing.
- Updated dependencies
- @pcd/passport-crypto@0.5.3
- @pcd/pcd-types@0.5.3
- @pcd/semaphore-group-pcd@0.5.3
- @pcd/semaphore-identity-pcd@0.5.3
- @pcd/semaphore-signature-pcd@0.5.3

## 0.5.2

### Patch Changes
Expand Down
Loading

0 comments on commit 46d775d

Please sign in to comment.