Skip to content

Commit

Permalink
🎉 Release v1.5.2+97 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Oct 28, 2023
1 parent 0c377d9 commit 378b926
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: ".release_tool/app-arm64-v8a-release.apk,.release_tool/Mercurius for Windows.zip"
name: "🎉 Release v1.5.1+96 🎉"
tag: "v1.5.1+96"
name: "🎉 Release v1.5.2+97 🎉"
tag: "v1.5.2+97"
bodyFile: ".release_tool/body.md"
skipIfReleaseExists: true
token: ${{ secrets.WAREHOUSE_TOKEN }}
Binary file modified .release_tool/Mercurius for Windows.zip
Binary file not shown.
Binary file modified .release_tool/app-arm64-v8a-release.apk
Binary file not shown.
10 changes: 6 additions & 4 deletions .release_tool/body.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
### **Latest Version**

[v1.5.1+96](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.5.1+96)
[v1.5.2+97](https://github.com/Cierra-Runis/mercurius/releases/tag/v1.5.2+97)

### **What's Updated**

> 📖Revise
> 📖Revise & 🔧Fix issue
>
> 1. 📖Update packages
> 1. 🔧Fix issue cause by .isNull & .isNotNull
> 2. 📖Update flutter_quill and other packages
> 3. 📖Remove some printLog
### **Changelog**

> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.5.0+95...v1.5.1+96)
> [Compare To Previous Version](https://github.com/Cierra-Runis/mercurius/compare/v1.5.1+96...v1.5.2+97)
> For further changelog, check the [Github Releases Page](https://github.com/Cierra-Runis/mercurius/releases)
### **Breaking Changes**
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: For mercurius.

publish_to: "none"

version: 1.5.1+96
version: 1.5.2+97

environment:
sdk: ">=3.1.2 <4.0.0"
Expand Down

0 comments on commit 378b926

Please sign in to comment.