Skip to content

Commit

Permalink
build(react): new version @openui-org/react 0.12.1 (#66)
Browse files Browse the repository at this point in the history
build(react): new version @openui-org/react 0.12.1
  • Loading branch information
Sebastián García authored Apr 1, 2024
2 parents b2d539c + b955f01 commit 008f36d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openui-org/react

## 0.12.1

### Patch Changes

- Remove space unnecessary in component menu.tsx

## 0.12.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.12.0",
"version": "0.12.1",
"description": "Open UI. A modern design system built with Shadcn UI and Tailwindcss",
"author": "",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/components/menu.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from 'react'

import * as MenubarPrimitive from '@radix-ui/react-menubar'

import { cn } from '../lib/cn'
Expand Down

0 comments on commit 008f36d

Please sign in to comment.