Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mantou132 committed Dec 19, 2023
1 parent a580add commit cf05d3d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/duoyun-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duoyun-ui",
"version": "1.1.2",
"version": "1.1.3",
"description": "A lightweight desktop UI component library, implemented using Gem",
"keywords": [
"frontend",
Expand Down
4 changes: 2 additions & 2 deletions packages/gem-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gem-analyzer",
"version": "1.7.1",
"version": "1.7.2",
"description": "gem analyzer",
"main": "index.js",
"files": [
Expand All @@ -13,7 +13,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@mantou/gem": "^1.7.2"
"@mantou/gem": "^1.7.3"
},
"devDependencies": {
"@gemjs/config": "^1.6.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/gem-book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gem-book",
"version": "1.5.19",
"version": "1.5.20",
"description": "Create your document website easily and quickly",
"keywords": [
"doc",
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@mantou/gem": "^1.7.2",
"@mantou/gem": "^1.7.3",
"commander": "^7.2.0",
"copy-webpack-plugin": "^11.0.0",
"front-matter": "^4.0.2",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@web/dev-server-esbuild": "^0.2.16",
"@web/test-runner": "^0.13.22",
"esbuild": "^0.14.14",
"gem-analyzer": "^1.7.0",
"gem-analyzer": "^1.7.2",
"nodemon": "^2.0.7",
"ts-morph": "^13.0.0",
"webpack-cli": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/gem-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gem-devtools",
"version": "1.7.0",
"version": "1.7.1",
"description": "Gem devtools",
"scripts": {
"update:version": "node ./scripts/update.js",
Expand All @@ -11,7 +11,7 @@
"start": "yarn build && concurrently -k npm:watch npm:browser"
},
"dependencies": {
"@mantou/gem": "^1.7.2",
"@mantou/gem": "^1.7.3",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/gem-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"private": true,
"name": "gem-examples",
"version": "1.7.0",
"version": "1.7.1",
"description": "gem examples",
"scripts": {
"build": "vite build",
"start": "vite serve"
},
"dependencies": {
"@mantou/gem": "^1.7.2",
"duoyun-ui": "^1.1.2"
"@mantou/gem": "^1.7.3",
"duoyun-ui": "^1.1.3"
},
"devDependencies": {
"@gemjs/config": "^1.6.11",
"vite-plugin-virtual-mpa": "^1.9.3",
"vite": "^2.7.13"
"vite": "^2.7.13",
"vite-plugin-virtual-mpa": "^1.9.3"
}
}
5 changes: 2 additions & 3 deletions packages/gem-port/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gem-port",
"version": "0.0.1",
"version": "0.0.2",
"description": "Export React component",
"keywords": [
"gem",
Expand All @@ -21,11 +21,10 @@
"dependencies": {
"@gemjs/config": "^1.6.11",
"commander": "^7.2.0",
"gem-analyzer": "^1.7.1",
"gem-analyzer": "^1.7.2",
"ts-morph": "^13.0.0",
"typescript": "^4.5.0"
},
"devDependencies": {},
"author": "mantou132",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantou/gem",
"version": "1.7.2",
"version": "1.7.3",
"description": "💎 使用自定义元素的轻量级 WebApp 开发框架",
"main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit cf05d3d

Please sign in to comment.