Skip to content

Commit a89cba8

Browse files
committed
chore(release): 2.0.0
1 parent 0f935cc commit a89cba8

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages/core/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [2.0.0](https://github.com/Djaler/vue-promise-dialogs/compare/v1.3.3...v2.0.0) (2022-07-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove type inference for class-based components
11+
12+
### Features
13+
14+
* rewrite with vue-demi ([ad2f5b9](https://github.com/Djaler/vue-promise-dialogs/commit/ad2f5b92ce26cb9edde83d821f63bceab121eae7))
15+
* support vue 3 ([a1d174f](https://github.com/Djaler/vue-promise-dialogs/commit/a1d174f94a245d255e228c64f6d700b829e73e92))
16+
17+
18+
### chore
19+
20+
* remove base component for class-based dialog components ([84af2b2](https://github.com/Djaler/vue-promise-dialogs/commit/84af2b2209151691bb09d263e1909d8894074072))
421

522
### [1.3.3](https://github.com/Djaler/vue-promise-dialogs/compare/v1.3.2...v1.3.3) (2022-06-23)
623

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-promise-dialogs",
3-
"version": "1.3.3",
3+
"version": "2.0.0",
44
"author": "Kirill Romanov",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)