Skip to content

Commit

Permalink
chore(release): publish (#131)
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 Jun 29, 2022
1 parent f2b2f3d commit 7c0535a
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-jars-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-queens-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-radios-clap.md

This file was deleted.

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

## 0.4.0

## 0.3.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/analytics",
"version": "0.3.1",
"version": "0.4.0",
"description": "Capacitor plugin for Firebase Analytics.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -25,12 +25,12 @@
},
"funding": [
{
"type" : "github",
"url" : "https://github.com/sponsors/capawesome-team/"
"type": "github",
"url": "https://github.com/sponsors/capawesome-team/"
},
{
"type" : "opencollective",
"url" : "https://opencollective.com/capawesome"
"type": "opencollective",
"url": "https://opencollective.com/capawesome"
}
],
"keywords": [
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

## 0.4.0

## 0.3.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/app",
"version": "0.3.1",
"version": "0.4.0",
"description": "Capacitor plugin for Firebase App.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -25,12 +25,12 @@
},
"funding": [
{
"type" : "github",
"url" : "https://github.com/sponsors/capawesome-team/"
"type": "github",
"url": "https://github.com/sponsors/capawesome-team/"
},
{
"type" : "opencollective",
"url" : "https://opencollective.com/capawesome"
"type": "opencollective",
"url": "https://opencollective.com/capawesome"
}
],
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.0

### Minor Changes

- [`8889a70`](https://github.com/capawesome-team/capacitor-firebase/commit/8889a70fc11465cda7c1bdfbb4ecd638b873f065): feat(ios)!: update Facebook iOS SDK to `13.2.0` (**BREAKING CHANGES**: see [`BREAKING.md`](https://github.com/capawesome-team/capacitor-firebase/tree/main/packages/authentication/BREAKING.md))

## 0.3.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/authentication",
"version": "0.3.1",
"version": "0.4.0",
"description": "Capacitor plugin for Firebase Authentication.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -25,12 +25,12 @@
},
"funding": [
{
"type" : "github",
"url" : "https://github.com/sponsors/capawesome-team/"
"type": "github",
"url": "https://github.com/sponsors/capawesome-team/"
},
{
"type" : "opencollective",
"url" : "https://opencollective.com/capawesome"
"type": "opencollective",
"url": "https://opencollective.com/capawesome"
}
],
"keywords": [
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

## 0.4.0

## 0.3.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/crashlytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/crashlytics",
"version": "0.3.1",
"version": "0.4.0",
"description": "Capacitor plugin for Firebase Crashlytics.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -25,12 +25,12 @@
},
"funding": [
{
"type" : "github",
"url" : "https://github.com/sponsors/capawesome-team/"
"type": "github",
"url": "https://github.com/sponsors/capawesome-team/"
},
{
"type" : "opencollective",
"url" : "https://opencollective.com/capawesome"
"type": "opencollective",
"url": "https://opencollective.com/capawesome"
}
],
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.4.0

### Minor Changes

- [`8889a70`](https://github.com/capawesome-team/capacitor-firebase/commit/8889a70fc11465cda7c1bdfbb4ecd638b873f065): fix(android)!: `removeDeliveredNotifications` crash (**BREAKING CHANGES**: see [`BREAKING.md`](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/messaging/BREAKING.md))

### Patch Changes

- [`8889a70`](https://github.com/capawesome-team/capacitor-firebase/commit/8889a70fc11465cda7c1bdfbb4ecd638b873f065): fix(ios): APNS device token not set before retrieving FCM Token

* [`8889a70`](https://github.com/capawesome-team/capacitor-firebase/commit/8889a70fc11465cda7c1bdfbb4ecd638b873f065): fix: `GetTokenOptions` parameter is now optional

## 0.3.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/messaging",
"version": "0.3.1",
"version": "0.4.0",
"description": "Capacitor plugin for Firebase Cloud Messaging (FCM).",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -25,12 +25,12 @@
},
"funding": [
{
"type" : "github",
"url" : "https://github.com/sponsors/capawesome-team/"
"type": "github",
"url": "https://github.com/sponsors/capawesome-team/"
},
{
"type" : "opencollective",
"url" : "https://opencollective.com/capawesome"
"type": "opencollective",
"url": "https://opencollective.com/capawesome"
}
],
"keywords": [
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

## 0.4.0

## 0.3.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-firebase/performance",
"version": "0.3.1",
"version": "0.4.0",
"description": "Capacitor plugin for Firebase Performance Monitoring.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -25,12 +25,12 @@
},
"funding": [
{
"type" : "github",
"url" : "https://github.com/sponsors/capawesome-team/"
"type": "github",
"url": "https://github.com/sponsors/capawesome-team/"
},
{
"type" : "opencollective",
"url" : "https://opencollective.com/capawesome"
"type": "opencollective",
"url": "https://opencollective.com/capawesome"
}
],
"keywords": [
Expand Down

0 comments on commit 7c0535a

Please sign in to comment.