Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Oct 9, 2023
1 parent 86a3276 commit 2aeb25a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dub/ui",
"description": "UI components for Dub.co",
"version": "0.0.9",
"version": "0.0.10",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
8 changes: 0 additions & 8 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
"dependsOn": ["^build"],
"outputs": ["!.next/cache/**", ".next/**", "dist/**"]
},
"@dub/utils#build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"@dub/ui#build": {
"dependsOn": ["@dub/utils#build"],
"outputs": ["dist/**"]
},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit 2aeb25a

Please sign in to comment.