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. 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