- @sunmao-ui/chakra-ui-lib@0.1.4
 - @sunmao-ui/core@0.3.6
 - @sunmao-ui/editor@0.3.10
 - @sunmao-ui/runtime@0.3.10
This commit is contained in:
Bowen Tan 2022-01-26 17:24:58 +08:00
parent 7437dc7560
commit 7c7dca7834
4 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/chakra-ui-lib",
"version": "0.1.3",
"version": "0.1.4",
"description": "sunmao-ui chakra-ui library",
"author": "sunmao-ui developers",
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
@ -32,8 +32,8 @@
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.7.1",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/core": "^0.3.5",
"@sunmao-ui/runtime": "^0.3.9",
"@sunmao-ui/core": "^0.3.6",
"@sunmao-ui/runtime": "^0.3.10",
"chakra-react-select": "^1.3.2",
"framer-motion": "^4",
"lodash-es": "^4.17.21",

View File

@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/core",
"version": "0.3.5",
"version": "0.3.6",
"description": "sunmao-ui core",
"author": "sunmao-ui developers",
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",

View File

@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/editor",
"version": "0.3.9",
"version": "0.3.10",
"description": "sunmao-ui editor",
"author": "sunmao-ui developers",
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
@ -35,9 +35,9 @@
"@chakra-ui/react": "^1.7.1",
"@emotion/css": "^11.7.1",
"@emotion/styled": "^11",
"@sunmao-ui/chakra-ui-lib": "^0.1.3",
"@sunmao-ui/core": "^0.3.5",
"@sunmao-ui/runtime": "^0.3.9",
"@sunmao-ui/chakra-ui-lib": "^0.1.4",
"@sunmao-ui/core": "^0.3.6",
"@sunmao-ui/runtime": "^0.3.10",
"acorn": "^8.7.0",
"acorn-loose": "^8.3.0",
"acorn-walk": "^8.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/runtime",
"version": "0.3.9",
"version": "0.3.10",
"description": "sunmao-ui runtime",
"author": "sunmao-ui developers",
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
@ -32,7 +32,7 @@
"@emotion/css": "^11.7.1",
"@emotion/styled": "^11",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/core": "^0.3.5",
"@sunmao-ui/core": "^0.3.6",
"@vue/reactivity": "^3.1.5",
"@vue/shared": "^3.2.20",
"copy-to-clipboard": "^3.3.1",