From 39d35dadcf9610c13dbb5285881efcb47b59ffdd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jul 2024 07:59:41 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=201.2.4=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.4](https://github.com/dyne/components/compare/v1.2.3...v1.2.4) (2024-07-29) ### Bug Fixes * solved reactivity issue ([#17](https://github.com/dyne/components/issues/17)) ([e6fd8e6](https://github.com/dyne/components/commit/e6fd8e6eb400f03fca0102a60c300cf8a6356c5c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d42333..a8f8d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.4](https://github.com/dyne/components/compare/v1.2.3...v1.2.4) (2024-07-29) + + +### Bug Fixes + +* solved reactivity issue ([#17](https://github.com/dyne/components/issues/17)) ([e6fd8e6](https://github.com/dyne/components/commit/e6fd8e6eb400f03fca0102a60c300cf8a6356c5c)) + ## [1.2.3](https://github.com/dyne/components/compare/v1.2.2...v1.2.3) (2024-07-29) diff --git a/package.json b/package.json index 1ce4206..9c55463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dyne/components", - "version": "1.2.3", + "version": "1.2.4", "description": " ♻️ Recycled UI for dyners", "publishConfig": { "access": "public"