Skip to content

Commit 968a950

Browse files
committed
v0.2.0
1 parent e59362e commit 968a950

File tree

13 files changed

+282
-478
lines changed

13 files changed

+282
-478
lines changed

examples/chat-next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@canvas-js/example-chat-next",
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
@@ -13,10 +13,10 @@
1313
"lint": "next lint"
1414
},
1515
"dependencies": {
16-
"@canvas-js/chain-ethereum": "0.1.3",
17-
"@canvas-js/cli": "0.1.3",
18-
"@canvas-js/hooks": "0.1.3",
19-
"@canvas-js/interfaces": "0.1.3",
16+
"@canvas-js/chain-ethereum": "0.2.0",
17+
"@canvas-js/cli": "0.2.0",
18+
"@canvas-js/hooks": "0.2.0",
19+
"@canvas-js/interfaces": "0.2.0",
2020
"@types/react": "^18.0.26",
2121
"@types/react-dom": "^18.0.10",
2222
"98.css": "^0.1.18",

examples/chat-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@canvas-js/example-chat-webpack",
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
@@ -12,9 +12,9 @@
1212
"dev": "concurrently --kill-others -n backend,frontend 'npm run dev:backend' 'npm run dev:frontend'"
1313
},
1414
"dependencies": {
15-
"@canvas-js/chain-ethereum": "0.1.3",
16-
"@canvas-js/cli": "0.1.3",
17-
"@canvas-js/hooks": "0.1.3",
15+
"@canvas-js/chain-ethereum": "0.2.0",
16+
"@canvas-js/cli": "0.2.0",
17+
"@canvas-js/hooks": "0.2.0",
1818
"@types/react": "^18.0.26",
1919
"@types/react-dom": "^18.0.10",
2020
"@wagmi/chains": "^0.2.8",

examples/notes/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@canvas-js/example-notes",
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"description": "",
66
"main": "index.js",
77
"scripts": {
@@ -11,9 +11,9 @@
1111
"dev": "HOST='http://localhost:8000' concurrently --kill-others -n backend,frontend 'canvas run spec.canvas.js --unchecked' 'webpack server --port 3000'"
1212
},
1313
"dependencies": {
14-
"@canvas-js/chain-ethereum": "0.1.3",
15-
"@canvas-js/cli": "0.1.3",
16-
"@canvas-js/hooks": "0.1.3",
14+
"@canvas-js/chain-ethereum": "0.2.0",
15+
"@canvas-js/cli": "0.2.0",
16+
"@canvas-js/hooks": "0.2.0",
1717
"@metamask/eth-sig-util": "^5.0.2",
1818
"@types/react": "^18.0.26",
1919
"@types/react-dom": "^18.0.10",

0 commit comments

Comments
 (0)