Skip to content

Commit 71e3294

Browse files
committed
chore(release): publish v0.2.0
1 parent 5aa3421 commit 71e3294

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/create-typink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typink",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"author": "Tung Vu <[email protected]>",
55
"main": "src/index.ts",
66
"type": "module",

packages/create-typink/src/templates/default/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"type": "module",
99
"dependencies": {
1010
"dedot": "^0.7.1",
11-
"typink": "0.1.0"
11+
"typink": "0.2.0"
1212
}
1313
}

packages/create-typink/src/templates/default/ui/package.json.template.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-dom": "^18.3.1",
3131
"react-toastify": "^9.1.3",
3232
"react-use": "^17.6.0",
33-
"typink": "0.1.0"
33+
"typink": "0.2.0"
3434
},
3535
"devDependencies": {
3636
"@dedot/chaintypes": "^0.59.0",

packages/typink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typink",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Fully-typed react hooks to interact with ink! smart contract powered by Dedot!",
55
"author": "Thang X. Vu <[email protected]>",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)