Skip to content

Commit

Permalink
🔖 release v8.0.3
Browse files Browse the repository at this point in the history
# chopper

## 8.0.3

- Remove unnecessary library name

# chopper_generator

## 8.0.3

- Remove unnecessary library name

# chopper_built_value

## 8.0.3

- Remove unnecessary library name
  • Loading branch information
techouse committed Sep 30, 2024
1 parent 7110ef4 commit 5adc148
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 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.3

- Remove unnecessary library name

## 8.0.2

- Properly escape single quote in cURL interceptor output ([#635](https://github.com/lejard-h/chopper/pull/635))
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.2
version: 8.0.3
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.3
qs_dart: ^1.2.4

dev_dependencies:
build_runner: ^2.4.9
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.2

- Remove unnecessary library name

## 3.0.1

- Update dependencies and linters ([#615](https://github.com/lejard-h/chopper/pull/615))
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.1
version: 3.0.2
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
chopper: ^8.0.2
http: ^1.1.0

dev_dependencies:
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.3

- Remove unnecessary library name

## 8.0.2

- Remove duplicate null-coalescing `responseTypeReference` ([#634](https://github.com/lejard-h/chopper/pull/634))
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.2
version: 8.0.3
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.1
chopper: ^8.0.2
code_builder: ^4.10.0
dart_style: ^2.3.6
logging: ^1.2.0
Expand Down

0 comments on commit 5adc148

Please sign in to comment.