Skip to content

Commit f86ff70

Browse files
authored
chore: functions_framework_builder - release v0.4.8 (#402)
1 parent d51c4b9 commit f86ff70

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

functions_framework_builder/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.4.8-dev
1+
## 0.4.8
22

33
- Support the latest `package:analyzer`.
44
- Require Dart 3.0

functions_framework_builder/pubspec.yaml

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

@@ -14,7 +14,7 @@ dependencies:
1414
dart_style: ^2.0.0
1515
# There is a tight version constraint because the builder has a strict
1616
# dependency on all features exposed.
17-
functions_framework: '>=0.4.0 <0.4.2'
17+
functions_framework: '>=0.4.0 <0.4.3'
1818
glob: ^2.0.0
1919
meta: ^1.2.4
2020
path: ^1.7.0
@@ -28,9 +28,3 @@ dev_dependencies:
2828
package_config: ^2.0.0
2929
stream_transform: ^2.0.0
3030
test: ^1.15.7
31-
32-
dependency_overrides:
33-
functions_framework:
34-
path: ../functions_framework
35-
gcp:
36-
path: ../gcp

0 commit comments

Comments
 (0)