Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

refactor!: rename nuxt3 to nuxt #4449

Merged
merged 4 commits into from
Apr 20, 2022
Merged

refactor!: rename nuxt3 to nuxt #4449

merged 4 commits into from
Apr 20, 2022

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Apr 20, 2022

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Finally renaming nuxt3 to nuxt in all internals in order to release as nuxt@3.0.0-rc.1 (nuxt@rc)

Breaking change for edge users:

  1. Update package.json
{
  "devDependencies": {
-    "nuxt3": "latest"
+    "nuxt": "npm:nuxt3@latest"
  }
}
  1. Update nuxt.config:
- import { defineNuxtConfig } from 'nuxt3'
+ import { defineNuxtConfig } from 'nuxt'

export default defineNuxtConfig({ ... })

Todo:

  • Update internal references
  • Update examples
  • Detect 3.x via nuxt for kit utils
  • Passing tests
  • Ensure release script is nice :}

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@pi0 pi0 self-assigned this Apr 20, 2022
@netlify
Copy link

netlify bot commented Apr 20, 2022

βœ… Deploy Preview for nuxt3-docs canceled.

Name Link
πŸ”¨ Latest commit 7515168
πŸ” Latest deploy log https://app.netlify.com/sites/nuxt3-docs/deploys/625fc84978f18400086f520b

@pi0 pi0 marked this pull request as draft April 20, 2022 08:22
@pi0 pi0 changed the title refactor: rename nuxt3 to nuxt refactor!: rename nuxt3 to nuxt Apr 20, 2022
@pi0 pi0 marked this pull request as ready for review April 20, 2022 08:50
@pi0 pi0 merged commit 4712e99 into main Apr 20, 2022
@pi0 pi0 deleted the refactor/nuxt3 branch April 20, 2022 08:52
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants