Skip to content

Commit

Permalink
release: nuxt-vuefire@0.0.8 vuefire@3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 6, 2022
1 parent 366ccc0 commit caa319a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [3.0.0-beta.2](https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-beta.1...vuefire@3.0.0-beta.2) (2022-12-06)

- SSR fixes
# [3.0.0-beta.1](https://github.com/vuejs/vuefire/compare/vuefire@3.0.0-alpha.13...vuefire@3.0.0-beta.1) (2022-12-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@7.14.2",
"unpkg": "dist/index.iife.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.8](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.7...nuxt-vuefire@0.0.8) (2022-12-06)

### Features

- **ssr:** fail on unknown provider ([366ccc0](https://github.com/vuejs/vuefire/commit/366ccc0583d384db060ac109df88e69f584e3c57))

## [0.0.7](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.0.6...nuxt-vuefire@0.0.7) (2022-12-05)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vuefire",
"description": "Nuxt.js module for VueFire",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"firebase": "^9.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.0.0-beta.1"
"vuefire": ">=3.0.0-beta.2"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit caa319a

Please sign in to comment.