Skip to content

Commit abb1796

Browse files
v0.19.45
1 parent b318429 commit abb1796

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.45](https://github.com/koory1st/svelement-ui/compare/v0.19.44...v0.19.45) (2024-03-09)
7+
8+
### Bug Fixes
9+
10+
* **switch:** activeAction ([b318429](https://github.com/koory1st/svelement-ui/commit/b3184291bf747e1fef8e39aa1003952bb8b4b7fc))
11+
612
## [0.19.44](https://github.com/koory1st/svelement-ui/compare/v0.19.43...v0.19.44) (2024-03-05)
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.44",
3+
"version": "0.19.45",
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.45](https://github.com/koory1st/svelement-ui/compare/v0.19.44...v0.19.45) (2024-03-09)
7+
8+
**Note:** Version bump only for package @svelement-ui/all
9+
610
## [0.19.44](https://github.com/koory1st/svelement-ui/compare/v0.19.43...v0.19.44) (2024-03-05)
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.44",
3+
"version": "0.19.45",
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.45](https://github.com/koory1st/svelement-ui/compare/v0.19.44...v0.19.45) (2024-03-09)
7+
8+
### Bug Fixes
9+
10+
* **switch:** activeAction ([b318429](https://github.com/koory1st/svelement-ui/commit/b3184291bf747e1fef8e39aa1003952bb8b4b7fc))
11+
612
## [0.19.44](https://github.com/koory1st/svelement-ui/compare/v0.19.43...v0.19.44) (2024-03-05)
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.44",
3+
"version": "0.19.45",
44
"keywords": [
55
"svelte",
66
"element-ui",

0 commit comments

Comments
 (0)