Skip to content

Commit

Permalink
feat(v3.3.0.0-rc4): 版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
herodotus-ecosystem committed May 11, 2024
1 parent de8abb4 commit 1dd0c2b
Show file tree
Hide file tree
Showing 11 changed files with 509 additions and 411 deletions.
20 changes: 10 additions & 10 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-RC2",
"version": "3.3.0.0-RC4",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -32,15 +32,15 @@
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qs": "^6.12.1",
"quasar": "^2.15.4",
"vue": "^3.4.26",
"quasar": "^2.16.2",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@quasar/vite-plugin": "^1.6.0",
"@quasar/vite-plugin": "^1.7.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
Expand All @@ -54,29 +54,29 @@
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-html": "^1.7.0",
"prettier": "^3.2.5",
"rollup": "4.17.2",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.76.0",
"sass": "^1.77.1",
"stylelint": "^16.5.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "3.9.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.21.0",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.17"
}
}
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-RC2
image: herodotus-cloud-ui:3.3.0.0-RC4
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-RC2",
"version": "3.3.0.0-RC4",
"description": "",
"keywords": [],
"author": "",
Expand Down Expand Up @@ -36,14 +36,14 @@
"jwt-decode": "^4.0.0",
"rsocket-core": "1.0.0-alpha.3",
"rsocket-websocket-client": "1.0.0-alpha.3",
"vue": "^3.4.26",
"vue": "^3.4.27",
"vue-cookies": "^1.8.4",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-simple-uploader": "^1.0.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "20.12.8"
"@types/node": "20.12.11"
}
}
Loading

0 comments on commit 1dd0c2b

Please sign in to comment.