Skip to content

Commit

Permalink
🔀 post pre-release branch sync (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored Apr 6, 2024
1 parent ab5a80f commit d5a8d4a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 20 deletions.
4 changes: 4 additions & 0 deletions chopper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 8.0.0-rc.1

- Restructure interceptors ([#547](https://github.com/lejard-h/chopper/pull/547))

## 7.4.0

- Use [qs_dart](https://pub.dev/packages/qs_dart) for query string encoding for query string encoding in order to support complex query objects ([#592](https://github.com/lejard-h/chopper/pull/592))
Expand Down
18 changes: 9 additions & 9 deletions chopper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: chopper
description: Chopper is an http client generator using source_gen, inspired by Retrofit
version: 7.4.0
version: 8.0.0-rc.1
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ^3.0.0

dependencies:
equatable: ^2.0.5
http: ^1.1.0
logging: ^1.2.0
meta: ^1.9.1
qs_dart: ^1.0.3
qs_dart: ^1.0.4

dev_dependencies:
build_runner: ^2.4.6
build_test: ^2.2.0
build_runner: ^2.4.9
build_test: ^2.2.2
build_verify: ^3.1.0
collection: ^1.18.0
coverage: ^1.6.3
coverage: ^1.7.2
data_fixture_dart: ^2.2.0
faker: ^2.1.0
http_parser: ^4.0.2
lints: ">=2.1.1 <4.0.0"
test: ^1.24.4
lints: ^3.0.0
test: ^1.25.2
transparent_image: ^2.0.1
chopper_generator: ^7.3.0
chopper_generator: ^8.0.0

dependency_overrides:
chopper_generator:
Expand Down
4 changes: 4 additions & 0 deletions chopper_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 8.0.0-rc.1

- Restructure interceptors ([#547](https://github.com/lejard-h/chopper/pull/547))

## 7.4.0

- Use [qs_dart](https://pub.dev/packages/qs_dart) for query string encoding in order to support complex query objects ([#592](https://github.com/lejard-h/chopper/pull/592))
Expand Down
22 changes: 11 additions & 11 deletions chopper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: chopper_generator
description: Chopper is an http client generator using source_gen, inspired by Retrofit
version: 7.4.0
version: 8.0.0-rc.1
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ^3.0.0

dependencies:
analyzer: ">=5.13.0 <7.0.0"
analyzer: ^6.4.1
build: ^2.4.1
built_collection: ^5.1.1
chopper: ^7.4.0
code_builder: ^4.5.0
dart_style: ^2.3.2
chopper: ^8.0.0
code_builder: ^4.10.0
dart_style: ^2.3.6
logging: ^1.2.0
meta: ^1.9.1
source_gen: ^1.4.0
source_gen: ^1.5.0
yaml: ^3.1.2
qs_dart: ^1.0.3
qs_dart: ^1.0.4
collection: ^1.18.0

dev_dependencies:
build_runner: ^2.4.6
build_runner: ^2.4.9
build_verify: ^3.1.0
http: ^1.1.0
lints: ">=2.1.1 <4.0.0"
test: ^1.24.4
lints: ^3.0.0
test: ^1.25.2

dependency_overrides:
chopper:
Expand Down

0 comments on commit d5a8d4a

Please sign in to comment.