Skip to content

Commit

Permalink
chore: release v0.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 20, 2024
1 parent 19b2205 commit 7398e4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"packageManager": "pnpm@8.15.5",
"version": "0.3.0-alpha.1",
"version": "0.3.0-beta.1",
"scripts": {
"build": "pnpm run -r build",
"stub": "pnpm run -r stub",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/eslint-config",
"version": "0.3.0-alpha.1",
"version": "0.3.0-beta.1",
"description": "ESLint config for Nuxt projects",
"repository": "nuxt/eslint",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@nuxt/eslint-plugin",
"type": "module",
"version": "0.3.0-alpha.1",
"version": "0.3.0-beta.1",
"description": "ESLint plugin for Nuxt",
"license": "MIT",
"repository": "nuxt/eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/module/package.json
@@ -1,7 +1,7 @@
{
"name": "@nuxt/eslint",
"type": "module",
"version": "0.3.0-alpha.1",
"version": "0.3.0-beta.1",
"description": "Generate ESLint config from current Nuxt settings",
"license": "MIT",
"repository": "nuxt/eslint",
Expand Down

0 comments on commit 7398e4e

Please sign in to comment.