Skip to content

Commit

Permalink
feat(v3.3.0.0-rc5): 版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
herodotus-ecosystem committed May 19, 2024
1 parent 1dd0c2b commit 1090e61
Show file tree
Hide file tree
Showing 9 changed files with 507 additions and 512 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "herodotus-cloud-ui",
"private": true,
"version": "3.3.0.0-RC4",
"version": "3.3.0.0-RC5",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -32,24 +32,24 @@
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qs": "^6.12.1",
"quasar": "^2.16.2",
"quasar": "^2.16.4",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.2",
"@quasar/vite-plugin": "^1.7.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-vue": "^5.0.4",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -62,7 +62,7 @@
"prettier": "^3.2.5",
"rollup": "4.17.2",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.1",
"sass": "^1.77.2",
"stylelint": "^16.5.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
Expand All @@ -77,6 +77,6 @@
"vite-plugin-dts": "3.9.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.21.0",
"vue-tsc": "^2.0.17"
"vue-tsc": "^2.0.19"
}
}
2 changes: 1 addition & 1 deletion packages/ui/container/herodotus/ui.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
ui:
image: herodotus-cloud-ui:3.3.0.0-RC4
image: herodotus-cloud-ui:3.3.0.0-RC5
build:
context: ../context
dockerfile: Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dante/ui",
"version": "3.3.0.0-RC4",
"version": "3.3.0.0-RC5",
"description": "",
"keywords": [],
"author": "",
Expand Down Expand Up @@ -40,10 +40,10 @@
"vue-cookies": "^1.8.4",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-simple-uploader": "^1.0.2",
"vue-simple-uploader": "^1.0.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "20.12.11"
"@types/node": "20.12.12"
}
}
599 changes: 297 additions & 302 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

380 changes: 190 additions & 190 deletions shared/bpmn-designer/dist/index.es.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shared/bpmn-designer/dist/index.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shared/bpmn-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"didi": "^10.2.2",
"highlight.js": "^11.9.0",
"pinia": "^2.1.7",
"preact": "^10.21.0",
"preact": "^10.22.0",
"vue": "^3.4.27",
"zeebe-bpmn-moddle": "^1.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions shared/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"dependencies": {
"@herodotus/core": "workspace:^",
"@mdi/js": "^7.4.47",
"@tsparticles/basic": "^3.3.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/interaction-particles-links": "^3.3.0",
"quasar": "^2.16.2"
"@tsparticles/basic": "^3.4.0",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/interaction-particles-links": "^3.4.0",
"quasar": "^2.16.4"
}
}
2 changes: 1 addition & 1 deletion shared/form-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@herodotus/core": "workspace:^",
"@herodotus/form-apis": "workspace:^",
"@herodotus/form-engine": "workspace:^",
"quasar": "^2.16.2",
"quasar": "^2.16.4",
"vue": "^3.4.27",
"vuedraggable": "4.1.0"
}
Expand Down

0 comments on commit 1090e61

Please sign in to comment.