From 6b237d27ec3aa3294983a2f55f9086bf3adfb37b Mon Sep 17 00:00:00 2001 From: naipaka Date: Fri, 7 Jun 2024 09:39:00 +0900 Subject: [PATCH 1/2] doc: Update push and pull request instructions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07731e6..8f13a3a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ 1. Create a branch for release. 1. Run the `melos version` command. -1. `melos bs` to update the version of the dependent packages. -1. Commit the diff and create a pull request. +1. Run the `git push --follow-tags` command. Push the changes and the created tags. +1. Create a pull request for the pushed branch. 1. Merge the pull request after review. 1. Run the `melos publish` command on the `main` branch. From 5881d64f3df277c85e6c2fa1ad750b3cb8dfb39c Mon Sep 17 00:00:00 2001 From: naipaka Date: Fri, 7 Jun 2024 09:39:10 +0900 Subject: [PATCH 2/2] chore(release): publish packages - altfire_authenticator@0.1.3 --- packages/altfire_authenticator/CHANGELOG.md | 4 ++++ packages/altfire_authenticator/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/altfire_authenticator/CHANGELOG.md b/packages/altfire_authenticator/CHANGELOG.md index fa02355..571f97c 100644 --- a/packages/altfire_authenticator/CHANGELOG.md +++ b/packages/altfire_authenticator/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + + - **FEAT**(authenticator): Publish the function to revoke the Apple user token ([#91](https://github.com/altive/altfire/issues/91)). ([2824952d](https://github.com/altive/altfire/commit/2824952d4ecd3aa7bb4729febd15a9609d59da0a)) + ## 0.1.2 - **FEAT**: Update dependencies and dependabot.yml ([#80](https://github.com/altive/altfire/issues/80)). ([7ead8859](https://github.com/altive/altfire/commit/7ead8859ec144da35e0bb8414fcbabd5baa0f347)) diff --git a/packages/altfire_authenticator/pubspec.yaml b/packages/altfire_authenticator/pubspec.yaml index 333363a..aa8185e 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.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_authenticator