Skip to content

Commit

Permalink
🔀 post release branch sync (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored Jul 30, 2023
1 parent 6afebb0 commit 93b4e8a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
strategy:
matrix:
package: [ chopper, chopper_generator, chopper_built_value ]
fail-fast: true
max-parallel: 1
steps:
- uses: dart-lang/setup-dart@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
strategy:
matrix:
package: [ chopper, chopper_generator, chopper_built_value ]
fail-fast: true
max-parallel: 1
steps:
- uses: dart-lang/setup-dart@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions chopper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.0.0

- Require Dart 3.0 or later
- Add base, final, and interface modifiers to some classes ([#453](https://github.com/lejard-h/chopper/pull/453))

## 6.1.4

- Fix Multipart for List<int> and List<String> ([#439](https://github.com/lejard-h/chopper/pull/439))
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

## 2.0.0

- Require Dart 3.0 or later

## 1.2.2

- Update http constraint to ">=0.13.0 <2.0.0" ([#431](https://github.com/lejard-h/chopper/pull/431))
Expand Down
6 changes: 6 additions & 0 deletions chopper_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.0.0

- Require Dart 3.0 or later
- Add final modifier to some classes ([#453](https://github.com/lejard-h/chopper/pull/453))
- Replace deprecated Element.enclosingElement3 with Element.enclosingElement

## 6.0.3

- Simplify library export
Expand Down

0 comments on commit 93b4e8a

Please sign in to comment.