Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @gemjs/config@2.0.0
 - duoyun-ui@2.0.0
 - @mantou/gem@2.0.0
 - gem-analyzer@2.0.0
 - gem-book@2.0.0
 - gem-devtools@2.0.0
 - gem-examples@2.0.0
 - @mantou/gem-port@1.0.0
 - vscode-plugin-gem@1.0.0
  • Loading branch information
mantou132 committed Sep 19, 2024
1 parent 4c8d58d commit 07c72dc
Show file tree
Hide file tree
Showing 10 changed files with 4,920 additions and 3,053 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": "2.0.0-alpha.0",
"version": "2.0.0",
"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": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "A lightweight desktop UI component library, implemented using Gem",
"keywords": [
"frontend",
Expand Down Expand Up @@ -52,11 +52,11 @@
"elkjs": "^0.7.1"
},
"peerDependencies": {
"@mantou/gem": "^2.0.0-alpha.0"
"@mantou/gem": "^2.x"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@gemjs/config": "^2.0.0-alpha.0",
"@gemjs/config": "^2.0.0",
"@open-wc/testing": "^2.5.33",
"@types/d3-geo": "^3.0.1",
"@types/mocha": "^10.0.7",
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": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "gem analyzer",
"main": "index.js",
"files": [
Expand All @@ -13,10 +13,10 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@mantou/gem": "^2.0.0-alpha.0"
"@mantou/gem": "^2.0.0"
},
"devDependencies": {
"@gemjs/config": "^2.0.0-alpha.0",
"@gemjs/config": "^2.0.0",
"ts-morph": "^13.0.0",
"typescript": "^5.6.2"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/gem-book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gem-book",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "Create your document website easily and quickly",
"keywords": [
"doc",
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@aaroon/workbox-rspack-plugin": "^0.3.2",
"@mantou/gem": "^2.0.0-alpha.0",
"@rspack/core": "^1.0.5",
"@mantou/gem": "^2.0.0",
"@rspack/cli": "^1.0.5",
"@rspack/core": "^1.0.5",
"@rspack/dev-server": "^1.0.5",
"anymatch": "^3.1.3",
"chalk": "^2.4.2",
Expand All @@ -57,16 +57,16 @@
"marked": "^10.0.0",
"mkdirp": "^1.0.4",
"parse-github-url": "^1.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"sitemap-rspack-plugin": "^1.1.1",
"string-replace-loader": "^3.1.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"yaml": "^1.10.2"
},
"devDependencies": {
"@codesandbox/sandpack-client": "^2.18.2",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@gemjs/config": "^2.0.0-alpha.0",
"@gemjs/config": "^2.0.0",
"@open-wc/testing": "^2.5.33",
"@types/express": "^4.17.3",
"@types/jsdom": "^16.2.10",
Expand All @@ -77,7 +77,7 @@
"@types/prismjs": "^1.16.5",
"@web/dev-server-esbuild": "^1.0.2",
"@web/test-runner": "^0.18.1",
"gem-analyzer": "^2.0.0-alpha.0",
"gem-analyzer": "^2.0.0",
"nodemon": "^2.0.7",
"ts-morph": "^13.0.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,7 +1,7 @@
{
"private": true,
"name": "gem-devtools",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "Gem devtools",
"scripts": {
"update:version": "node ./scripts/update.js",
Expand All @@ -13,11 +13,11 @@
"start": "pnpm build && concurrently -k npm:watch npm:browser"
},
"dependencies": {
"@mantou/gem": "^2.0.0-alpha.0",
"@mantou/gem": "^2.0.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@gemjs/config": "^2.0.0-alpha.0",
"@gemjs/config": "^2.0.0",
"@types/webextension-polyfill": "^0.10.7",
"vite": "^5.2.10",
"web-ext": "^7.8.0"
Expand Down
8 changes: 4 additions & 4 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": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "gem examples",
"scripts": {
"build": "vite build",
"preview": "vite preview",
"start": "vite serve"
},
"dependencies": {
"@mantou/gem": "^2.0.0-alpha.0",
"duoyun-ui": "^2.0.0-alpha.0"
"@mantou/gem": "^2.0.0",
"duoyun-ui": "^2.0.0"
},
"devDependencies": {
"@gemjs/config": "^2.0.0-alpha.0",
"@gemjs/config": "^2.0.0",
"vite": "^5.2.10",
"vite-plugin-virtual-mpa": "^1.9.3"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/gem-port/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mantou/gem-port",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "Export React component",
"keywords": [
"gem",
Expand All @@ -19,9 +19,9 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@gemjs/config": "^2.0.0-alpha.0",
"@gemjs/config": "^2.0.0",
"commander": "^7.2.0",
"gem-analyzer": "^2.0.0-alpha.0",
"gem-analyzer": "^2.0.0",
"ts-morph": "^13.0.0",
"typescript": "^5.6.2"
},
Expand Down
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": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "💎 使用自定义元素的轻量级 WebApp 开发框架",
"keywords": [
"frontend",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@gemjs/config": "^2.0.0-alpha.0",
"@gemjs/config": "^2.0.0",
"@open-wc/testing": "^2.5.33",
"@types/mocha": "^10.0.7",
"@web/dev-server-esbuild": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-gem-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "vscode-plugin-gem",
"displayName": "vscode-plugin-gem",
"description": "Gem plugin for VS Code",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"engines": {
"vscode": "^1.93.0"
},
Expand All @@ -29,7 +29,7 @@
"vscode:prepublish": "pnpm package"
},
"devDependencies": {
"@gemjs/config": "^2.0.0-alpha.0",
"@gemjs/config": "^2.0.0",
"@types/mocha": "^10.0.7",
"@types/vscode": "^1.93.0",
"@vscode/test-cli": "^0.0.10",
Expand Down
Loading

0 comments on commit 07c72dc

Please sign in to comment.