Skip to content

Commit

Permalink
chore: bump versions to 0.1.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 18, 2024
1 parent c224b16 commit 62b2a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions packages/create-testers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-testers",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "Test utilities for composable, testable, type-safe templates. ⚗️",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,8 +34,5 @@
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"provenance": true
}
}
5 changes: 1 addition & 4 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "Composable, testable, type-safe templates. 💝",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,8 +34,5 @@
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"provenance": true
}
}

0 comments on commit 62b2a1d

Please sign in to comment.