From a41cacd5c21df3e74f2018fed546bd0737f5ba59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0ime=C4=8Dek?= Date: Sun, 7 Apr 2024 23:58:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Publish=20-=20@utima/ui-informed?= =?UTF-8?q?@2.0.0,=20@utima/ui@0.18.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/eleven-walls-try.md | 5 ----- .changeset/smooth-flies-thank.md | 5 ----- package-lock.json | 8 ++++---- packages/ui-informed/CHANGELOG.md | 7 +++++++ packages/ui-informed/package.json | 6 +++--- packages/ui/CHANGELOG.md | 10 ++++++++++ packages/ui/package.json | 2 +- 7 files changed, 25 insertions(+), 18 deletions(-) delete mode 100644 .changeset/eleven-walls-try.md delete mode 100644 .changeset/smooth-flies-thank.md diff --git a/.changeset/eleven-walls-try.md b/.changeset/eleven-walls-try.md deleted file mode 100644 index 07ace13..0000000 --- a/.changeset/eleven-walls-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@utima/ui": patch ---- - -Fixed button and patch invalid border styles on non-outline variatns diff --git a/.changeset/smooth-flies-thank.md b/.changeset/smooth-flies-thank.md deleted file mode 100644 index c9a9db2..0000000 --- a/.changeset/smooth-flies-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@utima/ui": minor ---- - -Added new `Pagination` component diff --git a/package-lock.json b/package-lock.json index 90da6b2..21f27b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20661,7 +20661,7 @@ }, "packages/ui": { "name": "@utima/ui", - "version": "0.17.1", + "version": "0.18.0", "license": "MIT", "dependencies": { "@radix-ui/react-alert-dialog": "^1.0.5", @@ -20711,7 +20711,7 @@ }, "packages/ui-informed": { "name": "@utima/ui-informed", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "informed": "^4.56.3" @@ -20723,7 +20723,7 @@ "@storybook/addon-onboarding": "^1.0.11", "@storybook/react": "^7.6.16", "@storybook/react-vite": "^7.6.16", - "@utima/ui": "^0.17.0", + "@utima/ui": "^0.18.0", "react": "^18.2.0", "react-dom": "^18.2.0", "storybook": "^7.6.16", @@ -20732,7 +20732,7 @@ "zod": "^3.22.4" }, "peerDependencies": { - "@utima/ui": "^0.17.0", + "@utima/ui": "^0.18.0", "react": ">=18", "react-dom": ">=18", "zod": ">=3.0.0 <4.0.0" diff --git a/packages/ui-informed/CHANGELOG.md b/packages/ui-informed/CHANGELOG.md index 1d7fc5c..8553311 100644 --- a/packages/ui-informed/CHANGELOG.md +++ b/packages/ui-informed/CHANGELOG.md @@ -1,5 +1,12 @@ # @utima/ui-informed +## 2.0.0 + +### Patch Changes + +- Updated dependencies [[`48b31fd`](https://github.com/utima-solutions/ui/commit/48b31fda17a4657052ed1e72b164c2505eaa7f0e), [`48b31fd`](https://github.com/utima-solutions/ui/commit/48b31fda17a4657052ed1e72b164c2505eaa7f0e)]: + - @utima/ui@0.18.0 + ## 1.0.0 ### Patch Changes diff --git a/packages/ui-informed/package.json b/packages/ui-informed/package.json index 4b81421..193555c 100644 --- a/packages/ui-informed/package.json +++ b/packages/ui-informed/package.json @@ -1,6 +1,6 @@ { "name": "@utima/ui-informed", - "version": "1.0.0", + "version": "2.0.0", "description": "Utima UI-Informed based on Utima UI and form library Informed with support for Zod validations.", "sideEffects": false, "main": "dist/cjs/index.js", @@ -45,7 +45,7 @@ "@storybook/addon-onboarding": "^1.0.11", "@storybook/react": "^7.6.16", "@storybook/react-vite": "^7.6.16", - "@utima/ui": "^0.17.0", + "@utima/ui": "^0.18.0", "react": "^18.2.0", "react-dom": "^18.2.0", "storybook": "^7.6.16", @@ -54,7 +54,7 @@ "zod": "^3.22.4" }, "peerDependencies": { - "@utima/ui": "^0.17.0", + "@utima/ui": "^0.18.0", "react": ">=18", "react-dom": ">=18", "zod": ">=3.0.0 <4.0.0" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 27732c7..dfffe9a 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @utima/ui +## 0.18.0 + +### Minor Changes + +- [#12](https://github.com/utima-solutions/ui/pull/12) [`48b31fd`](https://github.com/utima-solutions/ui/commit/48b31fda17a4657052ed1e72b164c2505eaa7f0e) Thanks [@jsimck](https://github.com/jsimck)! - Added new `Pagination` component + +### Patch Changes + +- [#12](https://github.com/utima-solutions/ui/pull/12) [`48b31fd`](https://github.com/utima-solutions/ui/commit/48b31fda17a4657052ed1e72b164c2505eaa7f0e) Thanks [@jsimck](https://github.com/jsimck)! - Fixed button and patch invalid border styles on non-outline variatns + ## 0.17.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 5320b43..02086a1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@utima/ui", - "version": "0.17.1", + "version": "0.18.0", "description": "Utima UI based on shadcn's UI and Radix Primitives with some modifications.", "sideEffects": false, "main": "dist/cjs/index.js",