Skip to content

Commit

Permalink
release: nuxt-vuefire@0.4.1 vuefire@3.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 8, 2023
1 parent 7e1a273 commit 40b8cb3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.1.18](https://github.com/vuejs/vuefire/compare/vuefire@3.1.17...vuefire@3.1.18) (2023-11-08)

This release contain no changes

## [3.1.17](https://github.com/vuejs/vuefire/compare/vuefire@3.1.16...vuefire@3.1.17) (2023-09-13)

### Bug Fixes
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.17",
"version": "3.1.18",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@8.6.11",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.4.1](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.4.0...nuxt-vuefire@0.4.1) (2023-11-08)

### Bug Fixes

- **nuxt:** import nuxt composables from #imports ([#1457](https://github.com/vuejs/vuefire/issues/1457)) ([7e1a273](https://github.com/vuejs/vuefire/commit/7e1a273e9cff683208f2c10e7755e2a65f1cd615))

# [0.4.0](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.3.1...nuxt-vuefire@0.4.0) (2023-10-02)

### Code Refactoring
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.4.0",
"version": "0.4.1",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"firebase": "^9.0.0 || ^10.0.0",
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0",
"vuefire": ">=3.1.17"
"vuefire": ">=3.1.18"
},
"peerDependenciesMeta": {
"@firebase/app-types": {
Expand Down

0 comments on commit 40b8cb3

Please sign in to comment.