Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryZ committed Sep 24, 2023
1 parent c3df9a6 commit a43e701
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 187 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

英文 changelog 内容请访问 [CHANGELOG](CHANGELOG.md)

## [3.0.0](https://github.com/TerryZ/v-region/compare/v3.0.0-beta.4...v3.0.0) (2023-09-24)

### 新特性

- 重构 `RegionCityPicker` 排版结构与样式

## [3.0.0-beta.4](https://github.com/TerryZ/v-region/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-09-19)

### 新特性
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Please refer to [CHANGELOG-CN](CHANGELOG-CN.md) for Chinese changelog

## [3.0.0](https://github.com/TerryZ/v-region/compare/v3.0.0-beta.4...v3.0.0) (2023-09-24)

### Features

- Refactor the layout structure and style of `RegionCityPicker`

## [3.0.0-beta.4](https://github.com/TerryZ/v-region/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-09-19)

### Features
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v-region",
"description": "Provide Chinese administrative division data selection",
"version": "3.0.0-beta.4",
"version": "3.0.0",
"author": "TerryZ <terry5@foxmail.com>",
"type": "module",
"files": [
Expand Down Expand Up @@ -55,20 +55,20 @@
"@rushstack/eslint-patch": "^1.4.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-v8": "^0.34.4",
"@vitest/coverage-v8": "^0.34.5",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/test-utils": "^2.4.1",
"bootstrap": "^5.3.2",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"sass": "^1.67.0",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vitest": "^0.34.4",
"vue-router": "^4.2.4",
"vue-tsc": "^1.8.11"
"vitest": "^0.34.5",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.13"
}
}
Loading

0 comments on commit a43e701

Please sign in to comment.