Skip to content

Commit

Permalink
chore(release): publish (#515)
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 Jan 23, 2024
1 parent ed9e258 commit 614c77f
Show file tree
Hide file tree
Showing 29 changed files with 58 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-balloons-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-eels-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-cooks-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-panthers-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-maps-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-dots-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-seahorses-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-numbers-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-seas-swim.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.4.0

## 5.3.0

## 5.2.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": "5.3.0",
"version": "5.4.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.4.0

## 5.3.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.3.0",
"version": "5.4.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.4.0

## 5.3.0

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

## 5.4.0

### Minor Changes

- [`ed9e258`](https://github.com/capawesome-team/capacitor-firebase/commit/ed9e2589404b89546e308570e0a0bbdf859848fc) ([#546](https://github.com/capawesome-team/capacitor-firebase/pull/546)): feat(android): update `com.google.firebase:firebase-auth` to version `22.3.1`

* [`07d038a`](https://github.com/capawesome-team/capacitor-firebase/commit/07d038a12660637ca0884e5271fe434ecdd0971e) ([#522](https://github.com/capawesome-team/capacitor-firebase/pull/522)): feat(android): add `timeout` option to `signInWithPhoneNumber(…)`

### Patch Changes

- [`f18c6f0`](https://github.com/capawesome-team/capacitor-firebase/commit/f18c6f0cfd5d3d4eee458c18e49968a1f8804f80) ([#538](https://github.com/capawesome-team/capacitor-firebase/pull/538)): fix(ios): sign-in with oauth provider failed

* [`0e0bc8a`](https://github.com/capawesome-team/capacitor-firebase/commit/0e0bc8af428de0d65c69ce37d13b31eb323f3468) ([#520](https://github.com/capawesome-team/capacitor-firebase/pull/520)): fix(ios): empty verification ID on phone auth

- [`d548176`](https://github.com/capawesome-team/capacitor-firebase/commit/d54817690550394a5a094a40b89e008243aafda8) ([#512](https://github.com/capawesome-team/capacitor-firebase/pull/512)): fix: `null` values were not returned

## 5.3.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": "5.3.0",
"version": "5.4.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.4.0

## 5.3.0

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

## 5.4.0

### Patch Changes

- [`2b1d4d7`](https://github.com/capawesome-team/capacitor-firebase/commit/2b1d4d7138c2603f2c38d6eec458b37c17d52006) ([#535](https://github.com/capawesome-team/capacitor-firebase/pull/535)): fix(web): `getCollectionGroup(...)` returns no data

* [`02b5e3b`](https://github.com/capawesome-team/capacitor-firebase/commit/02b5e3bff13f565bafda0d5aabc8be8a6ef075fd) ([#511](https://github.com/capawesome-team/capacitor-firebase/pull/511)): fix: return `null` if no data exists

## 5.3.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": "5.3.0",
"version": "5.4.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/messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 5.4.0

## 5.3.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": "5.3.0",
"version": "5.4.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.4.0

## 5.3.0

## 5.2.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": "5.3.0",
"version": "5.4.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

## 5.4.0

### Minor Changes

- [`6ea9328`](https://github.com/capawesome-team/capacitor-firebase/commit/6ea9328fd8e953b555cea9b5190fddcdfa9301ca) ([#502](https://github.com/capawesome-team/capacitor-firebase/pull/502)): feat: support realtime config updates

## 5.3.0

## 5.2.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": "5.3.0",
"version": "5.4.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

## 5.4.0

### Minor Changes

- [`419cd1e`](https://github.com/capawesome-team/capacitor-firebase/commit/419cd1e9671c930c191f41965e79b6ad16e177d2) ([#514](https://github.com/capawesome-team/capacitor-firebase/pull/514)): feat: support `metadata` property on upload

## 5.3.0

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

0 comments on commit 614c77f

Please sign in to comment.