-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,17 @@ | |
|
||
No unreleased changes. | ||
|
||
## 2.0.0 | ||
|
||
- chore: remove failing test | ||
- doc: clarify meaning of sunset | ||
- doc!: officially sunset @vueuse/head | ||
- fix: prefer Unhead `polyfillAsVueUseHead` to wrap head instance | ||
- fix: export Head component from Unhead | ||
- chore: bump test snapshots | ||
- chore: bump deps | ||
- doc: fix installation link | ||
|
||
## 1.3.1 | ||
|
||
- feat: upgrade to `[email protected]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@vueuse/head", | ||
"version": "1.3.1", | ||
"version": "2.0.0", | ||
"packageManager": "[email protected]", | ||
"description": "Document head manager for Vue 3. SSR ready.", | ||
"author": { | ||
|