Skip to content

Commit d5f8e52

Browse files
committed
1 parent cf2b9d8 commit d5f8e52

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.1.20](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.20) (2024-01-03)
2+
3+
### Bug Fixes
4+
5+
- **types:** infer type from target RTDB ([fece76e](https://github.com/vuejs/vuefire/commit/fece76ef734994ea28f56e429f9d228167efa1a1))
6+
- **types:** infer type from target firestore ([8814646](https://github.com/vuejs/vuefire/commit/88146460e7abd0a134b5372fa2ed646dff63098f))
7+
8+
### Features
9+
10+
- **auth:** allow directly passing the auth instance ([d5d5e1b](https://github.com/vuejs/vuefire/commit/d5d5e1b650e679a6d85ad4887e077c1cd09499e4)), closes [#1459](https://github.com/vuejs/vuefire/issues/1459)
11+
112
## [3.1.19](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.19) (2023-12-01)
213

314
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.1.19",
3+
"version": "3.1.20",
44
"description": "Official Firebase bindings for Vue.js",
55
"packageManager": "[email protected]",
66
"engines": {

packages/nuxt/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.1) (2024-01-03)
2+
3+
### Bug Fixes
4+
5+
- **nuxt:** ensure client only plugin ([4514650](https://github.com/vuejs/vuefire/commit/4514650ef92aa39580c06d0a2814f7b985e62db5))
6+
- **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))
7+
18
# [1.0.0](https://github.com/vuejs/vuefire/compare/[email protected]@1.0.0) (2023-12-01)
29

310
### Features

packages/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-vuefire",
33
"description": "Nuxt.js module for VueFire",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -47,7 +47,7 @@
4747
"firebase": "^9.0.0 || ^10.0.0",
4848
"firebase-admin": "^11.3.0",
4949
"firebase-functions": "^4.1.0",
50-
"vuefire": ">=3.1.19"
50+
"vuefire": ">=3.1.20"
5151
},
5252
"peerDependenciesMeta": {
5353
"@firebase/app-types": {

0 commit comments

Comments
 (0)