Skip to content

Commit

Permalink
feat: add new package web_adapter
Browse files Browse the repository at this point in the history
Signed-off-by: Caijinglong <[email protected]>
  • Loading branch information
CaiJingLong committed Jun 17, 2024
1 parent 682585c commit fff143d
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.4.0

- Add new package `web_adapter`.

## 2.3.4

- Build: Change publish log.
Expand Down
1 change: 1 addition & 0 deletions lib/src/pkg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ enum PkgInfo {
http2Adapter('http2_adapter', 'plugins/http2_adapter'),
nativeDioAdapter('native_dio_adapter', 'plugins/native_dio_adapter'),
compatibilityLayer('compatibility_layer', 'plugins/compatibility_layer'),
webAdapter('web_adapter', 'plugins/web_adapter'),
;

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.3.4
version: 2.4.0
repository: https://github.com/cfug/dio_issue_release_action
publish_to: none

Expand Down

0 comments on commit fff143d

Please sign in to comment.