Skip to content

Commit 99ef375

Browse files
v0.19.47
1 parent f840997 commit 99ef375

File tree

12 files changed

+36
-6
lines changed

12 files changed

+36
-6
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.47](https://github.com/koory1st/svelement-ui/compare/v0.19.46...v0.19.47) (2024-03-11)
7+
8+
### Bug Fixes
9+
10+
* **autocomplete:** add function ([f840997](https://github.com/koory1st/svelement-ui/commit/f840997afcd6feb90de494da81a730791c0373ce))
11+
612
## [0.19.46](https://github.com/koory1st/svelement-ui/compare/v0.19.45...v0.19.46) (2024-03-10)
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.46",
3+
"version": "0.19.47",
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.47](https://github.com/koory1st/svelement-ui/compare/v0.19.46...v0.19.47) (2024-03-11)
7+
8+
**Note:** Version bump only for package @svelement-ui/all
9+
610
## [0.19.45](https://github.com/koory1st/svelement-ui/compare/v0.19.44...v0.19.45) (2024-03-09)
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.45",
3+
"version": "0.19.47",
44
"keywords": [
55
"svelte",
66
"element-ui",

packages/autocomplete/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.47](https://github.com/koory1st/svelement-ui/compare/v0.19.46...v0.19.47) (2024-03-11)
7+
8+
### Bug Fixes
9+
10+
* **autocomplete:** add function ([f840997](https://github.com/koory1st/svelement-ui/commit/f840997afcd6feb90de494da81a730791c0373ce))
11+
612
## [0.19.46](https://github.com/koory1st/svelement-ui/compare/v0.19.45...v0.19.46) (2024-03-10)
713

814
### Bug Fixes

packages/autocomplete/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/autocomplete",
3-
"version": "0.19.46",
3+
"version": "0.19.47",
44
"scripts": {
55
"dev": "vite dev",
66
"build": "vite build && svelte-kit sync && svelte-package && publint",

packages/input-number/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.47](https://github.com/koory1st/svelement-ui/compare/v0.19.46...v0.19.47) (2024-03-11)
7+
8+
**Note:** Version bump only for package @svelement-ui/input-number
9+
610
## [0.19.29](https://github.com/koory1st/svelement-ui/compare/v0.19.28...v0.19.29) (2024-02-15)
711

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

packages/input-number/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/input-number",
3-
"version": "0.19.29",
3+
"version": "0.19.47",
44
"keywords": [
55
"svelte",
66
"element-ui",

packages/slider/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.47](https://github.com/koory1st/svelement-ui/compare/v0.19.46...v0.19.47) (2024-03-11)
7+
8+
**Note:** Version bump only for package @svelement-ui/slider
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/slider

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

packages/utils/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.47](https://github.com/koory1st/svelement-ui/compare/v0.19.46...v0.19.47) (2024-03-11)
7+
8+
### Bug Fixes
9+
10+
* **autocomplete:** add function ([f840997](https://github.com/koory1st/svelement-ui/commit/f840997afcd6feb90de494da81a730791c0373ce))
11+
612
# [0.19.0](https://github.com/koory1st/svelement-ui/compare/v0.18.26...v0.19.0) (2023-12-28)
713

814
**Note:** Version bump only for package @svelement-ui/utils

packages/utils/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/utils",
3-
"version": "0.19.0",
3+
"version": "0.19.47",
44
"type": "module",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)