Skip to content

Commit 3794ca1

Browse files
Version Packages (#8)
* Version Packages * chore: update poseidon package.json Remove unused main and scripts properties Fix repository and homepage property * chore: fix homepage property for eddsa and semaphore --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: sripwoud <me@sripwoud.xyz>
1 parent d6194d0 commit 3794ca1

7 files changed

Lines changed: 30 additions & 17 deletions

File tree

.changeset/slow-years-mate.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/eddsa/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @zk-kit/eddsa-artifacts
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- d6194d0: Initial relase

packages/eddsa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@zk-kit/eddsa-artifacts",
33
"description": "zk-kit eddsa artifacts",
44
"license": "AGPL-3.0",
5-
"version": "0.1.1",
5+
"version": "1.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/privacy-scaling-explorations/snark-artifacts.git"
99
},
10-
"homepage": "https://github.com/privacy-scaling-explorations/snark-artifacts//tree/main/eddsa",
10+
"homepage": "https://github.com/privacy-scaling-explorations/snark-artifacts/tree/main/packages/eddsa",
1111
"bugs": {
1212
"url": "https://github.com/privacy-scaling-explorations/snark-artifacts/issues"
1313
},

packages/poseidon/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @zk-kit/poseidon-artifacts
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- d6194d0: Initial relase

packages/poseidon/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"name": "@zk-kit/poseidon-artifacts",
33
"description": "zk-kit poseidon artifacts",
44
"license": "AGPL-3.0",
5-
"version": "0.1.1",
6-
"main": "index.js",
7-
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
5+
"version": "1.0.0",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/privacy-scaling-explorations/snark-artifacts.git"
99
},
10-
"repository": "https://github.com/privacy-scaling-explorations/snark-artifacts/tree/main/packages/poseidon",
11-
"homepage": "https://github.com/privacy-scaling-explorations/snark-artifacts//tree/main/poseidon",
10+
"homepage": "https://github.com/privacy-scaling-explorations/snark-artifacts/tree/main/packages/poseidon",
1211
"bugs": {
1312
"url": "https://github.com/privacy-scaling-explorations/snark-artifacts/issues"
1413
},

packages/semaphore/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @zk-kit/semaphore-artifacts
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- d6194d0: Initial relase

packages/semaphore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "@zk-kit/semaphore-artifacts",
33
"description": "zk-kit semaphore artifacts",
44
"license": "AGPL-3.0",
5-
"version": "0.1.1",
5+
"version": "1.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/privacy-scaling-explorations/snark-artifacts.git"
99
},
10-
"homepage": "https://github.com/privacy-scaling-explorations/snark-artifacts//tree/main/semaphore",
10+
"homepage": "https://github.com/privacy-scaling-explorations/snark-artifacts/tree/main/packages/semaphore",
1111
"bugs": {
1212
"url": "https://github.com/privacy-scaling-explorations/snark-artifacts/issues"
1313
},

0 commit comments

Comments
 (0)