Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Dec 8, 2023
1 parent 8539184 commit 0a234fb
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"workspaces": ["packages/*"]
}
2 changes: 1 addition & 1 deletion packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/ast",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/block-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/ui-block",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"files": [
"dist"
Expand All @@ -15,7 +15,7 @@
"@alita/flow": "^3.1.0",
"@ant-design/icons": "^5.0.1",
"@iconify-json/grommet-icons": "1.1.6",
"@mongchhi/plugin-socket": "^0.0.1-alpha.1",
"@mongchhi/plugin-socket": "^0.0.1",
"@umijs/plugins": "4.0.89",
"ahooks": "^3.7.8",
"antd": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/controller",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions packages/mongchhi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongchhi",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -22,10 +22,10 @@
"dev": "father dev"
},
"dependencies": {
"@mongchhi/preset-mongchhi": "^0.0.1-alpha.1",
"@mongchhi/types": "^0.0.1-alpha.1",
"@mongchhi/ui-client": "^0.0.1-alpha.1",
"@mongchhi/utils": "^0.0.1-alpha.1",
"@mongchhi/preset-mongchhi": "^0.0.1",
"@mongchhi/types": "^0.0.1",
"@mongchhi/ui-client": "^0.0.1",
"@mongchhi/utils": "^0.0.1",
"@umijs/bundler-utils": "4.0.89",
"@umijs/bundler-webpack": "4.0.89",
"@umijs/core": "4.0.89",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-antd-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/plugin-antd-theme",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -16,8 +16,8 @@
"watch": "father dev"
},
"dependencies": {
"@mongchhi/types": "^0.0.1-alpha.1",
"@mongchhi/utils": "^0.0.1-alpha.1"
"@mongchhi/types": "^0.0.1",
"@mongchhi/utils": "^0.0.1"
},
"devDependencies": {
"antd": "^5.3.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/plugin-blocks",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -16,8 +16,8 @@
"watch": "father dev"
},
"dependencies": {
"@mongchhi/types": "^0.0.1-alpha.1",
"@mongchhi/ui-block": "^0.0.1-alpha.1",
"@mongchhi/types": "^0.0.1",
"@mongchhi/ui-block": "^0.0.1",
"@umijs/block-sdk": "^2.3.0",
"@umijs/deps": "^3.5.41",
"@umijs/utils": "4.0.89",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-inject-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/plugin-inject-ui",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -18,8 +18,8 @@
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@dnd-kit/core": "^6.0.8",
"@mongchhi/ast": "^0.0.1-alpha.1",
"@mongchhi/types": "^0.0.1-alpha.1",
"@mongchhi/ast": "^0.0.1",
"@mongchhi/types": "^0.0.1",
"@umijs/bundler-webpack": "4.0.89",
"@umijs/utils": "4.0.89",
"antd": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-mongchhi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/plugin-mongchhi",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -16,8 +16,8 @@
"watch": "father dev"
},
"dependencies": {
"@mongchhi/types": "^0.0.1-alpha.1",
"@mongchhi/utils": "^0.0.1-alpha.1",
"@mongchhi/types": "^0.0.1",
"@mongchhi/utils": "^0.0.1",
"@umijs/launch-editor": "^1.0.1",
"@umijs/utils": "4.0.89",
"node-fetch": "^3.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/plugin-sdk",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"watch": "father dev"
},
"dependencies": {
"@mongchhi/types": "^0.0.1-alpha.1",
"@mongchhi/types": "^0.0.1",
"@umijs/utils": "4.0.89"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-socket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/plugin-socket",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -16,8 +16,8 @@
"watch": "father dev"
},
"dependencies": {
"@mongchhi/types": "^0.0.1-alpha.1",
"@mongchhi/utils": "^0.0.1-alpha.1",
"@mongchhi/types": "^0.0.1",
"@mongchhi/utils": "^0.0.1",
"@umijs/bundler-webpack": "4.0.89",
"@umijs/utils": "4.0.89",
"body-parser": "^1.20.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/preset-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/preset-blocks",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -15,9 +15,9 @@
"dev": "father dev"
},
"dependencies": {
"@mongchhi/plugin-blocks": "^0.0.1-alpha.1",
"@mongchhi/plugin-sdk": "^0.0.1-alpha.1",
"@mongchhi/plugin-socket": "^0.0.1-alpha.1"
"@mongchhi/plugin-blocks": "^0.0.1",
"@mongchhi/plugin-sdk": "^0.0.1",
"@mongchhi/plugin-socket": "^0.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/preset-mongchhi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/preset-mongchhi",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -15,11 +15,11 @@
"dev": "father dev"
},
"dependencies": {
"@mongchhi/plugin-antd-theme": "^0.0.1-alpha.1",
"@mongchhi/plugin-inject-ui": "^0.0.1-alpha.1",
"@mongchhi/plugin-mongchhi": "^0.0.1-alpha.1",
"@mongchhi/plugin-sdk": "^0.0.1-alpha.1",
"@mongchhi/plugin-socket": "^0.0.1-alpha.1"
"@mongchhi/plugin-antd-theme": "^0.0.1",
"@mongchhi/plugin-inject-ui": "^0.0.1",
"@mongchhi/plugin-mongchhi": "^0.0.1",
"@mongchhi/plugin-sdk": "^0.0.1",
"@mongchhi/plugin-socket": "^0.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/types",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/ui-client",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"files": [
"dist"
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@alita/flow": "^3.1.0",
"@mongchhi/preset-mongchhi": "^0.0.1-alpha.1",
"@mongchhi/preset-mongchhi": "^0.0.1",
"@umijs/plugins": "4.0.89",
"antd": "^5.3.0",
"antd-token-previewer": "^1.1.0-21",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongchhi/utils",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"watch": "father dev"
},
"dependencies": {
"@mongchhi/types": "^0.0.1-alpha.1",
"@mongchhi/types": "^0.0.1",
"@umijs/utils": "4.0.89"
},
"publishConfig": {
Expand Down

0 comments on commit 0a234fb

Please sign in to comment.