Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into chore/sync
Browse files Browse the repository at this point in the history
# Conflicts:
#	chopper/CHANGELOG.md
#	chopper/pubspec.yaml
#	chopper_built_value/CHANGELOG.md
#	chopper_built_value/pubspec.yaml
#	chopper_generator/CHANGELOG.md
#	chopper_generator/pubspec.yaml
  • Loading branch information
techouse committed Jun 30, 2024
2 parents 7e1f0f9 + d3d468e commit a2fbcad
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
10 changes: 10 additions & 0 deletions chopper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 8.0.1+1

- Re-remove internal `qs.ListFormat` wrapper

## 8.0.1

- Fix null body converter ([#623](https://github.com/lejard-h/chopper/pull/623))
- Directly export `qs.ListFormat` instead of internal wrapper ([#624](https://github.com/lejard-h/chopper/pull/624))
- Update dependencies and linters ([#615](https://github.com/lejard-h/chopper/pull/615))

## 8.0.0

- Add per-request timeout ([#604](https://github.com/lejard-h/chopper/pull/604))
Expand Down
2 changes: 1 addition & 1 deletion chopper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper
description: Chopper is an http client generator using source_gen, inspired by Retrofit
version: 8.0.0
version: 8.0.1+1
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

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

## 3.0.1

- Update dependencies and linters ([#615](https://github.com/lejard-h/chopper/pull/615))

## 3.0.0

- Require Chopper ^8.0.0
Expand Down
2 changes: 1 addition & 1 deletion chopper_built_value/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper_built_value
description: A built_value based Converter for Chopper.
version: 3.0.0
version: 3.0.1
documentation: https://hadrien-lejard.gitbook.io/chopper/converters/built-value-converter
repository: https://github.com/lejard-h/chopper

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

## 8.0.1

- Directly export `qs.ListFormat` instead of internal wrapper ([#624](https://github.com/lejard-h/chopper/pull/624))
- Update dependencies and linters ([#615](https://github.com/lejard-h/chopper/pull/615))

## 8.0.0

- Add per-request timeout ([#604](https://github.com/lejard-h/chopper/pull/604))
Expand Down
4 changes: 2 additions & 2 deletions chopper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper_generator
description: Chopper is an http client generator using source_gen, inspired by Retrofit
version: 8.0.0
version: 8.0.1
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand All @@ -11,7 +11,7 @@ dependencies:
analyzer: ^6.4.1
build: ^2.4.1
built_collection: ^5.1.1
chopper: ^8.0.0
chopper: ^8.0.1
code_builder: ^4.10.0
dart_style: ^2.3.6
logging: ^1.2.0
Expand Down

0 comments on commit a2fbcad

Please sign in to comment.