Skip to content

Commit

Permalink
chore(components): bump version
Browse files Browse the repository at this point in the history
Change-Id: I116fda57ffccd06bd8008a75924dd060858dbb1c
  • Loading branch information
njikm2010 committed Jun 25, 2024
1 parent f2faf0b commit 29c548a
Show file tree
Hide file tree
Showing 10 changed files with 39 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.9.9

### Patch Changes

- fat-table 新增对外暴露 getColumns

## 1.9.8

### 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.9.8",
"version": "1.9.9",
"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.9.8",
"@wakeadmin/components": "workspace:1.9.9",
"@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.30

### Patch Changes

- Updated dependencies
- @wakeadmin/components@1.9.9

## 0.0.29

### 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.29",
"version": "0.0.30",
"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.107

### Patch Changes

- Updated dependencies
- @wakeadmin/components@1.9.9

## 0.1.106

### 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.106",
"version": "0.1.107",
"name": "playground-vue2",
"imageName": "wkfe/playground-vue2",
"workload": "wakeadmin-playground-vue2",
Expand All @@ -22,7 +22,7 @@
"typescript": false
},
"dependencies": {
"@wakeadmin/components": "workspace:1.9.8",
"@wakeadmin/components": "workspace:1.9.9",
"@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.107

### Patch Changes

- Updated dependencies
- @wakeadmin/components@1.9.9

## 0.1.106

### 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.106",
"version": "0.1.107",
"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.9.8",
"@wakeadmin/components": "workspace:1.9.9",
"@wakeadmin/framework": "^0.1.6",
"@wakeadmin/h": "^0.3.0",
"core-js": "^3.30.2",
Expand Down
8 changes: 5 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 29c548a

Please sign in to comment.