Skip to content

Commit

Permalink
Merge pull request #25 from cfug/feat--new-package
Browse files Browse the repository at this point in the history
feat: new package `compatibility_layer`
  • Loading branch information
CaiJingLong authored Dec 15, 2023
2 parents ac6f720 + ae4dca6 commit 97ee5aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.0

- Feat: new package `compatibility_layer`.

## 2.1.2

- Fix: Check empty changelog.
Expand Down
1 change: 1 addition & 0 deletions lib/src/pkg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ enum PkgInfo {
cookieManager('cookie_manager', 'plugins/cookie_manager'),
http2Adapter('http2_adapter', 'plugins/http2_adapter'),
nativeDioAdapter('native_dio_adapter', 'plugins/native_dio_adapter'),
compatibilityLayer('compatibility_layer', 'plugins/compatibility_layer'),
;

final String name;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: action_dio_release
description: For release package to github release page and upload to pub.dev.
version: 2.1.2
version: 2.2.0
repository: https://github.com/cfug/dio_issue_release_action
publish_to: none

Expand Down

0 comments on commit 97ee5aa

Please sign in to comment.