From 075f0b321e9fb0d89e3ddf767e3f9b3007ecf287 Mon Sep 17 00:00:00 2001 From: naipaka Date: Wed, 31 Jul 2024 11:37:06 +0900 Subject: [PATCH] chore(release): publish packages - altfire_authenticator@0.1.5 - altfire_configurator@0.1.3 - altfire_messenger@0.1.3 - altfire_tracker@0.1.4 --- packages/altfire_authenticator/CHANGELOG.md | 4 ++++ packages/altfire_authenticator/pubspec.yaml | 2 +- packages/altfire_configurator/CHANGELOG.md | 4 ++++ packages/altfire_configurator/pubspec.yaml | 2 +- packages/altfire_messenger/CHANGELOG.md | 4 ++++ packages/altfire_messenger/pubspec.yaml | 2 +- packages/altfire_tracker/CHANGELOG.md | 4 ++++ packages/altfire_tracker/pubspec.yaml | 2 +- 8 files changed, 20 insertions(+), 4 deletions(-) diff --git a/packages/altfire_authenticator/CHANGELOG.md b/packages/altfire_authenticator/CHANGELOG.md index 7399438..933fd36 100644 --- a/packages/altfire_authenticator/CHANGELOG.md +++ b/packages/altfire_authenticator/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.5 + + - Update a dependency to the latest release. + ## 0.1.4 - Update a dependency to the latest release. diff --git a/packages/altfire_authenticator/pubspec.yaml b/packages/altfire_authenticator/pubspec.yaml index 3a3377f..a39105b 100644 --- a/packages/altfire_authenticator/pubspec.yaml +++ b/packages/altfire_authenticator/pubspec.yaml @@ -3,7 +3,7 @@ description: | altfire_authenticator is a package wrapping FlutterFire Authentication. It was created to make Firebase SDK versioning and methods easier to use. It is recommended to use the various altfire packages as a set. -version: 0.1.4 +version: 0.1.5 homepage: https://altive.dev repository: https://github.com/altive/altfire issue_tracker: https://github.com/altive/altfire/issues?q=is%3Aopen+is%3Aissue+label%3Aaltfire_authenticator diff --git a/packages/altfire_configurator/CHANGELOG.md b/packages/altfire_configurator/CHANGELOG.md index bd96454..5e936bc 100644 --- a/packages/altfire_configurator/CHANGELOG.md +++ b/packages/altfire_configurator/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + + - Update a dependency to the latest release. + ## 0.1.2 - Update a dependency to the latest release. diff --git a/packages/altfire_configurator/pubspec.yaml b/packages/altfire_configurator/pubspec.yaml index d1a89ae..e8a77d7 100644 --- a/packages/altfire_configurator/pubspec.yaml +++ b/packages/altfire_configurator/pubspec.yaml @@ -3,7 +3,7 @@ description: | altfire_configurator is a package wrapping FlutterFire Remote Config. It was created to make Firebase SDK versioning and methods easier to use. It is recommended to use the various altfire packages as a set. -version: 0.1.2 +version: 0.1.3 homepage: https://altive.dev repository: https://github.com/altive/altfire issue_tracker: https://github.com/altive/altfire/issues?q=is%3Aopen+is%3Aissue+label%3Aaltfire_configurator diff --git a/packages/altfire_messenger/CHANGELOG.md b/packages/altfire_messenger/CHANGELOG.md index 763563b..6e2a010 100644 --- a/packages/altfire_messenger/CHANGELOG.md +++ b/packages/altfire_messenger/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + + - Update a dependency to the latest release. + ## 0.1.2 - Update a dependency to the latest release. diff --git a/packages/altfire_messenger/pubspec.yaml b/packages/altfire_messenger/pubspec.yaml index 795180b..7dfac0c 100644 --- a/packages/altfire_messenger/pubspec.yaml +++ b/packages/altfire_messenger/pubspec.yaml @@ -3,7 +3,7 @@ description: | altfire_messenger is a package wrapping FlutterFire Messaging, Local Notifications, Firebase In-App Messaging, and Firebase Instance ID. It was created to make Firebase SDK versioning and methods easier to use. It is recommended to use the various altfire packages as a set. -version: 0.1.2 +version: 0.1.3 homepage: https://altive.dev repository: https://github.com/altive/altfire issue_tracker: https://github.com/altive/altfire/issues?q=is%3Aopen+is%3Aissue+label%3Aaltfire_messenger diff --git a/packages/altfire_tracker/CHANGELOG.md b/packages/altfire_tracker/CHANGELOG.md index a07f461..58e5381 100644 --- a/packages/altfire_tracker/CHANGELOG.md +++ b/packages/altfire_tracker/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.4 + + - **FEAT**(tracker): Add one navigator observer ([#96](https://github.com/altive/altfire/issues/96)). ([f95ca053](https://github.com/altive/altfire/commit/f95ca0535b456fc7800a35175511848fa741be15)) + ## 0.1.3 - Update a dependency to the latest release. diff --git a/packages/altfire_tracker/pubspec.yaml b/packages/altfire_tracker/pubspec.yaml index bbc3c6a..9120c18 100644 --- a/packages/altfire_tracker/pubspec.yaml +++ b/packages/altfire_tracker/pubspec.yaml @@ -3,7 +3,7 @@ description: | altfire_tracker is a package wrapping FlutterFire Analytics and Crashlytics. It was created to make Firebase SDK versioning and methods easier to use. It is recommended to use the various altfire packages as a set. -version: 0.1.3 +version: 0.1.4 homepage: https://altive.dev repository: https://github.com/altive/altfire issue_tracker: https://github.com/altive/altfire/issues?q=is%3Aopen+is%3Aissue+label%3Aaltfire_tracker