Skip to content

Commit 35af078

Browse files
committed
chore(release): 3.0.0-alpha.1
1 parent 366fde8 commit 35af078

9 files changed

+20
-8
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0-alpha.1](https://github.com/nuxt/vue-meta/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2021-01-31)
6+
7+
8+
### Features
9+
10+
* rollup dts ([616d6b4](https://github.com/nuxt/vue-meta/commit/616d6b4db60e5b587ce85bb5915cb963a1f1e9cd))
11+
12+
13+
### Bug Fixes
14+
15+
* consolidate types ([45704e0](https://github.com/nuxt/vue-meta/commit/45704e0a3187b168bee43e153aedfb82f3fe1d4c))
16+
517
## [3.0.0-alpha.0](https://github.com/nuxt/vue-meta/compare/v2.3.3...v3.0.0-alpha.0) (2021-01-25)
618

719
The first alpha release for vue-meta v3 supporting Vue 3, basic functionality should work but needs lots more testing. Don't use this in production. Help with squashing bugs would be appreciated.

dist/vue-meta.cjs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-meta v3.0.0-alpha.0
2+
* vue-meta v3.0.0-alpha.1
33
* (c) 2021
44
* - Pim (@pimlie)
55
* - All the amazing contributors

dist/vue-meta.cjs.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-meta v3.0.0-alpha.0
2+
* vue-meta v3.0.0-alpha.1
33
* (c) 2021
44
* - Pim (@pimlie)
55
* - All the amazing contributors

dist/vue-meta.esm-browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-meta v3.0.0-alpha.0
2+
* vue-meta v3.0.0-alpha.1
33
* (c) 2021
44
* - Pim (@pimlie)
55
* - All the amazing contributors

dist/vue-meta.esm-browser.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-meta.esm-bundler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-meta v3.0.0-alpha.0
2+
* vue-meta v3.0.0-alpha.1
33
* (c) 2021
44
* - Pim (@pimlie)
55
* - All the amazing contributors

dist/vue-meta.global.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-meta v3.0.0-alpha.0
2+
* vue-meta v3.0.0-alpha.1
33
* (c) 2021
44
* - Pim (@pimlie)
55
* - All the amazing contributors

dist/vue-meta.global.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-meta",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "Manage HTML metadata in Vue.js components with SSR support",
55
"main": "dist/vue-meta.cjs.js",
66
"unpkg": "dist/vue-meta.global.js",

0 commit comments

Comments
 (0)