Skip to content

Commit

Permalink
chore: release v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecuvii committed Jul 2, 2024
1 parent 006c31e commit 249ebfe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zolplay/config-monorepo",
"version": "1.0.14",
"version": "2.0.0-beta.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zolplay/eslint-config",
"type": "module",
"version": "1.0.0",
"version": "2.0.0-beta.1",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zolplay/prettier-config",
"type": "module",
"version": "1.0.14",
"version": "2.0.0-beta.1",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion packages/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4"
}
},
"version": "2.0.0-beta.1"
}

0 comments on commit 249ebfe

Please sign in to comment.