Skip to content

Commit

Permalink
🔖 pre-release v8.0.0-rc.2
Browse files Browse the repository at this point in the history
# chopper

## 8.0.0-rc.2

- #604

# chopper_generator

## 8.0.0-rc.2

- #604

# chopper_built_value

## 3.0.0-rc.1

- Require Chopper ^8.0.0
  • Loading branch information
techouse committed May 2, 2024
1 parent b182727 commit 5b577da
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
8 changes: 4 additions & 4 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.1
version: 8.0.0-rc.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.0.4
qs_dart: ^1.0.10

dev_dependencies:
build_runner: ^2.4.9
Expand All @@ -24,9 +24,9 @@ dev_dependencies:
faker: ^2.1.0
http_parser: ^4.0.2
lints: ^3.0.0
test: ^1.25.2
test: ^1.25.4
transparent_image: ^2.0.1
chopper_generator: ^8.0.0
chopper_generator: ">=8.0.0 <9.0.0" # Will be replaced with ^8.0.0 once released

dependency_overrides:
chopper_generator:
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.0-rc.1

- Require Chopper ^8.0.0

## 2.0.1+2

- Fix Github release workflow permissions ([#512](https://github.com/lejard-h/chopper/pull/512))
Expand Down
20 changes: 10 additions & 10 deletions chopper_built_value/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: chopper_built_value
description: A built_value based Converter for Chopper.
version: 2.0.1+2
version: 3.0.0-rc.1
documentation: https://hadrien-lejard.gitbook.io/chopper/converters/built-value-converter
repository: https://github.com/lejard-h/chopper

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

dependencies:
built_value: ^8.6.1
built_value: ^8.9.2
built_collection: ^5.1.1
chopper: ^7.0.0
chopper: ">=8.0.0 <9.0.0"
http: ^1.1.0

dev_dependencies:
test: ^1.24.4
build_runner: ^2.4.6
build_test: ^2.2.0
built_value_generator: ^8.6.1
lints: ">=2.1.1 <4.0.0"
test: ^1.25.4
build_runner: ^2.4.9
build_test: ^2.2.2
built_value_generator: ^8.9.2
lints: ^3.0.0

dependency_overrides:
chopper:
Expand All @@ -27,4 +27,4 @@ dependency_overrides:
topics:
- codegen
- converter
- built-value
- built-value
8 changes: 4 additions & 4 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.1
version: 8.0.0-rc.2
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand All @@ -11,22 +11,22 @@ dependencies:
analyzer: ^6.4.1
build: ^2.4.1
built_collection: ^5.1.1
chopper: ^8.0.0
chopper: ">=8.0.0 <9.0.0" # Will be replaced with ^8.0.0 once released
code_builder: ^4.10.0
dart_style: ^2.3.6
logging: ^1.2.0
meta: ^1.9.1
source_gen: ^1.5.0
yaml: ^3.1.2
qs_dart: ^1.0.4
qs_dart: ^1.0.10
collection: ^1.18.0

dev_dependencies:
build_runner: ^2.4.9
build_verify: ^3.1.0
http: ^1.1.0
lints: ^3.0.0
test: ^1.25.2
test: ^1.25.4

dependency_overrides:
chopper:
Expand Down

0 comments on commit 5b577da

Please sign in to comment.