Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(*): publish #729

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.0",
"version": "0.11.2",
"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.11.0",
"@sunmao-ui/shared": "^0.11.0",
"@sunmao-ui/editor-sdk": "^0.11.2",
"@sunmao-ui/shared": "^0.11.1",
"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.11.0",
"version": "0.11.2",
"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.11.0",
"@sunmao-ui/editor-sdk": "^0.11.2",
"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.2",
"@sunmao-ui/vite-plugins": "^1.1.5",
"@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.11.0",
"version": "0.11.1",
"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.11.0",
"version": "0.11.2",
"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.11.0",
"@sunmao-ui/runtime": "^0.11.0",
"@sunmao-ui/shared": "^0.11.0",
"@sunmao-ui/core": "^0.11.1",
"@sunmao-ui/runtime": "^0.11.2",
"@sunmao-ui/shared": "^0.11.1",
"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.11.0",
"version": "0.11.2",
"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.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",
"@sunmao-ui/arco-lib": "^0.11.2",
"@sunmao-ui/chakra-ui-lib": "^0.11.2",
"@sunmao-ui/core": "^0.11.1",
"@sunmao-ui/editor-sdk": "^0.11.2",
"@sunmao-ui/runtime": "^0.11.2",
"@sunmao-ui/shared": "^0.11.1",
"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.2",
"@sunmao-ui/vite-plugins": "^1.1.5",
"@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.11.0",
"version": "0.11.2",
"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.11.0",
"@sunmao-ui/shared": "^0.11.0",
"@sunmao-ui/core": "^0.11.1",
"@sunmao-ui/shared": "^0.11.1",
"@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.2",
"@sunmao-ui/vite-plugins": "^1.1.5",
"@swc/core": "^1.2.121",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.0",
Expand Down
4 changes: 2 additions & 2 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.11.0",
"version": "0.11.1",
"description": "The Sunmao shared lib",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/core": "^0.11.0",
"@sunmao-ui/core": "^0.11.1",
"ajv": "^8.8.2"
},
"devDependencies": {
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.2",
"version": "0.1.5",
"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.2",
"version": "1.1.5",
"description": "vite plugins for sunmao-ui",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
Expand Down
Loading