Skip to content

Commit

Permalink
🔀 post release branch sync (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored Apr 5, 2024
1 parent 46e8c99 commit 1e6a8ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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

## 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))

## 7.3.0

- Add support for `@Tag` annotation ([#586](https://github.com/lejard-h/chopper/pull/586))
Expand Down
4 changes: 2 additions & 2 deletions 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: 7.3.0
version: 7.4.0
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand All @@ -26,7 +26,7 @@ dev_dependencies:
lints: ">=2.1.1 <4.0.0"
test: ^1.24.4
transparent_image: ^2.0.1
chopper_generator: ^7.2.0
chopper_generator: ^7.3.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

## 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))

## 7.3.0

- Add support for `@Tag` annotation ([#586](https://github.com/lejard-h/chopper/pull/586))
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: 7.3.0
version: 7.4.0
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand All @@ -11,7 +11,7 @@ dependencies:
analyzer: ">=5.13.0 <7.0.0"
build: ^2.4.1
built_collection: ^5.1.1
chopper: ^7.3.0
chopper: ^7.4.0
code_builder: ^4.5.0
dart_style: ^2.3.2
logging: ^1.2.0
Expand Down

0 comments on commit 1e6a8ab

Please sign in to comment.