Skip to content

Commit 8149497

Browse files
authored
feature: support latest analyzer with builder package (#414)
1 parent 4ff952a commit 8149497

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

functions_framework_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.9
2+
3+
- Support the latest `package:analyzer`.
4+
15
## 0.4.8
26

37
- Support the latest `package:analyzer`.

functions_framework_builder/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: functions_framework_builder
2-
version: 0.4.8
2+
version: 0.4.9
33
description: Builder for package:functions_framework
44
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart
55

66
environment:
77
sdk: ^3.0.0
88

99
dependencies:
10-
analyzer: ^5.12.0
10+
analyzer: '>=5.12.0 <7.0.0'
1111
build: ^2.0.0
1212
build_config: '>=0.4.3 <2.0.0'
1313
collection: ^1.15.0

0 commit comments

Comments
 (0)