Skip to content

Commit

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


# [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

* replace body-scroll-lock with scroll-lock [#403](https://github.com/vue-final/vue-final-modal/issues/403) ([a9a2e8a](https://github.com/vue-final/vue-final-modal/commit/a9a2e8a7794c6d9c67eb7650a74f6894b2b558b0))

## [4.5.3](https://github.com/vue-final/vue-final-modal/compare/v4.5.2...v4.5.3) (2023-12-15)

## [4.5.2](https://github.com/vue-final/vue-final-modal/compare/v4.5.1...v4.5.2) (2023-12-15)
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": "4.5.3",
"version": "5.0.0-beta.0",
"type": "module",
"source": "src/index.ts",
"main": "./dist/index.umd.js",
Expand Down

0 comments on commit ec2c39b

Please sign in to comment.