diff --git a/CHANGELOG.md b/CHANGELOG.md index 6131745..8479702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 2d70a66..a07da29 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.19.47", + "version": "0.19.48", "npmClient": "pnpm" } diff --git a/packages/autocomplete/CHANGELOG.md b/packages/autocomplete/CHANGELOG.md index e4f0273..8294ca5 100644 --- a/packages/autocomplete/CHANGELOG.md +++ b/packages/autocomplete/CHANGELOG.md @@ -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 diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index 7fd47ea..58a7ed6 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -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",