Skip to content

Commit 52a6b1a

Browse files
committed
v0.1.2
1 parent af860ce commit 52a6b1a

File tree

13 files changed

+404
-440
lines changed

13 files changed

+404
-440
lines changed

examples/chat-next/package.json

Lines changed: 6 additions & 6 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.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
@@ -11,11 +11,11 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@canvas-js/chain-ethereum": "0.1.1",
15-
"@canvas-js/core": "0.1.1",
16-
"@canvas-js/hooks": "0.1.1",
17-
"@canvas-js/interfaces": "0.1.1",
18-
"@canvas-js/next": "0.1.1",
14+
"@canvas-js/chain-ethereum": "0.1.2",
15+
"@canvas-js/core": "0.1.2",
16+
"@canvas-js/hooks": "0.1.2",
17+
"@canvas-js/interfaces": "0.1.2",
18+
"@canvas-js/next": "0.1.2",
1919
"@types/react": "^18.0.26",
2020
"@types/react-dom": "^18.0.10",
2121
"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.1",
4+
"version": "0.1.2",
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 --offline' 'webpack server --port 3000'"
1212
},
1313
"dependencies": {
14-
"@canvas-js/chain-ethereum": "0.1.1",
15-
"@canvas-js/cli": "0.1.1",
16-
"@canvas-js/hooks": "0.1.1",
14+
"@canvas-js/chain-ethereum": "0.1.2",
15+
"@canvas-js/cli": "0.1.2",
16+
"@canvas-js/hooks": "0.1.2",
1717
"@types/react": "^18.0.26",
1818
"@types/react-dom": "^18.0.10",
1919
"@wagmi/chains": "^0.2.8",

0 commit comments

Comments
 (0)