Skip to content

Commit

Permalink
Merge pull request #726 from smartxworks/release
Browse files Browse the repository at this point in the history
chore(*): publish
  • Loading branch information
tanbowensg authored Oct 12, 2023
2 parents a5c74b5 + 94564e7 commit 78a7fa7
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions packages/arco-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/arco-lib",
"version": "0.10.2",
"version": "0.11.0",
"homepage": "https://github.com/smartxworks/sunmao-ui-arco-lib",
"license": "Apache-2.0",
"publishConfig": {
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@arco-design/web-react": "^2.34.0",
"@sunmao-ui/editor-sdk": "^0.10.2",
"@sunmao-ui/shared": "^0.10.1",
"@sunmao-ui/editor-sdk": "^0.11.0",
"@sunmao-ui/shared": "^0.11.0",
"react-resizable": "^3.0.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/chakra-ui-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/chakra-ui-lib",
"version": "0.10.2",
"version": "0.11.0",
"description": "sunmao-ui chakra-ui library",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.7.1",
"@sunmao-ui/editor-sdk": "^0.10.2",
"@sunmao-ui/editor-sdk": "^0.11.0",
"chakra-react-select": "^1.3.2",
"framer-motion": "^3.10.6"
},
Expand All @@ -40,7 +40,7 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@sunmao-ui/vite-plugins": "^1.1.1",
"@sunmao-ui/vite-plugins": "^1.1.2",
"@testing-library/react": "^12.1.0",
"@types/lodash": "^4.14.182",
"@types/react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/core",
"version": "0.10.1",
"version": "0.11.0",
"description": "sunmao-ui core",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/editor-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/editor-sdk",
"version": "0.10.2",
"version": "0.11.0",
"description": "The SDK for SunMao Editor",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@chakra-ui/react": "^1.7.1",
"@emotion/css": "^11.7.1",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/core": "^0.10.1",
"@sunmao-ui/runtime": "^0.10.2",
"@sunmao-ui/shared": "^0.10.1",
"@sunmao-ui/core": "^0.11.0",
"@sunmao-ui/runtime": "^0.11.0",
"@sunmao-ui/shared": "^0.11.0",
"ajv": "^8.8.2",
"codemirror": "^5.65.9",
"formik": "^2.2.9",
Expand Down
16 changes: 8 additions & 8 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/editor",
"version": "0.10.2",
"version": "0.11.0",
"description": "sunmao-ui editor",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
Expand Down Expand Up @@ -37,12 +37,12 @@
"@emotion/css": "^11.7.1",
"@optum/json-schema-editor": "^2.1.0",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/arco-lib": "^0.10.2",
"@sunmao-ui/chakra-ui-lib": "^0.10.2",
"@sunmao-ui/core": "^0.10.1",
"@sunmao-ui/editor-sdk": "^0.10.2",
"@sunmao-ui/runtime": "^0.10.2",
"@sunmao-ui/shared": "^0.10.1",
"@sunmao-ui/arco-lib": "^0.11.0",
"@sunmao-ui/chakra-ui-lib": "^0.11.0",
"@sunmao-ui/core": "^0.11.0",
"@sunmao-ui/editor-sdk": "^0.11.0",
"@sunmao-ui/runtime": "^0.11.0",
"@sunmao-ui/shared": "^0.11.0",
"acorn": "^8.7.0",
"acorn-loose": "^8.3.0",
"acorn-walk": "^8.2.0",
Expand All @@ -65,7 +65,7 @@
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@sunmao-ui/vite-plugins": "^1.1.1",
"@sunmao-ui/vite-plugins": "^1.1.2",
"@swc/core": "^1.2.121",
"@types/codemirror": "^5.60.5",
"@types/escodegen": "^0.0.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/runtime",
"version": "0.10.2",
"version": "0.11.0",
"description": "sunmao-ui runtime",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
Expand Down Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"@emotion/css": "^11.7.1",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/core": "^0.10.1",
"@sunmao-ui/shared": "^0.10.1",
"@sunmao-ui/core": "^0.11.0",
"@sunmao-ui/shared": "^0.11.0",
"@vue/reactivity": "^3.1.5",
"@vue/shared": "^3.2.20",
"copy-to-clipboard": "^3.3.1",
Expand All @@ -54,7 +54,7 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.18.3",
"@sunmao-ui/vite-plugins": "^1.1.1",
"@sunmao-ui/vite-plugins": "^1.1.2",
"@swc/core": "^1.2.121",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/shared",
"version": "0.10.1",
"version": "0.11.0",
"description": "The Sunmao shared lib",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@sinclair/typebox": "^0.21.2",
"ajv": "^8.8.2",
"@sunmao-ui/core": "^0.10.1"
"@sunmao-ui/core": "^0.11.0",
"ajv": "^8.8.2"
},
"devDependencies": {
"@types/json-schema": "^7.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/vite-plugin-fs",
"version": "0.1.1",
"version": "0.1.2",
"description": "The vite plugin for reading and writing the sunmao schema files through the server",
"main": "dist/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunmao-ui/vite-plugins",
"version": "1.1.1",
"version": "1.1.2",
"description": "vite plugins for sunmao-ui",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
Expand Down

0 comments on commit 78a7fa7

Please sign in to comment.