Skip to content

Commit 3b475a6

Browse files
v0.19.39
1 parent 0dcce37 commit 3b475a6

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.39](https://github.com/koory1st/svelement-ui/compare/v0.19.38...v0.19.39) (2024-02-24)
7+
8+
### Bug Fixes
9+
10+
* **switch:** beforeChange ([0dcce37](https://github.com/koory1st/svelement-ui/commit/0dcce37c32b51f5eca0153e79f28b89934ef6810))
11+
612
## [0.19.38](https://github.com/koory1st/svelement-ui/compare/v0.19.37...v0.19.38) (2024-02-23)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.19.38",
3+
"version": "0.19.39",
44
"npmClient": "pnpm"
55
}

packages/switch/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.39](https://github.com/koory1st/svelement-ui/compare/v0.19.38...v0.19.39) (2024-02-24)
7+
8+
### Bug Fixes
9+
10+
* **switch:** beforeChange ([0dcce37](https://github.com/koory1st/svelement-ui/commit/0dcce37c32b51f5eca0153e79f28b89934ef6810))
11+
612
## [0.19.38](https://github.com/koory1st/svelement-ui/compare/v0.19.37...v0.19.38) (2024-02-23)
713

814
### Bug Fixes

packages/switch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@svelement-ui/switch",
3-
"version": "0.19.38",
3+
"version": "0.19.39",
44
"keywords": [
55
"svelte",
66
"element-ui",

0 commit comments

Comments
 (0)