From 9d74318757f530057e23a23705a1347dbcea0e46 Mon Sep 17 00:00:00 2001 From: Arno V Date: Mon, 26 Feb 2024 09:13:56 -0500 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- packages/ui-system/CHANGELOG.md | 7 +++++++ packages/ui-system/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 769aabb6..bc490a1d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "packages/eslint-plugin-client": "1.0.1", "packages/ui-components": "5.1.0", "packages/ui-hooks": "2.2.0", - "packages/ui-system": "1.0.0" + "packages/ui-system": "1.0.1" } diff --git a/packages/ui-system/CHANGELOG.md b/packages/ui-system/CHANGELOG.md index 7a12f26c..39a88733 100644 --- a/packages/ui-system/CHANGELOG.md +++ b/packages/ui-system/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/aversini/ui-components/compare/ui-system-v1.0.0...ui-system-v1.0.1) (2024-02-26) + + +### Bug Fixes + +* minor refactor of left over code from migration ([6f4fcaf](https://github.com/aversini/ui-components/commit/6f4fcaf13e94b48f3e8915af3fc403bcab0ebe21)) + ## 1.0.0 (2024-02-26) diff --git a/packages/ui-system/package.json b/packages/ui-system/package.json index 6fee26c3..c0974fc3 100644 --- a/packages/ui-system/package.json +++ b/packages/ui-system/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-system", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Arno Versini", "publishConfig": {