Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - altfire_authenticator@0.1.6
 - altfire_configurator@0.1.4
 - altfire_messenger@0.2.1
 - altfire_tracker@0.1.5
  • Loading branch information
riscait committed Oct 9, 2024
1 parent cb34262 commit e9760e5
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
```shell
# Narrow down the target package as needed.
melos version --scope=altfire_tracker

# Specify the version manually, if necessary.
melos version \
--manual-version altfire_authenticator:0.1.6 \
--manual-version altfire_configurator:0.1.4 \
--manual-version altfire_messenger:0.2.1 \
--manual-version altfire_tracker:0.1.5 \
```

## Add new example package
Expand Down
5 changes: 5 additions & 0 deletions packages/altfire_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.6

- Update dependencies to the latest release.
- Update minimum SDK version to iOS 15.5.0 and macOS 10.15.

## 0.1.5

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/altfire_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 0.1.6
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
Expand Down
5 changes: 5 additions & 0 deletions packages/altfire_configurator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.4

- Update dependencies to the latest release.
- Update minimum SDK version to iOS 15.5.0 and macOS 10.15.

## 0.1.3

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/altfire_configurator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.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_configurator
Expand Down
5 changes: 5 additions & 0 deletions packages/altfire_messenger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.1

- Update dependencies to the latest release.
- Update minimum SDK version to iOS 15.5.0 and macOS 10.15.

## 0.2.0

- **FEAT**: Add a set of methods to receive notifications ([#99](https://github.com/altive/altfire/issues/99)). ([f6d8e10a](https://github.com/altive/altfire/commit/f6d8e10a0f39db0b756581ff09621e20fd892154))
Expand Down
2 changes: 1 addition & 1 deletion packages/altfire_messenger/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
version: 0.2.1
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
Expand Down
5 changes: 5 additions & 0 deletions packages/altfire_tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.5

- Update dependencies to the latest release.
- Update minimum SDK version to iOS 15.5.0 and macOS 10.15.

## 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))
Expand Down
2 changes: 1 addition & 1 deletion packages/altfire_tracker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.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_tracker
Expand Down

0 comments on commit e9760e5

Please sign in to comment.