Skip to content

Commit 1228675

Browse files
v0.19.46
1 parent 64d6641 commit 1228675

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.46](https://github.com/koory1st/svelement-ui/compare/v0.19.45...v0.19.46) (2024-03-10)
7+
8+
### Bug Fixes
9+
10+
* **autocomplete:** add function ([64d6641](https://github.com/koory1st/svelement-ui/commit/64d6641737a1eef610e354bbf8bfac18fe27d0ad))
11+
612
## [0.19.45](https://github.com/koory1st/svelement-ui/compare/v0.19.44...v0.19.45) (2024-03-09)
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.45",
3+
"version": "0.19.46",
44
"npmClient": "pnpm"
55
}

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.46](https://github.com/koory1st/svelement-ui/compare/v0.19.45...v0.19.46) (2024-03-10)
7+
8+
### Bug Fixes
9+
10+
* **autocomplete:** add function ([64d6641](https://github.com/koory1st/svelement-ui/commit/64d6641737a1eef610e354bbf8bfac18fe27d0ad))
11+
612
## [0.19.43](https://github.com/koory1st/svelement-ui/compare/v0.19.42...v0.19.43) (2024-03-04)
713

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

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

0 commit comments

Comments
 (0)