Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 13, 2023
1 parent eed7d47 commit c3aa323
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.1.4](https://github.com/vuejs/vuefire/compare/[email protected]@3.1.4) (2023-07-13)

### Bug Fixes

- compatibility with Vue 2 ([b92f8bc](https://github.com/vuejs/vuefire/commit/b92f8bc6de7449ea4c7af8d5a175784c88ccfb78)), closes [vuejs/vuefire#1280](https://github.com/vuejs/vuefire/issues/1280)

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

This release contains 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.3",
"version": "3.1.4",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "[email protected]",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.3](https://github.com/vuejs/vuefire/compare/[email protected]@0.2.3) (2023-07-13)

### Bug Fixes

- **auth:** authenticated requests on server ([617edfe](https://github.com/vuejs/vuefire/commit/617edfe8653c22c5e4baaa8d148ff81049bbdf05)), closes [#1310](https://github.com/vuejs/vuefire/issues/1310)
- up compatibility requirement ([04795b0](https://github.com/vuejs/vuefire/commit/04795b0613b6ce342c239d36edcf6bffe2e50e0b))

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

### Features
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.2.2",
"version": "0.2.3",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.1.3"
"vuefire": ">=3.1.4"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit c3aa323

Please sign in to comment.