From 5fec730883ab8255f2b4caabba97432d39b4bcce Mon Sep 17 00:00:00 2001 From: lvjiaxuan <11309921+lvjiaxuan@users.noreply.github.com> Date: Sat, 6 May 2023 14:42:23 +0800 Subject: [PATCH] Release v2.0.0 --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bdc2554 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,49 @@ +# Changelog + +Tag ranges `v1.0.0...v2.0.0` (2). [All GitHub Releases](https://github.com/lvjiaxuan/vue-number-roll/releases). + +## v2.0.0 (2023-05-06) +[Compare changes](https://github.com/lvjiaxuan/vue-number-roll/compare/v1.0.0...v2.0.0) + +###    💥 Breaking Changes + +- chore!: refactor by vue-demi  -  by @lvjiaxuan [(b4402)](https://github.com/lvjiaxuan/vue-number-roll/commit/b440272) + +###    ✨ Enhancements + +- (rebased)ts改造中  -  by @lvjiaxuan [(5ac29)](https://github.com/lvjiaxuan/vue-number-roll/commit/5ac2944) +- props可以了,但是模板引用研究中  -  by @lvjiaxuan [(6596c)](https://github.com/lvjiaxuan/vue-number-roll/commit/6596c8d) +- 补充  -  by @lvjiaxuan [(68b40)](https://github.com/lvjiaxuan/vue-number-roll/commit/68b40be) +- update  -  by @lvjiaxuan [(47aca)](https://github.com/lvjiaxuan/vue-number-roll/commit/47acac7) +- works!  -  by @lvjiaxuan [(e35f6)](https://github.com/lvjiaxuan/vue-number-roll/commit/e35f60f) +- import vue-demi  -  by @lvjiaxuan [(fdca5)](https://github.com/lvjiaxuan/vue-number-roll/commit/fdca5eb) + +###    ⚡️ Performance + +- vue3 版本  -  by @lvjiaxuan [(4a43f)](https://github.com/lvjiaxuan/vue-number-roll/commit/4a43f7b) + +###    📝 Documentation + +- 添加README.md  -  by @lvjiaxuan [(a1ceb)](https://github.com/lvjiaxuan/vue-number-roll/commit/a1ceb28) +- ..  -  by @lvjiaxuan [(ee79f)](https://github.com/lvjiaxuan/vue-number-roll/commit/ee79f00) +- wip  -  by @lvjiaxuan [(ed6fd)](https://github.com/lvjiaxuan/vue-number-roll/commit/ed6fd59) +- update  -  by @lvjiaxuan [(9c396)](https://github.com/lvjiaxuan/vue-number-roll/commit/9c396c0) + +## v1.0.0 (2022-03-10) +[Compare changes](https://github.com/lvjiaxuan/vue-number-roll/compare/...v1.0.0) + +###    ✨ Enhancements + +- (rebased)ts改造中  -  by @lvjiaxuan [(5ac29)](https://github.com/lvjiaxuan/vue-number-roll/commit/5ac2944) +- props可以了,但是模板引用研究中  -  by @lvjiaxuan [(6596c)](https://github.com/lvjiaxuan/vue-number-roll/commit/6596c8d) +- 补充  -  by @lvjiaxuan [(68b40)](https://github.com/lvjiaxuan/vue-number-roll/commit/68b40be) +- update  -  by @lvjiaxuan [(47aca)](https://github.com/lvjiaxuan/vue-number-roll/commit/47acac7) + +###    ⚡️ Performance + +- vue3 版本  -  by @lvjiaxuan [(4a43f)](https://github.com/lvjiaxuan/vue-number-roll/commit/4a43f7b) + +###    📝 Documentation + +- 添加README.md  -  by @lvjiaxuan [(a1ceb)](https://github.com/lvjiaxuan/vue-number-roll/commit/a1ceb28) +- ..  -  by @lvjiaxuan [(ee79f)](https://github.com/lvjiaxuan/vue-number-roll/commit/ee79f00) \ No newline at end of file diff --git a/package.json b/package.json index 122e5e7..54fb9fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-number-roll", "type": "module", - "version": "1.0.0", + "version": "2.0.0", "private": false, "author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)", "license": "MIT", @@ -64,4 +64,4 @@ "vue": "^3.2.47", "vue-tsc": "^1.6.4" } -} +} \ No newline at end of file