Skip to content

Commit

Permalink
revert: chore(release): publish (#131)
Browse files Browse the repository at this point in the history
This reverts commit 7c0535a.
  • Loading branch information
robingenz committed Jun 29, 2022
1 parent 7c0535a commit e72bb95
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 56 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-jars-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@capacitor-firebase/messaging": minor
---

fix(android)!: `removeDeliveredNotifications` crash (**BREAKING CHANGES**: see [`BREAKING.md`](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/messaging/BREAKING.md))
5 changes: 5 additions & 0 deletions .changeset/tender-queens-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@capacitor-firebase/authentication": minor
---

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))
5 changes: 5 additions & 0 deletions .changeset/weak-radios-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@capacitor-firebase/messaging": patch
---

fix(ios): APNS device token not set before retrieving FCM Token
5 changes: 5 additions & 0 deletions .changeset/young-clouds-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@capacitor-firebase/messaging": patch
---

fix: `GetTokenOptions` parameter is now optional
2 changes: 0 additions & 2 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 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.4.0",
"version": "0.3.1",
"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: 0 additions & 2 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 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.4.0",
"version": "0.3.1",
"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: 0 additions & 6 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# 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.4.0",
"version": "0.3.1",
"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: 0 additions & 2 deletions packages/crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 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.4.0",
"version": "0.3.1",
"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: 0 additions & 12 deletions packages/messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# 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.4.0",
"version": "0.3.1",
"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: 0 additions & 2 deletions packages/performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 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.4.0",
"version": "0.3.1",
"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 e72bb95

Please sign in to comment.