Skip to content

Commit

Permalink
chore: update cloud_functions versions & change logs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Jan 20, 2021
1 parent 5b7d163 commit 21c77d4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/cloud_functions/cloud_functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.1-nullsafety.1

- **FIX**: bump `firebase_core` dependencies to resolve versioning issue when releasing.

## 0.9.1-nullsafety.0

- **REFACTOR**: migrate to NNBD.
Expand Down
6 changes: 3 additions & 3 deletions packages/cloud_functions/cloud_functions/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: cloud_functions
description: A Flutter plugin allowing you to use Firebase Cloud Functions.
version: 0.9.1-nullsafety.0
version: 0.9.1-nullsafety.1
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions

environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"

dependencies:
cloud_functions_platform_interface: ^4.0.2-nullsafety.0
cloud_functions_web: ^3.1.4-nullsafety.0
cloud_functions_platform_interface: ^4.0.2-nullsafety.1
cloud_functions_web: ^3.1.4-nullsafety.1
firebase_core: ^0.8.0-nullsafety.0
firebase_core_platform_interface: ^3.0.2-nullsafety.0
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.2-nullsafety.1

- **FIX**: bump `firebase_core` dependencies to resolve versioning issue when releasing.

## 4.0.2-nullsafety.0

- **REFACTOR**: migrate to NNBD.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the cloud_functions plugin.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 4.0.2-nullsafety.0
version: 4.0.2-nullsafety.1

environment:
sdk: ">=2.12.0-0 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/cloud_functions/cloud_functions_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.4-nullsafety.1

- **FIX**: bump `firebase_core` dependencies to resolve versioning issue when releasing.

## 3.1.4-nullsafety.0

- **REFACTOR**: migrate to NNBD.
Expand Down
4 changes: 2 additions & 2 deletions packages/cloud_functions/cloud_functions_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: cloud_functions_web
description: The web implementation of cloud_functions
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions_web
version: 3.1.4-nullsafety.0
version: 3.1.4-nullsafety.1

environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"

dependencies:
cloud_functions_platform_interface: ^4.0.2-nullsafety.0
cloud_functions_platform_interface: ^4.0.2-nullsafety.1
firebase_core: ^0.8.0-nullsafety.0
firebase_core_web: ^0.2.2-nullsafety.1
flutter:
Expand Down

0 comments on commit 21c77d4

Please sign in to comment.