Skip to content

Commit bce195f

Browse files
author
白唯
committed
build(lock): git 不在忽略 package-lock 文件
1 parent b2acb41 commit bce195f

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,3 @@ todo-list.md
2727
*todo-list*.md
2828
docs
2929
yarn-error.log
30-
yarn.lock
31-
package-lock.json

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.1.14](https://github.com/ibwei/vue3-base/compare/v0.1.10...v0.1.14) (2020-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **i18n:** 修复 antd-vue 语言国际化出错问题 ([1cd844d](https://github.com/ibwei/vue3-base/commit/1cd844d08d51b0dc115dbe47352caadd684380ef))
7+
* **i18n:** 修复 i18n修改 antdv组件国际化模版出错问题 ([003bccf](https://github.com/ibwei/vue3-base/commit/003bccfb3047d658a554a32a4dde117aeb5aee59))
8+
* **i18n:** 修复safari 不支持先行和后行断言的导致的白屏问题 ([384499b](https://github.com/ibwei/vue3-base/commit/384499be25429152a10a277049b391eae969e856))
9+
* **thme:** 修改 ant-design-vue自定义主题在 build 之后无法覆盖成功的问题 ([29a591d](https://github.com/ibwei/vue3-base/commit/29a591d0cf17429cb528f485171be3b6ae4f7ff8))
10+
11+
12+
### Performance Improvements
13+
14+
* **vuex:** 增加 vuex 的模块示例 ([ed70e47](https://github.com/ibwei/vue3-base/commit/ed70e4785538ecf72cc80389cc02d65eefcfe97d))
15+
16+
17+
118
## [0.1.13](https://github.com/ibwei/vue3-base/compare/v0.1.10...v0.1.13) (2020-11-09)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-base-type",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "一个使用vue3+typescript 搭建的项目基础架构类型声明库",
55
"author": {
66
"name": "ibwei",

0 commit comments

Comments
 (0)