Merge pull request #288 from webzard-io/publish

Publish
This commit is contained in:
yz-yu 2022-02-17 18:22:40 +08:00 committed by GitHub
commit 42759fd157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/chakra-ui-lib",
"version": "0.1.6",
"version": "0.2.0",
"description": "sunmao-ui chakra-ui library",
"author": "sunmao-ui developers",
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
@ -33,8 +33,8 @@
"@chakra-ui/react": "^1.7.1",
"@emotion/styled": "^11.6.0",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/core": "^0.3.6",
"@sunmao-ui/runtime": "^0.3.12",
"@sunmao-ui/core": "^0.4.0",
"@sunmao-ui/runtime": "^0.4.0",
"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.6",
"version": "0.4.0",
"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.13",
"version": "0.4.0",
"description": "sunmao-ui editor",
"author": "sunmao-ui developers",
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
@ -34,9 +34,9 @@
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.7.1",
"@emotion/css": "^11.7.1",
"@sunmao-ui/chakra-ui-lib": "^0.1.6",
"@sunmao-ui/core": "^0.3.6",
"@sunmao-ui/runtime": "^0.3.12",
"@sunmao-ui/chakra-ui-lib": "^0.2.0",
"@sunmao-ui/core": "^0.4.0",
"@sunmao-ui/runtime": "^0.4.0",
"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.12",
"version": "0.4.0",
"description": "sunmao-ui runtime",
"author": "sunmao-ui developers",
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
@ -31,7 +31,7 @@
"dependencies": {
"@emotion/css": "^11.7.1",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/core": "^0.3.6",
"@sunmao-ui/core": "^0.4.0",
"@vue/reactivity": "^3.1.5",
"@vue/shared": "^3.2.20",
"copy-to-clipboard": "^3.3.1",