Skip to content

Commit

Permalink
fix: package numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelsalaja committed Nov 4, 2024
1 parent 91ee212 commit 84c07b9
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 10,940 deletions.
2 changes: 1 addition & 1 deletion packages/configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workspace/configs",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/toldo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toldo",
"version": "0.0.5",
"version": "0.0.6",
"scripts": {
"build": "tsup index.tsx",
"dev": "tsup index.tsx --watch --silent",
Expand Down Expand Up @@ -29,11 +29,11 @@
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-primitive": "^2.0.0",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@workspace/configs": "workspace:*",
"framer-motion": "12.0.0-alpha.1",
"react": "19.0.0-rc-69d4b800-20241021"
},
"devDependencies": {
"@workspace/configs": "workspace:*",
"@biomejs/biome": "1.9.4",
"@types/react": "npm:types-react@19.0.0-rc.1",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 84c07b9

Please # to comment.