Skip to content

Commit

Permalink
Release 5.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Jan 11, 2024
1 parent 3241acd commit 8070deb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/vue-final-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


# [5.0.0-beta.1](https://github.com/vue-final/vue-final-modal/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2024-01-11)


### Bug Fixes

* add @vue/composition-api to peerDependenciesMeta optional ([3241acd](https://github.com/vue-final/vue-final-modal/commit/3241acddd1eadf2b94cc5d97f22ac636c608407f))

# [5.0.0-beta.0](https://github.com/vue-final/vue-final-modal/compare/v4.5.3...v5.0.0-beta.0) (2024-01-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-final-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-final-modal",
"private": false,
"version": "5.0.0-beta.0",
"version": "5.0.0-beta.1",
"type": "module",
"source": "src/index.ts",
"main": "./dist/index.umd.js",
Expand Down

0 comments on commit 8070deb

Please sign in to comment.