Skip to content

Commit c3aa323

Browse files
committed
1 parent eed7d47 commit c3aa323

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.4](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.4) (2023-07-13)
2+
3+
### Bug Fixes
4+
5+
- compatibility with Vue 2 ([b92f8bc](https://github.com/vuejs/vuefire/commit/b92f8bc6de7449ea4c7af8d5a175784c88ccfb78)), closes [vuejs/vuefire#1280](https://github.com/vuejs/vuefire/issues/1280)
6+
17
## [3.1.3](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.3) (2023-07-12)
28

39
This release contains no changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
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+
## [0.2.3](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.3) (2023-07-13)
2+
3+
### Bug Fixes
4+
5+
- **auth:** authenticated requests on server ([617edfe](https://github.com/vuejs/vuefire/commit/617edfe8653c22c5e4baaa8d148ff81049bbdf05)), closes [#1310](https://github.com/vuejs/vuefire/issues/1310)
6+
- up compatibility requirement ([04795b0](https://github.com/vuejs/vuefire/commit/04795b0613b6ce342c239d36edcf6bffe2e50e0b))
7+
18
## [0.2.2](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.2) (2023-07-12)
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": "0.2.2",
4+
"version": "0.2.3",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -44,7 +44,7 @@
4444
"firebase": "^9.0.0 || ^10.0.0",
4545
"firebase-admin": "^11.3.0",
4646
"firebase-functions": "^4.1.0",
47-
"vuefire": ">=3.1.3"
47+
"vuefire": ">=3.1.4"
4848
},
4949
"peerDependenciesMeta": {
5050
"@firebase/app-types": {

0 commit comments

Comments
 (0)