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 Sep 27, 2023
1 parent 16a802c commit 6d73b43
Show file tree
Hide file tree
Showing 25 changed files with 48 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-monkeys-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-plums-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-cows-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-seahorses-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-doors-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-lemons-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-ways-knock.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

## 5.2.0

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.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

## 5.2.0

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.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

## 5.2.0

## 5.1.0

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

## 5.2.0

### Minor Changes

- [`16a802c`](https://github.com/capawesome-team/capacitor-firebase/commit/16a802c15be9de41aef8e9947a0ad151a73a6290) ([#288](https://github.com/capawesome-team/capacitor-firebase/pull/288)): feat(web): support `signInWithPhoneNumber` and `linkWithPhoneNumber`

* [`2ea241b`](https://github.com/capawesome-team/capacitor-firebase/commit/2ea241b767960b2d29d3e5bdaa7e2a1c46d42a5b) ([#440](https://github.com/capawesome-team/capacitor-firebase/pull/440)): feat(ios): support `scopes` option for Google Sign-In

- [`f50db1c`](https://github.com/capawesome-team/capacitor-firebase/commit/f50db1c7b06ad543a1a42b43221c03656c06fe19) ([#432](https://github.com/capawesome-team/capacitor-firebase/pull/432)): feat: expose `providerData` and `metadata` property

* [`642f508`](https://github.com/capawesome-team/capacitor-firebase/commit/642f508d79a0577946757b6fb099148321e25dcb) ([#430](https://github.com/capawesome-team/capacitor-firebase/pull/430)): feat(web): add method `setPersistence`

- [`12e0052`](https://github.com/capawesome-team/capacitor-firebase/commit/12e00524a728f2544388d2eb72719bb5d01fae73) ([#442](https://github.com/capawesome-team/capacitor-firebase/pull/442)): feat: support `forceCodeForRefreshToken` for Google Sign-in

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.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

## 5.2.0

## 5.1.0

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

## 5.2.0

### Minor Changes

- [`855cee2`](https://github.com/capawesome-team/capacitor-firebase/commit/855cee27b8c083752a19fb7e9545d2994ff64b6e) ([#434](https://github.com/capawesome-team/capacitor-firebase/pull/434)): Initial release 🎉
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": "5.1.0",
"version": "5.2.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/messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.2.0

### Minor Changes

- [`2085bb8`](https://github.com/capawesome-team/capacitor-firebase/commit/2085bb84414a9a74f8d5587b61e8391ff4598a8c) ([#428](https://github.com/capawesome-team/capacitor-firebase/pull/428)): feat(ios): add support for `criticalAlert`

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.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

## 5.2.0

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.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

## 5.2.0

## 5.1.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": "5.1.0",
"version": "5.2.0",
"description": "Capacitor plugin for Firebase Remote Config.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 6d73b43

Please sign in to comment.