Skip to content

Commit 3cf2553

Browse files
committed
Bump version to v3.1.0
Signed-off-by: dab246 <[email protected]>
1 parent f9a36f3 commit 3cf2553

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/ci.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
name: CI
44

5+
env:
6+
FLUTTER_VERSION: 3.22.2
7+
58
# Controls when the workflow will run
69
on:
710
# Triggers the workflow on push or pull request events but only for email_supported master branch
811
push:
9-
branches: [ email_supported ]
12+
branches: [ main ]
1013
pull_request:
11-
branches: [ email_supported ]
14+
branches: [ main ]
1215

1316
# Allows you to run this workflow manually from the Actions tab
1417
workflow_dispatch:
@@ -29,7 +32,7 @@ jobs:
2932
- name: Install Flutter
3033
uses: subosito/flutter-action@v2
3134
with:
32-
flutter-version: "3.16.0"
35+
flutter-version: ${{ env.FLUTTER_VERSION }}
3336
channel: "stable"
3437

3538
# Install dependencies

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [3.1.0] - 2024-08-06
2+
- Release new version `v3.1.0`
3+
14
## [2.5.1] = 2023-01-25
25
* Fix build issues on Flutter 3.4.0+ due to assets directory
36
* Update dependencies

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: html_editor_enhanced
22
description: HTML rich text editor for Android, iOS, and Web, using the Summernote library.
33
Enhanced with highly customizable widget-based controls, bug fixes, callbacks, dark mode, and more.
4-
version: 2.5.1
4+
version: 3.1.0
55
homepage: https://github.com/tneotia/html-editor-enhanced
66

77
environment:

0 commit comments

Comments
 (0)