Skip to content

Commit

Permalink
🚀 Publish - @utima/[email protected], @utima/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Apr 7, 2024
1 parent 48b31fd commit a41cacd
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-walls-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-flies-thank.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/ui-informed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-informed/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a41cacd

Please sign in to comment.