Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Oct 30, 2024
1 parent ce7c8b3 commit a308ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/radix-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@radix-ui/react-icons",
"private": false,
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"description": "Radix UI React Icon Set",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"private": true,
"version": "0.0.15",
"version": "0.0.16",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@modulz/design-system": "0.6.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-portal": "0.1.3",
"@types/react-input-autosize": "^2.2.0",
"next": "12.1.0",
Expand Down

0 comments on commit a308ca9

Please sign in to comment.