Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @gemjs/config@1.6.11
 - duoyun-ui@0.0.67
 - gem-analyzer@1.7.0
 - gem-book@1.5.18
 - gem-devtools@1.7.0
 - gem-examples@1.7.0
 - @mantou/gem@1.7.0
  • Loading branch information
mantou132 committed Nov 21, 2023
1 parent 2f546a6 commit d6a5034
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "@gemjs/config",
"version": "1.6.10",
"version": "1.6.11",
"description": "Gemjs common config"
}
6 changes: 3 additions & 3 deletions packages/duoyun-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duoyun-ui",
"version": "0.0.66",
"version": "0.0.67",
"description": "WebComponts UI",
"exports": {
"./elements/*": "./elements/*.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@gemjs/config": "^1.6.10",
"@mantou/gem": "^1.6.18",
"@gemjs/config": "^1.6.11",
"@mantou/gem": "^1.7.0",
"@open-wc/testing": "^2.5.33",
"@types/d3-geo": "^3.0.1",
"@web/dev-server-esbuild": "^0.2.16",
Expand Down
6 changes: 3 additions & 3 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.6.18",
"version": "1.7.0",
"description": "gem analyzer",
"main": "index.js",
"files": [
Expand All @@ -12,10 +12,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@mantou/gem": "^1.6.18"
"@mantou/gem": "^1.7.0"
},
"devDependencies": {
"@gemjs/config": "^1.6.10",
"@gemjs/config": "^1.6.11",
"ts-morph": "^13.0.0",
"typescript": "^4.5.0"
},
Expand Down
8 changes: 4 additions & 4 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.17",
"version": "1.5.18",
"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.6.18",
"@mantou/gem": "^1.7.0",
"commander": "^7.2.0",
"copy-webpack-plugin": "^8.1.1",
"front-matter": "^4.0.2",
Expand All @@ -60,7 +60,7 @@
"devDependencies": {
"@codesandbox/sandpack-client": "^2.0.01",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@gemjs/config": "^1.6.10",
"@gemjs/config": "^1.6.11",
"@open-wc/testing": "^2.5.33",
"@types/copy-webpack-plugin": "^8.0.0",
"@types/jsdom": "^16.2.10",
Expand All @@ -72,7 +72,7 @@
"@web/dev-server-esbuild": "^0.2.16",
"@web/test-runner": "^0.13.22",
"esbuild": "^0.14.14",
"gem-analyzer": "^1.6.18",
"gem-analyzer": "^1.7.0",
"nodemon": "^2.0.7",
"ts-morph": "^13.0.0",
"webpack-cli": "^4.7.0",
Expand Down
6 changes: 3 additions & 3 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.6.18",
"version": "1.7.0",
"description": "Gem devtools",
"scripts": {
"update:version": "node ./scripts/update.js",
Expand All @@ -11,11 +11,11 @@
"start": "concurrently npm:build:watch npm:browser"
},
"dependencies": {
"@mantou/gem": "^1.6.18",
"@mantou/gem": "^1.7.0",
"webextension-polyfill": "^0.8.0"
},
"devDependencies": {
"@gemjs/config": "^1.6.10",
"@gemjs/config": "^1.6.11",
"@types/webextension-polyfill": "^0.8.2",
"vite": "^2.7.13",
"web-ext": "^6.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/gem-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"private": true,
"name": "gem-examples",
"version": "1.6.18",
"version": "1.7.0",
"description": "gem examples",
"scripts": {
"build": "vite build",
"start": "vite serve"
},
"dependencies": {
"@mantou/gem": "^1.6.18"
"@mantou/gem": "^1.7.0"
},
"devDependencies": {
"@gemjs/config": "^1.6.10",
"@gemjs/config": "^1.6.11",
"vite": "^2.7.13"
}
}
4 changes: 2 additions & 2 deletions packages/gem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantou/gem",
"version": "1.6.19",
"version": "1.7.0",
"description": "💎 使用自定义元素的轻量级 WebApp 开发框架",
"main": "index.js",
"module": "index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@gemjs/config": "^1.6.10",
"@gemjs/config": "^1.6.11",
"@open-wc/testing": "^2.5.33",
"@web/dev-server-esbuild": "^0.2.16",
"@web/test-runner": "^0.13.22",
Expand Down

0 comments on commit d6a5034

Please sign in to comment.