Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 11, 2025
1 parent 73f3ca4 commit c462ff7
Show file tree
Hide file tree
Showing 27 changed files with 55 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-hornets-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-shoes-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-emus-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-buses-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-papayas-shout.md

This file was deleted.

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

## 7.0.0

## 6.3.1

## 6.3.0
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.3.1",
"version": "7.0.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

## 7.0.0

## 6.3.1

## 6.3.0
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.3.1",
"version": "7.0.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

## 7.0.0

## 6.3.1

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

## 7.0.0

## 6.3.1

### 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.3.1",
"version": "7.0.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

## 7.0.0

## 6.3.1

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

## 7.0.0

### Minor Changes

- [`5344006`](https://github.com/capawesome-team/capacitor-firebase/commit/5344006ecece0ecc0699241d641b296ec7004813) ([#792](https://github.com/capawesome-team/capacitor-firebase/pull/792)): feat: add `getCountFromServer` method

* [`ea16204`](https://github.com/capawesome-team/capacitor-firebase/commit/ea162046d226338e6ced56b977d8fea55a9e35f8) ([#789](https://github.com/capawesome-team/capacitor-firebase/pull/789)): feat: add the error codes

### Patch Changes

- [`f1f07aa`](https://github.com/capawesome-team/capacitor-firebase/commit/f1f07aa6b7d069ee08d4b323e069195a414ceff7) ([#772](https://github.com/capawesome-team/capacitor-firebase/pull/772)): fix(ios): prevent crash caused by concurrency issue

## 6.3.1

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

## 7.0.0

### Patch Changes

- [`9bdd458`](https://github.com/capawesome-team/capacitor-firebase/commit/9bdd458004d069f856cc9f007c9bb46a45f59afa) ([#781](https://github.com/capawesome-team/capacitor-firebase/pull/781)): fix(android): serialize arrays in arrays correctly

## 6.3.1

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

## 7.0.0

## 6.3.1

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

## 7.0.0

### Major Changes

- [`73f3ca4`](https://github.com/capawesome-team/capacitor-firebase/commit/73f3ca499290c9a4d850d1a5292f5be98c82187d) ([#796](https://github.com/capawesome-team/capacitor-firebase/pull/796)): fix: throw error on web when trace is not found

## 6.3.1

## 6.3.0
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.3.1",
"version": "7.0.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

## 7.0.0

## 6.3.1

## 6.3.0
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.3.1",
"version": "7.0.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

## 7.0.0

### Minor Changes

- [`ea16204`](https://github.com/capawesome-team/capacitor-firebase/commit/ea162046d226338e6ced56b977d8fea55a9e35f8) ([#789](https://github.com/capawesome-team/capacitor-firebase/pull/789)): feat: add the error codes

## 6.3.1

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

0 comments on commit c462ff7

Please sign in to comment.