Skip to content

Commit

Permalink
chore: 🚀 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Feb 20, 2025
1 parent 0314953 commit ec843ab
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"changesets": [
"angry-countries-eat",
"early-dingos-breathe"
"early-dingos-breathe",
"olive-carpets-drive"
]
}
11 changes: 11 additions & 0 deletions packages/ui-informed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @utima/ui-informed

## 1.0.0-alpha.2

### Major Changes

- [#25](https://github.com/utima-solutions/ui/pull/25) [`0314953`](https://github.com/utima-solutions/ui/commit/03149539ee22c3aaa9b903dbf5cb5f6529b3cef6) Thanks [@jsimck](https://github.com/jsimck)! - Complete rewrite to be more aligned with defaults from shadcn/ui for better and easier extensibility

### Patch Changes

- Updated dependencies [[`0314953`](https://github.com/utima-solutions/ui/commit/03149539ee22c3aaa9b903dbf5cb5f6529b3cef6)]:
- @utima/ui@1.0.0-alpha.2

## 1.0.0-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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-alpha.1",
"version": "1.0.0-alpha.2",
"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
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @utima/ui

## 1.0.0-alpha.2

### Major Changes

- [#25](https://github.com/utima-solutions/ui/pull/25) [`0314953`](https://github.com/utima-solutions/ui/commit/03149539ee22c3aaa9b903dbf5cb5f6529b3cef6) Thanks [@jsimck](https://github.com/jsimck)! - Complete rewrite to be more aligned with defaults from shadcn/ui for better and easier extensibility

## 1.0.0-alpha.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": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"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 ec843ab

Please sign in to comment.