Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Feb 7, 2022
1 parent c1e3e20 commit 0d2620d
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 26 deletions.
8 changes: 4 additions & 4 deletions apps/ckit-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@ckitjs/base": "0.0.0",
"@ckitjs/ckit": "0.0.0",
"@ckitjs/utils": "0.0.0",
"@ckitjs/base": "0.1.0",
"@ckitjs/ckit": "0.1.0",
"@ckitjs/utils": "0.1.0",
"@rehooks/local-storage": "2.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/styled-components": "^5.1.11",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.11",
"antd": "^4.16.7",
"formik": "^2.2.9",
"mobx": "^6.3.2",
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"version": "0.0.0",
"version": "0.1.0",
"npmClient": "yarn",
"workspaces": ["apps/*", "packages/*"],
"workspaces": [
"apps/*",
"packages/*"
],
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckitjs/base",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@ckb-lumos/base": "^0.17.0-rc8",
"@ckb-lumos/config-manager": "^0.17.0-rc8",
"@ckitjs/utils": "0.0.0",
"@ckitjs/utils": "0.1.0",
"eventemitter3": "^4.0.7"
}
}
14 changes: 7 additions & 7 deletions packages/ckit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckitjs/ckit",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist",
"license": "MIT",
"scripts": {
Expand All @@ -16,11 +16,11 @@
"@ckb-lumos/hd": "^0.17.0-rc8",
"@ckb-lumos/helpers": "^0.17.0-rc8",
"@ckb-lumos/rpc": "^0.17.0-rc8",
"@ckitjs/base": "0.0.0",
"@ckitjs/easy-byte": "0.0.0",
"@ckitjs/mercury-client": "0.0.0",
"@ckitjs/rc-lock": "0.0.0",
"@ckitjs/utils": "0.0.0",
"@ckitjs/base": "0.1.0",
"@ckitjs/easy-byte": "0.1.0",
"@ckitjs/mercury-client": "0.1.0",
"@ckitjs/rc-lock": "0.1.0",
"@ckitjs/utils": "0.1.0",
"@lay2/pw-core": "^0.4.0-alpha.8",
"@metamask/detect-provider": "^1.2.0",
"@types/lodash": "^4.14.172",
Expand All @@ -31,7 +31,7 @@
},
"devDependencies": {
"@ckb-lumos/common-scripts": "^0.17.0-rc8",
"@ckitjs/tippy-client": "0.0.0",
"@ckitjs/tippy-client": "0.1.0",
"@nervosnetwork/ckb-sdk-core": "^0.43.0",
"@types/app-root-path": "^1.2.4",
"app-root-path": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/easy-byte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckitjs/easy-byte",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mercury-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckitjs/mercury-client",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist",
"license": "MIT",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@ckb-lumos/base": "^0.17.0-rc8",
"@ckitjs/base": "0.0.0",
"@ckitjs/base": "0.1.0",
"@open-rpc/client-js": "^1.7.0"
}
}
8 changes: 4 additions & 4 deletions packages/rc-lock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckitjs/rc-lock",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist",
"license": "MIT",
"scripts": {
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@ckb-lumos/base": "^0.17.0-rc8",
"@ckitjs/easy-byte": "0.0.0",
"@ckitjs/mercury-client": "0.0.0",
"@ckitjs/utils": "0.0.0",
"@ckitjs/easy-byte": "0.1.0",
"@ckitjs/mercury-client": "0.1.0",
"@ckitjs/utils": "0.1.0",
"ckb-js-toolkit": "^0.10.2",
"rxjs": "^7.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tippy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckitjs/tippy-client",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist",
"license": "MIT",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckitjs/utils",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist",
"license": "MIT",
"scripts": {
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@types/debug": "^4.1.7",
"tiny-invariant": "^1.1.0",
"debug": "^4.3.3"
"debug": "^4.3.3",
"tiny-invariant": "^1.1.0"
},
"peerDependencies": {
"jsbi": "4.1.0"
Expand Down

0 comments on commit 0d2620d

Please sign in to comment.