Skip to content

Commit

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

0 comments on commit 3aec602

Please sign in to comment.