Skip to content

Commit

Permalink
🔀 post release branch sync (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored Sep 5, 2024
1 parent b7ebf67 commit d608c70
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

## 8.0.2

- Properly escape single quote in cURL interceptor output ([#635](https://github.com/lejard-h/chopper/pull/635))

## 8.0.1+1

- Re-remove internal `qs.ListFormat` wrapper
Expand Down
6 changes: 3 additions & 3 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: 8.0.1+1
version: 8.0.2
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand All @@ -12,7 +12,7 @@ dependencies:
http: ^1.1.0
logging: ^1.2.0
meta: ^1.9.1
qs_dart: ^1.2.0
qs_dart: ^1.2.3

dev_dependencies:
build_runner: ^2.4.9
Expand All @@ -26,7 +26,7 @@ dev_dependencies:
lints: ^4.0.0
test: ^1.25.5
transparent_image: ^2.0.1
chopper_generator: ^8.0.0
chopper_generator: ^8.0.1

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.2

- Remove duplicate null-coalescing `responseTypeReference` ([#634](https://github.com/lejard-h/chopper/pull/634))

## 8.0.1

- Directly export `qs.ListFormat` instead of internal wrapper ([#624](https://github.com/lejard-h/chopper/pull/624))
Expand Down
2 changes: 1 addition & 1 deletion 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.1
version: 8.0.2
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand Down

0 comments on commit d608c70

Please sign in to comment.