Skip to content

Commit 2e7d1b2

Browse files
v0.19.44
1 parent 1e9f693 commit 2e7d1b2

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
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.44](https://github.com/koory1st/svelement-ui/compare/v0.19.43...v0.19.44) (2024-03-05)
7+
8+
### Bug Fixes
9+
10+
* **switch:** disabled bug ([1e9f693](https://github.com/koory1st/svelement-ui/commit/1e9f693e76817401db8dfbdf3a9a2af91097dd61))
11+
612
## [0.19.43](https://github.com/koory1st/svelement-ui/compare/v0.19.42...v0.19.43) (2024-03-04)
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.43",
3+
"version": "0.19.44",
44
"npmClient": "pnpm"
55
}

packages/all/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.44](https://github.com/koory1st/svelement-ui/compare/v0.19.43...v0.19.44) (2024-03-05)
7+
8+
**Note:** Version bump only for package @svelement-ui/all
9+
610
## [0.19.43](https://github.com/koory1st/svelement-ui/compare/v0.19.42...v0.19.43) (2024-03-04)
711

812
**Note:** Version bump only for package @svelement-ui/all

packages/all/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/all",
3-
"version": "0.19.43",
3+
"version": "0.19.44",
44
"keywords": [
55
"svelte",
66
"element-ui",

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.44](https://github.com/koory1st/svelement-ui/compare/v0.19.43...v0.19.44) (2024-03-05)
7+
8+
### Bug Fixes
9+
10+
* **switch:** disabled bug ([1e9f693](https://github.com/koory1st/svelement-ui/commit/1e9f693e76817401db8dfbdf3a9a2af91097dd61))
11+
612
## [0.19.41](https://github.com/koory1st/svelement-ui/compare/v0.19.40...v0.19.41) (2024-02-26)
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.41",
3+
"version": "0.19.44",
44
"keywords": [
55
"svelte",
66
"element-ui",

0 commit comments

Comments
 (0)