Skip to content

Commit

Permalink
Merge branch 'develop' into release/v8.0.3
Browse files Browse the repository at this point in the history
# Conflicts:
#	chopper/pubspec.yaml
#	chopper_built_value/pubspec.yaml
#	chopper_generator/pubspec.yaml
  • Loading branch information
techouse committed Sep 30, 2024
2 parents b58a090 + c5630ae commit 7110ef4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chopper/lib/chopper.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Chopper is an http client generator using source_gen and inspired by Retrofit.
///
/// [Getting Started](https://hadrien-lejard.gitbook.io/chopper)
library chopper;
library;

export 'package:qs_dart/qs_dart.dart' show ListFormat;
export 'src/annotations.dart';
Expand Down
4 changes: 2 additions & 2 deletions chopper/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dev_dependencies:
data_fixture_dart: ^2.2.0
faker: ^2.1.0
http_parser: ^4.0.2
lints: ^4.0.0
lints: ">=4.0.0 <6.0.0"
test: ^1.25.5
transparent_image: ^2.0.1
chopper_generator: ^8.0.1
chopper_generator: ^8.0.2

dependency_overrides:
chopper_generator:
Expand Down
2 changes: 1 addition & 1 deletion chopper_built_value/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev_dependencies:
build_runner: ^2.4.9
build_test: ^2.2.2
built_value_generator: ^8.9.2
lints: ^4.0.0
lints: ">=4.0.0 <6.0.0"

dependency_overrides:
chopper:
Expand Down
2 changes: 1 addition & 1 deletion chopper_built_value/test/serializers.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library serializers;
library;

import 'package:built_value/serializer.dart';

Expand Down
2 changes: 1 addition & 1 deletion chopper_generator/lib/chopper_generator.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
library chopper_generator.dart;
library;

export 'src/builder_factory.dart';
2 changes: 1 addition & 1 deletion chopper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev_dependencies:
build_runner: ^2.4.9
build_verify: ^3.1.0
http: ^1.1.0
lints: ^4.0.0
lints: ">=4.0.0 <6.0.0"
test: ^1.25.5

dependency_overrides:
Expand Down

0 comments on commit 7110ef4

Please sign in to comment.