Skip to content

Commit 6875b3a

Browse files
v0.19.41
1 parent 67b173f commit 6875b3a

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.41](https://github.com/koory1st/svelement-ui/compare/v0.19.40...v0.19.41) (2024-02-26)
7+
8+
### Bug Fixes
9+
10+
* **switch:** add key enter ([0d22ad9](https://github.com/koory1st/svelement-ui/commit/0d22ad91c2affae8fd39a4344b8300ae5a7612e9))
11+
* **switch:** demo page ([67b173f](https://github.com/koory1st/svelement-ui/commit/67b173f4989a7d0bd5a51a10e9dd736123a6f36b))
12+
* **switch:** focus ([992d62c](https://github.com/koory1st/svelement-ui/commit/992d62cc5500ddabb02eab52d5ebc3a09f446e8d))
13+
* **switch:** id ([1a841bb](https://github.com/koory1st/svelement-ui/commit/1a841bb6dd68573a7e706dee3edd3d313efe7d39))
14+
615
## [0.19.40](https://github.com/koory1st/svelement-ui/compare/v0.19.39...v0.19.40) (2024-02-25)
716

817
### 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.40",
3+
"version": "0.19.41",
44
"npmClient": "pnpm"
55
}

packages/switch/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.41](https://github.com/koory1st/svelement-ui/compare/v0.19.40...v0.19.41) (2024-02-26)
7+
8+
### Bug Fixes
9+
10+
* **switch:** add key enter ([0d22ad9](https://github.com/koory1st/svelement-ui/commit/0d22ad91c2affae8fd39a4344b8300ae5a7612e9))
11+
* **switch:** demo page ([67b173f](https://github.com/koory1st/svelement-ui/commit/67b173f4989a7d0bd5a51a10e9dd736123a6f36b))
12+
* **switch:** focus ([992d62c](https://github.com/koory1st/svelement-ui/commit/992d62cc5500ddabb02eab52d5ebc3a09f446e8d))
13+
* **switch:** id ([1a841bb](https://github.com/koory1st/svelement-ui/commit/1a841bb6dd68573a7e706dee3edd3d313efe7d39))
14+
615
## [0.19.40](https://github.com/koory1st/svelement-ui/compare/v0.19.39...v0.19.40) (2024-02-25)
716

817
### 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.40",
3+
"version": "0.19.41",
44
"keywords": [
55
"svelte",
66
"element-ui",

0 commit comments

Comments
 (0)