Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 3, 2024
1 parent cf2b9d8 commit d5f8e52
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## [3.1.20](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.20) (2024-01-03)

### Bug Fixes

- **types:** infer type from target RTDB ([fece76e](https://github.com/vuejs/vuefire/commit/fece76ef734994ea28f56e429f9d228167efa1a1))
- **types:** infer type from target firestore ([8814646](https://github.com/vuejs/vuefire/commit/88146460e7abd0a134b5372fa2ed646dff63098f))

### Features

- **auth:** allow directly passing the auth instance ([d5d5e1b](https://github.com/vuejs/vuefire/commit/d5d5e1b650e679a6d85ad4887e077c1cd09499e4)), closes [#1459](https://github.com/vuejs/vuefire/issues/1459)

## [3.1.19](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.19) (2023-12-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "3.1.19",
"version": "3.1.20",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.1) (2024-01-03)

### Bug Fixes

- **nuxt:** ensure client only plugin ([4514650](https://github.com/vuejs/vuefire/commit/4514650ef92aa39580c06d0a2814f7b985e62db5))
- **nuxt:** give plugins `.mjs` extension so they're processed ([#1479](https://github.com/vuejs/vuefire/issues/1479)) ([e51ab1a](https://github.com/vuejs/vuefire/commit/e51ab1a06640901bb143ec2f48b0d9ddc899dc65))

# [1.0.0](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.0) (2023-12-01)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
@@ -1,7 +1,7 @@
{
"name": "nuxt-vuefire",
"description": "Nuxt.js module for VueFire",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.1.19"
"vuefire": ">=3.1.20"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit d5f8e52

Please sign in to comment.