Skip to content

Commit

Permalink
Merge pull request #938 from Pauan/update-version
Browse files Browse the repository at this point in the history
Upgrading version to 0.7.0
  • Loading branch information
jaketarnow authored Oct 3, 2024
2 parents 8f729e1 + 55c0bde commit 053c9ca
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion create-leo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-leo-app",
"version": "0.0.13",
"version": "0.7.0",
"type": "module",
"license": "GPL-3.0",
"collaborators": [
Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rimraf static/js && rollup --config"
},
"devDependencies": {
"@provablehq/sdk": "^0.6.0",
"@provablehq/sdk": "^0.7.0",
"@web/rollup-plugin-import-meta-assets": "^2.1.0",
"rimraf": "^5.0.1",
"rollup": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-nextjs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@provablehq/sdk": "^0.6.2",
"@provablehq/sdk": "^0.7.0",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-node-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "npm run build && node dist/index.js"
},
"dependencies": {
"@provablehq/sdk": "^0.6.0"
"@provablehq/sdk": "^0.7.0"
},
"devDependencies": {
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "node index.js"
},
"dependencies": {
"@provablehq/sdk": "^0.6.0"
"@provablehq/sdk": "^0.7.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "npm run build && node dist/index.js"
},
"dependencies": {
"@provablehq/sdk": "^0.6.0"
"@provablehq/sdk": "^0.7.0"
},
"devDependencies": {
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-react-leo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"install-leo": "./install.sh"
},
"dependencies": {
"@provablehq/sdk": "^0.6.0",
"@provablehq/sdk": "^0.7.0",
"comlink": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-react-managed-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"@provablehq/sdk": "^0.6.0",
"@provablehq/sdk": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"install-leo": "./install.sh"
},
"dependencies": {
"@provablehq/sdk": "^0.6.2",
"@provablehq/sdk": "^0.7.0",
"comlink": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion create-leo-app/template-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@provablehq/sdk": "^0.6.0",
"@provablehq/sdk": "^0.7.0",
"tslib": "^2.6.2",
"vite": "^4.4.12"
}
Expand Down
2 changes: 1 addition & 1 deletion sdk/e2e/mainnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "node index.js"
},
"dependencies": {
"@provablehq/sdk": "^0.6.0"
"@provablehq/sdk": "^0.7.0"
}
}
2 changes: 1 addition & 1 deletion sdk/e2e/testnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"start": "node index.js"
},
"dependencies": {
"@provablehq/sdk": "^0.6.0"
"@provablehq/sdk": "^0.7.0"
}
}
4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provablehq/sdk",
"version": "0.6.12",
"version": "0.7.0",
"description": "A Software Development Kit (SDK) for Zero-Knowledge Transactions",
"collaborators": [
"The Provable Team"
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/ProvableHQ/sdk#readme",
"dependencies": {
"@provablehq/wasm": "^0.6.0",
"@provablehq/wasm": "^0.7.0",
"comlink": "^4.4.1",
"mime": "^3.0.0",
"sync-request": "^6.1.0"
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleo-wasm"
version = "0.6.9"
version = "0.7.0"
authors = [ "The Provable Team" ]
description = "WebAssembly based toolkit for developing zero-knowledge applications with Aleo"
homepage = "https://provable.com"
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@provablehq/wasm",
"version": "0.6.12",
"version": "0.7.0",
"description": "Wasm build for the SDK",
"collaborators": [
"The Provable Team"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@provablehq/sdk": "^0.6.2",
"@provablehq/sdk": "^0.7.0",
"@ant-design/icons": "^4.4.0",
"@codemirror/language": "^6.8.0",
"@codemirror/legacy-modes": "^6.3.3",
Expand Down

0 comments on commit 053c9ca

Please sign in to comment.