Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DopamineDriven committed Nov 18, 2024
1 parent b8190dd commit 72dbe57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-fans-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@turbogen/turbogen": minor
---

0.6.0
4 changes: 2 additions & 2 deletions packages/turbogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d0paminedriven/turbogen",
"version": "0.5.0",
"name": "@turbogen/turbogen",
"version": "0.6.0",
"description": "rapidly generate a tooling-configured pnpm turborepo via the cli",
"publishConfig": {
"access": "public",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default [
"format": "prettier --check . --ignore-path ../../.gitignore",
"typecheck": "tsc --noEmit"
},
{
"dependencies": {
"@eslint/compat": "^1.1.1",
"@next/eslint-plugin-next": "latest",
"eslint-config-turbo": "latest",
Expand Down

0 comments on commit 72dbe57

Please sign in to comment.