Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-with-ia committed Aug 27, 2024
1 parent 1c013ca commit 81f1adf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ and use

## Upcoming Features

- Randomize
- use [jln themes](https://ui.jln.dev/) directly in your project

## Special Thanks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadcn-theme-editor",
"version": "1.3.0-beta",
"version": "1.3.0",
"description": "Shadcn Theme Editor",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/components/editor-open.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function EditorOpenBtn() {
onClick={() => setIsOpen(!IsOpen)}
className="fixed bottom-2 right-2 z-[35] opacity-50 hover:opacity-100"
>
Theme Editor
{IsOpen ? "Close" : "Open"} Theme Editor
</Button>
<Sidebar isOpen={IsOpen} />
</div>
Expand Down

0 comments on commit 81f1adf

Please sign in to comment.