Skip to content

Commit

Permalink
new majors packages (#79)
Browse files Browse the repository at this point in the history
build: new majors packages
  • Loading branch information
sebastiandotdev committed Apr 3, 2024
2 parents 64e5787 + 1b0023d commit 3893f74
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @openui-org/react

## 1.0.0

### Major Changes

- New Components with design of theme

### Patch Changes

- Updated dependencies
- @openui-org/theme@1.0.0

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openui-org/react",
"type": "module",
"version": "0.13.0",
"version": "1.0.0",
"description": "Open UI. A modern design system built with Shadcn UI and Tailwindcss",
"author": "",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openui-org/theme

## 1.0.0

### Major Changes

- New theme colors and borders

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openui-org/theme",
"type": "module",
"version": "0.6.0",
"version": "1.0.0",
"description": "",
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 3893f74

Please sign in to comment.