Skip to content

Commit

Permalink
chore(release): 3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Jan 31, 2021
1 parent 366fde8 commit 35af078
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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.

## [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)


### Features

* rollup dts ([616d6b4](https://github.com/nuxt/vue-meta/commit/616d6b4db60e5b587ce85bb5915cb963a1f1e9cd))


### Bug Fixes

* consolidate types ([45704e0](https://github.com/nuxt/vue-meta/commit/45704e0a3187b168bee43e153aedfb82f3fe1d4c))

## [3.0.0-alpha.0](https://github.com/nuxt/vue-meta/compare/v2.3.3...v3.0.0-alpha.0) (2021-01-25)

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.
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-meta.cjs.js
@@ -1,5 +1,5 @@
/**
* vue-meta v3.0.0-alpha.0
* vue-meta v3.0.0-alpha.1
* (c) 2021
* - Pim (@pimlie)
* - All the amazing contributors
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-meta.cjs.prod.js
@@ -1,5 +1,5 @@
/**
* vue-meta v3.0.0-alpha.0
* vue-meta v3.0.0-alpha.1
* (c) 2021
* - Pim (@pimlie)
* - All the amazing contributors
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-meta.esm-browser.js
@@ -1,5 +1,5 @@
/**
* vue-meta v3.0.0-alpha.0
* vue-meta v3.0.0-alpha.1
* (c) 2021
* - Pim (@pimlie)
* - All the amazing contributors
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-meta.esm-browser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-meta.esm-bundler.js
@@ -1,5 +1,5 @@
/**
* vue-meta v3.0.0-alpha.0
* vue-meta v3.0.0-alpha.1
* (c) 2021
* - Pim (@pimlie)
* - All the amazing contributors
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-meta.global.js
@@ -1,5 +1,5 @@
/**
* vue-meta v3.0.0-alpha.0
* vue-meta v3.0.0-alpha.1
* (c) 2021
* - Pim (@pimlie)
* - All the amazing contributors
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-meta.global.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-meta",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "Manage HTML metadata in Vue.js components with SSR support",
"main": "dist/vue-meta.cjs.js",
"unpkg": "dist/vue-meta.global.js",
Expand Down

0 comments on commit 35af078

Please sign in to comment.