Skip to content

Commit

Permalink
release: nuxt-vuefire@1.0.0 vuefire@3.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 1, 2023
1 parent e4391fe commit 2bca611
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.1.19](https://github.com/vuejs/vuefire/compare/vuefire@3.1.18...vuefire@3.1.19) (2023-12-01)

### Bug Fixes

- **auth:** allow treeshaking with explicit initialization ([7d94183](https://github.com/vuejs/vuefire/commit/7d941838722c5e78d5a2f2d09714690f1cb83ac3)), closes [vuejs/vuefire#1459](https://github.com/vuejs/vuefire/issues/1459)

IMPORTANT NOTE: if you were using multiple apps and passing a `name` argument to `useFirebaseAuth()`, this will be a breaking change. You will have a warning in the console explaining how to fix it.

### Features

- **auth:** expose internal utils for SSR ([486b415](https://github.com/vuejs/vuefire/commit/486b415a93cdcf203f9e66a9edd03f3b10834262))

## [3.1.18](https://github.com/vuejs/vuefire/compare/vuefire@3.1.17...vuefire@3.1.18) (2023-11-08)

This release contain no changes
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.1.18",
"version": "3.1.19",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@8.10.2",
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.4.1...nuxt-vuefire@1.0.0) (2023-12-01)

### Features

- **auth:** allow customizing auth initialization ([28e9409](https://github.com/vuejs/vuefire/commit/28e940914dadc42878a25c2ff031aa9992ab8a3e)), closes [vuejs/vuefire#1351](https://github.com/vuejs/vuefire/issues/1351)
- **auth:** allow customizing cookie options ([3a18102](https://github.com/vuejs/vuefire/commit/3a18102b193932e35df70325325491a0d4a3b632)), closes [vuejs/vuefire#1458](https://github.com/vuejs/vuefire/issues/1458)
- **emulators:** auto detect with running API ([1e260b9](https://github.com/vuejs/vuefire/commit/1e260b93c77aed7eef5f827eb162fe1a9d63fb44)), closes [vuejs/vuefire#1429](https://github.com/vuejs/vuefire/issues/1429)

### Performance Improvements

- remove unnecessary JSON.parse/stringify ([75fccf0](https://github.com/vuejs/vuefire/commit/75fccf0b034e56af82d0316887a6b9885730cefd))

## [0.4.1](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.4.0...nuxt-vuefire@0.4.1) (2023-11-08)

### Bug Fixes
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.4.1",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.1.18"
"vuefire": ">=3.1.19"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit 2bca611

Please sign in to comment.