version: v4.8.3

This commit is contained in:
XiaoDaiGua-Ray 2024-05-04 18:31:57 +08:00
parent e5c16b3497
commit 557ab0467a
4 changed files with 279 additions and 242 deletions

View File

@ -8,36 +8,19 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: [18.18.2, 20.12.0] # 指定 Node.js 版本 node-version: [20.x]
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest]
experimental: [true] experimental: [true]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Node.js ${{ matrix.node-version }} - name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install system dependencies for canvas (macOS only)
if: runner.os == 'macOS'
run: |
brew update
brew install pkg-config cairo pango libpng jpeg giflib
- name: Install node-pre-gyp and node-gyp
run: |
npm install -g node-pre-gyp
npm install -g node-gyp
- name: Install Python and distutils (macOS only)
if: runner.os == 'macOS'
run: |
python3 -m ensurepip
python3 -m pip install -U distutils
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v2
name: Install pnpm name: Install pnpm
with: with:

View File

@ -1,5 +1,18 @@
# CHANGE LOG # CHANGE LOG
## 4.8.3
## Feats
- 更新 `vue-i18n` 版本至 `9.13.1`
- 更新 `naive-ui` 版本至 `2.38.2`
- 更新 `vite` 版本至 `5.2.11`
- 更新 `vue` 版本至 `3.4.26`
## Fixes
- 同步修复 `useModal` 组件在 `preset = card` 时,不能正确显示内容的问题
## 4.8.2 ## 4.8.2
破坏性更新!请仔细阅读更新日志! 破坏性更新!请仔细阅读更新日志!

View File

@ -1,7 +1,7 @@
{ {
"name": "ray-template", "name": "ray-template",
"private": false, "private": false,
"version": "4.8.2", "version": "4.8.3",
"type": "module", "type": "module",
"engines": { "engines": {
"node": "^18.0.0 || >=20.0.0", "node": "^18.0.0 || >=20.0.0",
@ -45,14 +45,14 @@
"jsbarcode": "3.11.6", "jsbarcode": "3.11.6",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"mockjs": "1.1.0", "mockjs": "1.1.0",
"naive-ui": "^2.38.1", "naive-ui": "^2.38.2",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0", "pinia-plugin-persistedstate": "^3.2.0",
"print-js": "^1.6.0", "print-js": "^1.6.0",
"vue": "^3.4.25", "vue": "^3.4.26",
"vue-demi": "0.14.6", "vue-demi": "0.14.6",
"vue-hooks-plus": "1.9.0", "vue-hooks-plus": "1.9.0",
"vue-i18n": "^9.9.0", "vue-i18n": "^9.13.1",
"vue-router": "^4.3.0" "vue-router": "^4.3.0"
}, },
"devDependencies": { "devDependencies": {
@ -92,7 +92,7 @@
"typescript": "^5.2.2", "typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.5", "unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0", "unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10", "vite": "^5.2.11",
"vite-bundle-analyzer": "0.9.4", "vite-bundle-analyzer": "0.9.4",
"vite-plugin-cdn2": "1.1.0", "vite-plugin-cdn2": "1.1.0",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",

475
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff