Skip to content

Commit 09bf02a

Browse files
chore(release): publish (#908)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82ca9d7 commit 09bf02a

File tree

24 files changed

+79
-31
lines changed

24 files changed

+79
-31
lines changed

.changeset/afraid-turtles-fold.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/curly-scissors-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/analytics/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 7.3.1
4+
5+
### Patch Changes
6+
7+
- [`82ca9d7dc4767eab95378b766dba628302879048`](https://github.com/capawesome-team/capacitor-firebase/commit/82ca9d7dc4767eab95378b766dba628302879048) ([#910](https://github.com/capawesome-team/capacitor-firebase/pull/910)): fix: update CocoaPods dependency constraints to allow minor updates
8+
39
## 7.3.0
410

511
## 7.2.0

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-firebase/analytics",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Capacitor plugin for Firebase Analytics.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

packages/app-check/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 7.3.1
4+
5+
### Patch Changes
6+
7+
- [`82ca9d7dc4767eab95378b766dba628302879048`](https://github.com/capawesome-team/capacitor-firebase/commit/82ca9d7dc4767eab95378b766dba628302879048) ([#910](https://github.com/capawesome-team/capacitor-firebase/pull/910)): fix: update CocoaPods dependency constraints to allow minor updates
8+
39
## 7.3.0
410

511
### Patch Changes

packages/app-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-firebase/app-check",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Capacitor plugin for Firebase App Check.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

packages/app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 7.3.1
4+
5+
### Patch Changes
6+
7+
- [`82ca9d7dc4767eab95378b766dba628302879048`](https://github.com/capawesome-team/capacitor-firebase/commit/82ca9d7dc4767eab95378b766dba628302879048) ([#910](https://github.com/capawesome-team/capacitor-firebase/pull/910)): fix: update CocoaPods dependency constraints to allow minor updates
8+
39
## 7.3.0
410

511
## 7.2.0

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-firebase/app",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Capacitor plugin for Firebase App.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

packages/authentication/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 7.3.1
4+
5+
### Patch Changes
6+
7+
- [`82ca9d7dc4767eab95378b766dba628302879048`](https://github.com/capawesome-team/capacitor-firebase/commit/82ca9d7dc4767eab95378b766dba628302879048) ([#910](https://github.com/capawesome-team/capacitor-firebase/pull/910)): fix: update CocoaPods dependency constraints to allow minor updates
8+
9+
- [`6b072ee0eccd653311e10c5f6001f506a53df755`](https://github.com/capawesome-team/capacitor-firebase/commit/6b072ee0eccd653311e10c5f6001f506a53df755) ([#907](https://github.com/capawesome-team/capacitor-firebase/pull/907)): fix(android): timeout option was ignored in signInWithPhoneNumber method
10+
311
## 7.3.0
412

513
### Minor Changes

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-firebase/authentication",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Capacitor plugin for Firebase Authentication.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)