Skip to content

Commit

Permalink
Merge pull request #1029 from polywrap-build-bot/release/origin-0.1.0
Browse files Browse the repository at this point in the history
Polywrap Origin (0.1.0)
  • Loading branch information
namesty authored Jul 6, 2022
2 parents 8d4fd67 + 23a39af commit 55110e0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polywrap",
"description": "Polywrap CLI",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/file-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "npx polywrap deploy"
},
"devDependencies": {
"polywrap": "0.0.1"
"polywrap": "0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "node ../../../dependencies/node_modules/polywrap/bin/polywrap deploy"
},
"devDependencies": {
"polywrap": "0.0.1"
"polywrap": "0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "npx polywrap deploy"
},
"devDependencies": {
"polywrap": "0.0.1"
"polywrap": "0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/uri-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "npx polywrap deploy"
},
"devDependencies": {
"polywrap": "0.0.1"
"polywrap": "0.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/js/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/uuid": "8.3.0",
"bignumber.js": "9.0.2",
"jest": "26.6.3",
"polywrap": "0.0.1",
"polywrap": "0.1.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-loader": "8.0.17",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
"polywrap": "0.0.1",
"polywrap": "0.1.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-node": "8.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/react-dom": "16.9.0",
"jest": "26.6.3",
"jest-environment-jsdom": "^26.0.1",
"polywrap": "0.0.1",
"polywrap": "0.1.0",
"rimraf": "3.0.2",
"typescript": "4.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/app/typescript-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/node": "12.12.26",
"polywrap": "0.0.1",
"polywrap": "0.1.0",
"ts-node": "10.7.0",
"typescript": "4.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/app/typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react": "16.9.0",
"@types/react-dom": "16.9.0",
"@types/react-lottie": "1.2.5",
"polywrap": "0.0.1"
"polywrap": "0.1.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/plugin/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/jest": "26.0.8",
"@types/prettier": "2.6.0",
"jest": "26.6.3",
"polywrap": "0.0.1",
"polywrap": "0.1.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-node": "8.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/wasm/assemblyscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"assemblyscript": "0.19.1",
"ethers": "5.0.7",
"jest": "26.6.3",
"polywrap": "0.0.1",
"polywrap": "0.1.0",
"solc": "0.8.3",
"ts-jest": "26.5.4",
"ts-node": "8.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/wasm/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"test": "yarn test:env:up && yarn deploy && yarn test:env:down"
},
"devDependencies": {
"polywrap": "0.0.1"
"polywrap": "0.1.0"
}
}

0 comments on commit 55110e0

Please sign in to comment.