Skip to content

Commit

Permalink
chore(components): bump 1.8.18
Browse files Browse the repository at this point in the history
Change-Id: I3a9d0365bd239874088ce2a8af9de2ce0bb55b3f
  • Loading branch information
ivan-94 committed Oct 18, 2023
1 parent 0dc8b39 commit bff2927
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 10 deletions.
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wakeadmin/components

## 1.8.18

### Patch Changes

- fix: 修复 fat-table column 变化没有触发 actions 渲染

## 1.8.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wakeadmin/components",
"version": "1.8.17",
"version": "1.8.18",
"description": "wakeadmin 组件库",
"module": "./dist/index.js",
"main": "./dist/common/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@wakeadmin/components": "workspace:1.8.17",
"@wakeadmin/components": "workspace:1.8.18",
"@wakeadmin/icons": "^0.1.5",
"element-plus": "^2.3.6",
"imagemin-cli": "^7.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/playground-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground-vite

## 0.0.13

### Patch Changes

- Updated dependencies
- @wakeadmin/components@1.8.18

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground-vite",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"scripts": {
"dev": "wk-demi-switch 3 && wakeadmin-adapter-switch 3 && vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/playground-vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground-vue2

## 0.1.90

### Patch Changes

- Updated dependencies
- @wakeadmin/components@1.8.18

## 0.1.89

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/playground-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.89",
"version": "0.1.90",
"name": "playground-vue2",
"imageName": "wkfe/playground-vue2",
"workload": "wakeadmin-playground-vue2",
Expand All @@ -22,7 +22,7 @@
"typescript": false
},
"dependencies": {
"@wakeadmin/components": "workspace:1.8.17",
"@wakeadmin/components": "workspace:1.8.18",
"@wakeadmin/framework": "^0.1.6",
"@wakeadmin/h": "^0.3.0",
"@wakeadmin/i18n-legacy": "^0.1.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/playground-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground-vue3

## 0.1.90

### Patch Changes

- Updated dependencies
- @wakeadmin/components@1.8.18

## 0.1.89

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/playground-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.89",
"version": "0.1.90",
"name": "playground-vue3",
"imageName": "wkfe/playground-vue3",
"workload": "wakeadmin-playground-vue3",
Expand All @@ -18,7 +18,7 @@
"publish:docker": "node ./scripts/docker-publish.js"
},
"dependencies": {
"@wakeadmin/components": "workspace:1.8.17",
"@wakeadmin/components": "workspace:1.8.18",
"@wakeadmin/framework": "^0.1.6",
"@wakeadmin/h": "^0.3.0",
"core-js": "^3.30.2",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bff2927

Please sign in to comment.