Skip to content

Commit b3944b2

Browse files
committed
v2.0.4
1 parent 8a6f1c7 commit b3944b2

File tree

11 files changed

+558
-186
lines changed

11 files changed

+558
-186
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
run: flutter pub get
2323

2424
- name: Format code
25-
run: dart format --fix .
25+
run: dart format .
2626

2727
- name: Check publish warnings
28-
run: dart pub publish --dry-run
28+
run: flutter pub publish --dry-run
2929

3030
- name: Publish package
31-
uses: k-paxian/dart-package-publisher@v1.5.1
31+
uses: k-paxian/dart-package-publisher@master
3232
with:
33-
credentialJson: ${{ secrets.CREDENTIAL_SECRET }}
33+
credentialJson: ${{ secrets.CREDENTIAL_SECRET }}
3434
flutter: true
3535
skipTests: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.4] - 2025-09-06
2+
3+
* Dependency updates
4+
15
## [2.0.3] - 2024-05-07
26

37
* Fix error in API service

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 by WooSignal Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1+
Copyright (c) 2025 by WooSignal Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
22

33
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
44
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In your flutter project add the dependency:
1818
``` dart
1919
dependencies:
2020
...
21-
wp_notify: ^2.0.3
21+
wp_notify: ^2.0.4
2222
```
2323

2424
### Usage example #

0 commit comments

Comments
 (0)