Skip to content

Commit

Permalink
🔀 post release branch sync (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored May 9, 2024
1 parent a7293f4 commit 5e05064
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 35 deletions.
12 changes: 7 additions & 5 deletions chopper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

## 8.0.0-rc.2
## 8.0.0

- Add per-request timeout ([#604](https://github.com/lejard-h/chopper/pull/604))

## 8.0.0-rc.1

- Restructure interceptors ([#547](https://github.com/lejard-h/chopper/pull/547))
- **BREAKING CHANGE**:
- Restructure interceptors ([#547](https://github.com/lejard-h/chopper/pull/547))
- `RequestInterceptor` and Function `RequestInterceptor`s are removed
- `ResponseInterceptor` and Function `ResponseInterceptor`s are removed
- See [Migrating to 8.0.0](https://docs.google.com/document/d/e/2PACX-1vQFoUDisnSJBzzXCMaf53ffUD1Bvpu-1GZ_stzfaaCa0Xd3WKIegbd1mmavEQcMT6r6v8z02UqloKuC/pub) for more information and examples
- add `onlyErrors` option to `HttpLoggingInterceptor` ([#610](https://github.com/lejard-h/chopper/pull/610))

## 7.4.0

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: 8.0.0-rc.2
version: 8.0.0
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand All @@ -26,7 +26,7 @@ dev_dependencies:
lints: ^3.0.0
test: ^1.25.4
transparent_image: ^2.0.1
chopper_generator: ">=8.0.0-rc.1 <9.0.0" # Will be replaced with ^8.0.0 once released
chopper_generator: ">=8.0.0-rc.2 <9.0.0" # will be replaced by ^8.0.0 in the next release

dependency_overrides:
chopper_generator:
Expand Down
2 changes: 1 addition & 1 deletion chopper_built_value/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.0.0-rc.1
## 3.0.0

- Require Chopper ^8.0.0

Expand Down
4 changes: 2 additions & 2 deletions 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-rc.1
version: 3.0.0
documentation: https://hadrien-lejard.gitbook.io/chopper/converters/built-value-converter
repository: https://github.com/lejard-h/chopper

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
built_value: ^8.9.2
built_collection: ^5.1.1
chopper: ">=8.0.0-rc.1 <9.0.0"
chopper: ^8.0.0
http: ^1.1.0

dev_dependencies:
Expand Down
11 changes: 6 additions & 5 deletions chopper_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## 8.0.0-rc.2
## 8.0.0

- Add per-request timeout ([#604](https://github.com/lejard-h/chopper/pull/604))

## 8.0.0-rc.1

- Restructure interceptors ([#547](https://github.com/lejard-h/chopper/pull/547))
- **BREAKING CHANGE**:
- Restructure interceptors ([#547](https://github.com/lejard-h/chopper/pull/547))
- `RequestInterceptor` and Function `RequestInterceptor`s are removed
- `ResponseInterceptor` and Function `ResponseInterceptor`s are removed
- See [Migrating to 8.0.0](https://docs.google.com/document/d/e/2PACX-1vQFoUDisnSJBzzXCMaf53ffUD1Bvpu-1GZ_stzfaaCa0Xd3WKIegbd1mmavEQcMT6r6v8z02UqloKuC/pub) for more information and examples

## 7.4.0

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-rc.2
version: 8.0.0
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-rc.1 <9.0.0" # Will be replaced with ^8.0.0 once released
chopper: ^8.0.0
code_builder: ^4.10.0
dart_style: ^2.3.6
logging: ^1.2.0
Expand Down
3 changes: 2 additions & 1 deletion example/lib/built_value_resource.chopper.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/lib/json_decode_service.activator.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/lib/json_decode_service.vm.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions example/lib/json_decode_service.worker.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion example/lib/json_serializable.chopper.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: chopper_example
description: Example usage of the Chopper package
version: 0.0.5
version: 0.0.6
documentation: https://hadrien-lejard.gitbook.io/chopper/
#author: Hadrien Lejard <hadrien.lejard@gmail.com>

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

dependencies:
chopper:
json_annotation: ^4.8.1
json_annotation: ^4.9.0
built_value:
analyzer: ^5.13.0
analyzer: ^6.4.1
http: ^1.1.0
built_collection: ^5.1.1
squadron: ^5.1.3
squadron: ^5.1.6

dev_dependencies:
build_runner: ^2.4.6
build_runner: ^2.4.9
chopper_generator:
json_serializable: ^6.7.1
built_value_generator: ^8.6.1
lints: ^2.1.1
squadron_builder: ^2.4.1
json_serializable: ^6.8.0
built_value_generator: ^8.9.2
lints: ^3.0.0
squadron_builder: ^2.4.5

dependency_overrides:
chopper:
Expand Down

0 comments on commit 5e05064

Please sign in to comment.