Skip to content

Commit b1f0f72

Browse files
committed
1 parent a91e262 commit b1f0f72

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.1.3](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.3) (2023-07-12)
2+
3+
This release contains no changes.
4+
15
## [3.1.2](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.2) (2023-07-10)
26

37
### 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.2",
3+
"version": "3.1.3",
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.2](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.2) (2023-07-12)
2+
3+
### Features
4+
5+
- **ssr:** revive TimeStamp and GeoPoint ([deb2fab](https://github.com/vuejs/vuefire/commit/deb2fabb355c1ffcc8acccfb39784f114e497e6d))
6+
- support firebase 10 ([3f9853b](https://github.com/vuejs/vuefire/commit/3f9853bfedad80a415c5bff2d96697ca1b2aa199)), closes [#1385](https://github.com/vuejs/vuefire/issues/1385)
7+
18
## [0.2.1](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.1) (2023-07-10)
29

310
### Bug Fixes

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.1",
4+
"version": "0.2.2",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -45,7 +45,7 @@
4545
"firebase": "^9.0.0 || ^10.0.0",
4646
"firebase-admin": "^11.3.0",
4747
"firebase-functions": "^4.1.0",
48-
"vuefire": ">=3.1.2"
48+
"vuefire": ">=3.1.3"
4949
},
5050
"peerDependenciesMeta": {
5151
"@firebase/app-types": {

0 commit comments

Comments
 (0)