Skip to content

Commit

Permalink
chore(release): publish (#743)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 16, 2024
1 parent b60a18b commit a2b8f32
Show file tree
Hide file tree
Showing 30 changed files with 91 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-pumpkins-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-seahorses-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-baboons-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-bears-return.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/shiny-starfishes-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-singers-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-mirrors-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-eagles-learn.md

This file was deleted.

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

## 6.3.0

### Minor Changes

- [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

### Patch Changes

- [`610a4a1`](https://github.com/capawesome-team/capacitor-firebase/commit/610a4a16fa884ca504e5f7fc53d1f91965b798be) ([#757](https://github.com/capawesome-team/capacitor-firebase/pull/757)): fix(web): `setUserId(...)` has set an empty string instead of `null`

## 6.2.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": "6.2.0",
"version": "6.3.0",
"description": "Capacitor plugin for Firebase Analytics.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/app-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.3.0

### Minor Changes

- [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

## 6.2.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": "6.2.0",
"version": "6.3.0",
"description": "Capacitor plugin for Firebase App Check.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.3.0

### Minor Changes

- [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

## 6.2.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": "6.2.0",
"version": "6.3.0",
"description": "Capacitor plugin for Firebase App.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 6.3.0

### Minor Changes

- [`b57f1ee`](https://github.com/capawesome-team/capacitor-firebase/commit/b57f1ee264f0a614e7284307402cf2293b665913) ([#751](https://github.com/capawesome-team/capacitor-firebase/pull/751)): feat: add `idTokenChange` event listener

* [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

- [`069edf3`](https://github.com/capawesome-team/capacitor-firebase/commit/069edf3340780fa42758ff58ce8291fe80fa231d) ([#768](https://github.com/capawesome-team/capacitor-firebase/pull/768)): feat(ios): update Facebook iOS SDK to `17.4.0`

* [`7af2032`](https://github.com/capawesome-team/capacitor-firebase/commit/7af20327a4096215210e197f91dd6ab018b34b10) ([#741](https://github.com/capawesome-team/capacitor-firebase/pull/741)): feat: add `verifyBeforeUpdateEmail` method

## 6.2.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": "6.2.0",
"version": "6.3.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

## 6.3.0

## 6.2.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": "6.2.0",
"version": "6.3.0",
"description": "Capacitor plugin for Firebase Crashlytics.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @capacitor-firebase/firestore

## 6.3.0

### Minor Changes

- [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.3.0",
"description": "Capacitor plugin for Firebase Cloud Firestore.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @capacitor-firebase/functions

## 6.3.0

### Minor Changes

- [`258ea28`](https://github.com/capawesome-team/capacitor-firebase/commit/258ea28d64525777850e952f8437f6526d29c480) ([#766](https://github.com/capawesome-team/capacitor-firebase/pull/766)): feat(functions): add `regionOrCustomDomain` option to `UseEmulatorOptions`

* [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

## 6.2.0

### Patch 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": "6.2.0",
"version": "6.3.0",
"description": "Capacitor plugin for Firebase Cloud Functions.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 6.3.0

### Minor Changes

- [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

### Patch Changes

- [`cabf5ac`](https://github.com/capawesome-team/capacitor-firebase/commit/cabf5ac86e4751bb84605a11046a34a2ddce829e) ([#701](https://github.com/capawesome-team/capacitor-firebase/pull/701)): fix(web): check if notifications are supported before checking or requesting permission

## 6.2.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": "6.2.0",
"version": "6.3.0",
"description": "Capacitor plugin for Firebase Cloud Messaging (FCM).",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 6.3.0

### Minor Changes

- [`1cfcf18`](https://github.com/capawesome-team/capacitor-firebase/commit/1cfcf18b0fd33ce217f6c6ab4b91bc3b9eee7334) ([#770](https://github.com/capawesome-team/capacitor-firebase/pull/770)): feat: add `putAttribute(...)`, `getAttribute(...)`, `getAttributes(...)`, `putMetric(...)`, `getMetric(...)` and `record(...)` methods

* [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

## 6.2.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": "6.2.0",
"version": "6.3.0",
"description": "Capacitor plugin for Firebase Performance Monitoring.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/remote-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.3.0

### Minor Changes

- [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.3.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

## 6.3.0

### Minor Changes

- [`72080dd`](https://github.com/capawesome-team/capacitor-firebase/commit/72080dd8d9cb6e730fc83897b49a33f7376b9799) ([#760](https://github.com/capawesome-team/capacitor-firebase/pull/760)): feat(deps): add support for Firebase JS SDK 11

## 6.2.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": "6.2.0",
"version": "6.3.0",
"description": "Capacitor plugin for Firebase Cloud Storage.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit a2b8f32

Please sign in to comment.