Skip to content

Commit

Permalink
Bump version to v2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: dab246 <[email protected]>
  • Loading branch information
dab246 committed Aug 6, 2024
1 parent 00e7f92 commit 58f0edc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

name: CI

env:
FLUTTER_VERSION: 3.22.2

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for email_supported master branch
push:
branches: [ email_supported ]
branches: [ main ]
pull_request:
branches: [ email_supported ]
branches: [ main ]

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

# Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [2.6.0] - 2024-08-06
- Release new version `v2.6.0`

## [2.5.1] = 2023-01-25
* Fix build issues on Flutter 3.4.0+ due to assets directory
* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: html_editor_enhanced
description: HTML rich text editor for Android, iOS, and Web, using the Summernote library.
Enhanced with highly customizable widget-based controls, bug fixes, callbacks, dark mode, and more.
version: 2.5.1
version: 2.6.0
homepage: https://github.com/tneotia/html-editor-enhanced

environment:
Expand Down

0 comments on commit 58f0edc

Please sign in to comment.