Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Gustafson committed Mar 6, 2023
1 parent e59362e commit 968a950
Show file tree
Hide file tree
Showing 13 changed files with 282 additions and 478 deletions.
10 changes: 5 additions & 5 deletions examples/chat-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@canvas-js/example-chat-next",
"version": "0.1.3",
"version": "0.2.0",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -13,10 +13,10 @@
"lint": "next lint"
},
"dependencies": {
"@canvas-js/chain-ethereum": "0.1.3",
"@canvas-js/cli": "0.1.3",
"@canvas-js/hooks": "0.1.3",
"@canvas-js/interfaces": "0.1.3",
"@canvas-js/chain-ethereum": "0.2.0",
"@canvas-js/cli": "0.2.0",
"@canvas-js/hooks": "0.2.0",
"@canvas-js/interfaces": "0.2.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"98.css": "^0.1.18",
Expand Down
8 changes: 4 additions & 4 deletions examples/chat-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@canvas-js/example-chat-webpack",
"version": "0.1.3",
"version": "0.2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -12,9 +12,9 @@
"dev": "concurrently --kill-others -n backend,frontend 'npm run dev:backend' 'npm run dev:frontend'"
},
"dependencies": {
"@canvas-js/chain-ethereum": "0.1.3",
"@canvas-js/cli": "0.1.3",
"@canvas-js/hooks": "0.1.3",
"@canvas-js/chain-ethereum": "0.2.0",
"@canvas-js/cli": "0.2.0",
"@canvas-js/hooks": "0.2.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@wagmi/chains": "^0.2.8",
Expand Down
8 changes: 4 additions & 4 deletions examples/notes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@canvas-js/example-notes",
"version": "0.1.3",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,9 +11,9 @@
"dev": "HOST='http://localhost:8000' concurrently --kill-others -n backend,frontend 'canvas run spec.canvas.js --unchecked' 'webpack server --port 3000'"
},
"dependencies": {
"@canvas-js/chain-ethereum": "0.1.3",
"@canvas-js/cli": "0.1.3",
"@canvas-js/hooks": "0.1.3",
"@canvas-js/chain-ethereum": "0.2.0",
"@canvas-js/cli": "0.2.0",
"@canvas-js/hooks": "0.2.0",
"@metamask/eth-sig-util": "^5.0.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
Expand Down
Loading

0 comments on commit 968a950

Please sign in to comment.