From 85445d8b3fcf7f621f58140dc2dd82cfa5361a83 Mon Sep 17 00:00:00 2001 From: Shinichi Okada Date: Mon, 21 Aug 2023 14:15:19 +0200 Subject: [PATCH] chore(release): 0.44.4 --- CHANGELOG.md | 10 ++++++++-- package.json | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e33089a..ea26fe1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [0.44.3](https://github.com/themesberg/flowbite-svelte/compare/v0.44.2...v0.44.3) (2023-08-21) +### [0.44.4](https://github.com/themesberg/flowbite-svelte/compare/v0.44.3...v0.44.4) (2023-08-21) + + +### Bug Fixes + +* package.json scripts update ([5ac3acd](https://github.com/themesberg/flowbite-svelte/commit/5ac3acd1c37374a7ed0af6199c820cb652801f5d)) +### [0.44.3](https://github.com/themesberg/flowbite-svelte/compare/v0.44.2...v0.44.3) (2023-08-21) ### Features -* remove script dir, install svelte-lib-helpers and update script… ([#1004](https://github.com/themesberg/flowbite-svelte/issues/1004)) ([bc8780d](https://github.com/themesberg/flowbite-svelte/commit/bc8780d0da6d4a21933ff8b143e815aff0a2e694)) +- remove script dir, install svelte-lib-helpers and update script… ([#1004](https://github.com/themesberg/flowbite-svelte/issues/1004)) ([bc8780d](https://github.com/themesberg/flowbite-svelte/commit/bc8780d0da6d4a21933ff8b143e815aff0a2e694)) ### [0.44.2](https://github.com/themesberg/flowbite-svelte/compare/v0.44.1...v0.44.2) (2023-08-18) diff --git a/package.json b/package.json index bd2b2d0aa..1b5b0f8fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flowbite-svelte", - "version": "0.44.3", + "version": "0.44.4", "description": "Flowbite components for Svelte", "main": "dist/index.js", "author": { @@ -806,4 +806,4 @@ "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>", "jakobsturm " ] -} \ No newline at end of file +}