Skip to content

Commit

Permalink
chore: release v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Sep 17, 2023
1 parent c2ae5b4 commit d804e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unocss-preset-radix",
"version": "2.5.4",
"version": "2.5.5",
"author": "endigma <[email protected]>",
"packageManager": "[email protected]",
"description": "A preset for UnoCSS providing access to the Radix UI color palette, along with some helpers for using it.",
Expand All @@ -10,7 +10,7 @@
"build:demo": "vite build --mode demo",
"test": "vitest",
"test:update": "vitest -u",
"release": "bumpp --commit --push --tag && pnpm publish",
"release": "bumpp --commit --push --tag",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
Expand Down

0 comments on commit d804e2c

Please sign in to comment.