Skip to content

Commit ec2c39b

Browse files
committed
Release 5.0.0-beta.0
1 parent a9a2e8a commit ec2c39b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vue-final-modal/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

22

3+
# [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)
4+
5+
### Features
6+
7+
* 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))
8+
39
## [4.5.3](https://github.com/vue-final/vue-final-modal/compare/v4.5.2...v4.5.3) (2023-12-15)
410

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

packages/vue-final-modal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-final-modal",
33
"private": false,
4-
"version": "4.5.3",
4+
"version": "5.0.0-beta.0",
55
"type": "module",
66
"source": "src/index.ts",
77
"main": "./dist/index.umd.js",

0 commit comments

Comments
 (0)