Skip to content

Commit

Permalink
chore(release): prepare for release (#9660)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Oct 3, 2022
1 parent 3f76b53 commit 60f7a2e
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2022-10-03

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`firebase_app_check` - `v0.0.9`](#firebase_app_check---v009)
- [`firebase_auth` - `v3.11.1`](#firebase_auth---v3120)
- [`flutterfire_ui` - `v0.4.3+12`](#flutterfire_ui---v04312)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutterfire_ui` - `v0.4.3+12`

---

#### `firebase_app_check` - `v0.0.9`

- **FEAT**: provide `androidDebugProvider` boolean for android debug provider & update app check example app ([#9412](https://github.com/firebase/flutterfire/issues/9412)). ([f1f26748](https://github.com/firebase/flutterfire/commit/f1f26748615c7c9d406e1d3d605e2987e1134ee7))

#### `firebase_auth` - `v3.11.1`

- **FIX**: fix an iOS crash when using Sign In With Apple due to invalid return of nil instead of NSNull ([#9644](https://github.com/firebase/flutterfire/issues/9644)). ([3f76b53f](https://github.com/firebase/flutterfire/commit/3f76b53f375f4398652abfa7c9236571ee0bd87f))


## 2022-09-29

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_app_check/firebase_app_check/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.0.9

- **FEAT**: provide `androidDebugProvider` boolean for android debug provider & update app check example app ([#9412](https://github.com/firebase/flutterfire/issues/9412)). ([f1f26748](https://github.com/firebase/flutterfire/commit/f1f26748615c7c9d406e1d3d605e2987e1134ee7))

## 0.0.8

- **FEAT**: provide `androidDebugProvider` boolean for android debug provider & update app check example app ([#9412](https://github.com/firebase/flutterfire/issues/9412)). ([f1f26748](https://github.com/firebase/flutterfire/commit/f1f26748615c7c9d406e1d3d605e2987e1134ee7))
Expand Down
Expand Up @@ -2,7 +2,7 @@ name: firebase_app_check
description: App Check works alongside other Firebase services to help protect your backend resources from abuse, such as billing fraud or phishing.
homepage: https://firebase.google.com/docs/app-check
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_app_check/firebase_app_check
version: 0.0.8
version: 0.0.9

false_secrets:
- example/**
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_auth/firebase_auth/CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.11.1

- **FIX**: fix an iOS crash when using Sign In With Apple due to invalid return of nil instead of NSNull ([#9644](https://github.com/firebase/flutterfire/issues/9644)). ([3f76b53f](https://github.com/firebase/flutterfire/commit/3f76b53f375f4398652abfa7c9236571ee0bd87f))

## 3.11.0

- **FEAT**: add OAuth Access Token support to sign in with providers ([#9593](https://github.com/firebase/flutterfire/issues/9593)). ([cb6661bb](https://github.com/firebase/flutterfire/commit/cb6661bbc701031d6f920ace3a6efc8e8d56aa4c))
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_auth/firebase_auth/pubspec.yaml
Expand Up @@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
like Google, Facebook and Twitter.
homepage: https://firebase.google.com/docs/auth
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth
version: 3.11.0
version: 3.11.1

false_secrets:
- example/**
Expand Down
4 changes: 4 additions & 0 deletions packages/flutterfire_ui/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.4.3+12

- Update a dependency to the latest release.

## 0.4.3+11

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutterfire_ui/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutterfire_ui
description: UI library built on top of firebase services
version: 0.4.3+11
version: 0.4.3+12
repository: https://github.com/firebase/flutterfire/tree/master/packages/flutterfire_ui
homepage: https://github.com/firebase/flutterfire/tree/master/packages/flutterfire_ui

Expand Down

0 comments on commit 60f7a2e

Please sign in to comment.