Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-log-transaction.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-dogs-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-foxes-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-moons-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feat-apns-token-received.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-hats-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-peas-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-trams-bow.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 8.2.0

### Minor Changes

- [`745e066cc1aeae0e177c057b762e203f99b22e66`](https://github.com/capawesome-team/capacitor-firebase/commit/745e066cc1aeae0e177c057b762e203f99b22e66) ([#967](https://github.com/capawesome-team/capacitor-firebase/pull/967)): feat(ios): add `logTransaction` method

- [`5467d1314553ce27a929a893c71bf80221cb6569`](https://github.com/capawesome-team/capacitor-firebase/commit/5467d1314553ce27a929a893c71bf80221cb6569): feat(ios): add SPM trait to disable IDFA collection

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/analytics",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase Analytics.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/app-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 8.2.0

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/app-check",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase App Check.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 8.2.0

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/app",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase App.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.2.0

### Patch Changes

- [`cbdc8030397534d3fca25647ea03c47fdfd91303`](https://github.com/capawesome-team/capacitor-firebase/commit/cbdc8030397534d3fca25647ea03c47fdfd91303) ([#954](https://github.com/capawesome-team/capacitor-firebase/pull/954)): fix: reject calls when provider is not configured

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/authentication",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase Authentication.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 8.2.0

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crashlytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/crashlytics",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase Crashlytics.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @capacitor-firebase/firestore

## 8.2.0

### Minor Changes

- [`78c174d9fece08831dedc48ef8cbec26516cfc16`](https://github.com/capawesome-team/capacitor-firebase/commit/78c174d9fece08831dedc48ef8cbec26516cfc16) ([#966](https://github.com/capawesome-team/capacitor-firebase/pull/966)): feat: add `databaseId` configuration option

- [`199e56c0565e526ead9c75d18a7ec95cc4f9d870`](https://github.com/capawesome-team/capacitor-firebase/commit/199e56c0565e526ead9c75d18a7ec95cc4f9d870) ([#961](https://github.com/capawesome-team/capacitor-firebase/pull/961)): feat: add `enablePersistence` and `disablePersistence` methods

- [`5467d1314553ce27a929a893c71bf80221cb6569`](https://github.com/capawesome-team/capacitor-firebase/commit/5467d1314553ce27a929a893c71bf80221cb6569): feat: add support for Timestamp, GeoPoint, and FieldValue data types

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/firestore",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase Cloud Firestore.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @capacitor-firebase/functions

## 8.2.0

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/functions",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase Cloud Functions.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.2.0

### Minor Changes

- [`34dfb6b00cd9fa35eda0d9a7e6c3f86756b33ff8`](https://github.com/capawesome-team/capacitor-firebase/commit/34dfb6b00cd9fa35eda0d9a7e6c3f86756b33ff8) ([#964](https://github.com/capawesome-team/capacitor-firebase/pull/964)): feat: add `apnsTokenReceived` listener

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/messaging",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase Cloud Messaging (FCM).",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 8.2.0

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/performance",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase Performance Monitoring.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/remote-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 8.2.0

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/remote-config",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase Remote Config.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @capacitor-firebase/storage

## 8.2.0

### Minor Changes

- [`efa5b6fc503521431cf4ec6d39d5bfb07b1f6535`](https://github.com/capawesome-team/capacitor-firebase/commit/efa5b6fc503521431cf4ec6d39d5bfb07b1f6535) ([#965](https://github.com/capawesome-team/capacitor-firebase/pull/965)): feat: add `downloadFile` method

## 8.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/storage",
"version": "8.1.0",
"version": "8.2.0",
"description": "Capacitor plugin for Firebase Cloud Storage.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down