Skip to content

Commit

Permalink
Release v2.0.3 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham authored Jan 20, 2024
1 parent 2ac38e0 commit 928a471
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion circuit/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/circuit",
"version": "2.0.2",
"version": "2.0.3",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.",
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/client",
"version": "2.0.2",
"version": "2.0.3",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.",
Expand All @@ -24,7 +24,7 @@
"crypto"
],
"dependencies": {
"@axiom-crypto/circuit": "2.0.2",
"@axiom-crypto/circuit": "2.0.3",
"@axiom-crypto/core": "2.3.4",
"chalk": "^4.1.2",
"commander": "^11.1.0",
Expand Down
8 changes: 4 additions & 4 deletions client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is an autogenerated file. It should match the version number in package.json.
// Do not modify this file directly.

export const CLIENT_VERSION = "2.0.2";
export const CLIENT_VERSION = "2.0.3";
4 changes: 2 additions & 2 deletions harness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/harness",
"version": "2.0.2",
"version": "2.0.3",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Circuit harness for axiom-client",
Expand Down Expand Up @@ -41,6 +41,6 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@axiom-crypto/client": "2.0.2"
"@axiom-crypto/client": "2.0.3"
}
}
14 changes: 7 additions & 7 deletions harness/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion harness/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is an autogenerated file. It should match the version number in package.json.
// Do not modify this file directly.

export const HARNESS_VERSION = "2.0.2";
export const HARNESS_VERSION = "2.0.3";
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/react",
"version": "2.0.2",
"version": "2.0.3",
"description": "React components for Axiom SDK",
"author": "Intrinsic Technologies",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"comlink": "^4.4.1"
},
"peerDependencies": {
"@axiom-crypto/client": "2.0.2",
"@axiom-crypto/client": "2.0.3",
"@types/react": ">=18.1.0",
"react": ">=18.1.0",
"react-dom": ">=18.1.0"
Expand Down
14 changes: 7 additions & 7 deletions react/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 928a471

Please sign in to comment.