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 25, 2022
1 parent 22e0184 commit d5dffbf
Show file tree
Hide file tree
Showing 20 changed files with 42 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-bugs-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-steaks-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-falcons-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-days-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-adults-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-windows-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-owls-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-crabs-fetch.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

## 1.1.0

## 1.0.0

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

## 1.1.0

## 1.0.0

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

## 1.1.0

### Minor Changes

- [`ad7c25b`](https://github.com/capawesome-team/capacitor-firebase/commit/ad7c25b906860028a0bf832f6d3f8d2b7ef5f114) ([#172](https://github.com/capawesome-team/capacitor-firebase/pull/172)): feat: support Email Link Authentication (by @trancee)

* [`e06605d`](https://github.com/capawesome-team/capacitor-firebase/commit/e06605dc113b4be051275f17439afc62131ab52f) ([#181](https://github.com/capawesome-team/capacitor-firebase/pull/181)): feat: add `tenantId` support

- [`590545d`](https://github.com/capawesome-team/capacitor-firebase/commit/590545db537a7f0f327217bc08e3343681d693b0) ([#194](https://github.com/capawesome-team/capacitor-firebase/pull/194)): feat: overwrite `skipNativeAuth` configuration option

### Patch Changes

- [`cf0d83d`](https://github.com/capawesome-team/capacitor-firebase/commit/cf0d83dc59100555055fee95f098ece839ed76ab) ([#192](https://github.com/capawesome-team/capacitor-firebase/pull/192)): fix(ios): `displayName` is missing when signing in with Apple using `skipNativeAuth`

* [`c1fb022`](https://github.com/capawesome-team/capacitor-firebase/commit/c1fb0220a4e633c2606c5a55daad164bf154188a) ([#196](https://github.com/capawesome-team/capacitor-firebase/pull/196)): fix(android): `serverAuthCode` is null on Play Games Sign-In

- [`eeeecae`](https://github.com/capawesome-team/capacitor-firebase/commit/eeeecaeb8a463bf51bcd535d2be488e554e23a7d) ([#186](https://github.com/capawesome-team/capacitor-firebase/pull/186)): fix: retain `authStateChangeEvent` until consumed on Android and iOS

## 1.0.0

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

## 1.1.0

### Minor Changes

- [`381bbfb`](https://github.com/capawesome-team/capacitor-firebase/commit/381bbfbbb83916b4be165bae45d0fcb88f9e278b) ([#201](https://github.com/capawesome-team/capacitor-firebase/pull/201)): feat(crashlytics): `recordException` now supports `stacktrace` (by @NLueg)

## 1.0.0

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

## 1.1.0

### Patch Changes

- [`3b45e52`](https://github.com/capawesome-team/capacitor-firebase/commit/3b45e52066b72ce5da337da6227fede8b74259e9): fix: set plugin config class name to `FirebaseMessaging`

## 1.0.0

### Major 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": "1.0.0",
"version": "1.1.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

## 1.1.0

## 1.0.0

### Major 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": "1.0.0",
"version": "1.1.0",
"description": "Capacitor plugin for Firebase Performance Monitoring.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit d5dffbf

Please sign in to comment.