This commit is contained in:
2023-04-19 02:05:57 +08:00
parent 49bc07206d
commit 102e97569a
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"useWorkspaces": true,
"packages": [
"packages/*"

View File

@@ -1,6 +1,6 @@
{
"name": "@lishican/antbank-platform-hooks",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "@lishican/antbank-platform-ui",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
@@ -31,8 +31,8 @@
"react-dom": ">=16.9.0"
},
"dependencies": {
"@lishican/antbank-platform-hooks": "^0.0.1",
"@lishican/antbank-platform-ui": "^0.0.1",
"@lishican/antbank-platform-hooks": "^0.0.2",
"@lishican/antbank-platform-ui": "^0.0.2",
"styled-components": "^5.3.9"
},
"gitHead": "b2627a6b62138d5dff798892c30f464370146f13"