Skip to content

Commit

Permalink
v0.19.48
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 13, 2024
1 parent 33c047d commit 5164a82
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.48](https://github.com/koory1st/svelement-ui/compare/v0.19.47...v0.19.48) (2024-03-13)

### Bug Fixes

* **autocomplete:** add fetch ([33c047d](https://github.com/koory1st/svelement-ui/commit/33c047deced61cadfbd53595e4d55972af1ee3a3))

## [0.19.47](https://github.com/koory1st/svelement-ui/compare/v0.19.46...v0.19.47) (2024-03-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.19.47",
"version": "0.19.48",
"npmClient": "pnpm"
}
6 changes: 6 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.48](https://github.com/koory1st/svelement-ui/compare/v0.19.47...v0.19.48) (2024-03-13)

### Bug Fixes

* **autocomplete:** add fetch ([33c047d](https://github.com/koory1st/svelement-ui/commit/33c047deced61cadfbd53595e4d55972af1ee3a3))

## [0.19.47](https://github.com/koory1st/svelement-ui/compare/v0.19.46...v0.19.47) (2024-03-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelement-ui/autocomplete",
"version": "0.19.47",
"version": "0.19.48",
"scripts": {
"dev": "vite dev",
"build": "vite build && svelte-kit sync && svelte-package && publint",
Expand Down

0 comments on commit 5164a82

Please sign in to comment.