Skip to content

Commit

Permalink
chore: release v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 30, 2025
1 parent cbcd674 commit 7c05807
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@9.15.4",
"version": "0.7.6",
"version": "1.0.0-rc.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/eslint-config",
"version": "0.7.6",
"version": "1.0.0-rc.1",
"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.7.6",
"version": "1.0.0-rc.1",
"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.7.6",
"version": "1.0.0-rc.1",
"description": "Generate ESLint config from current Nuxt settings",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 7c05807

Please # to comment.