From 3cf2553565cc485d4405301a9e1f8af2d676afb2 Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 6 Aug 2024 15:22:17 +0700 Subject: [PATCH] Bump version to v3.1.0 Signed-off-by: dab246 --- .github/workflows/ci.yml | 9 ++++++--- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1263ac5e..13e0dac6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a145802f..bc46a750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [3.1.0] - 2024-08-06 +- Release new version `v3.1.0` + ## [2.5.1] = 2023-01-25 * Fix build issues on Flutter 3.4.0+ due to assets directory * Update dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 6a14293f..804659bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 3.1.0 homepage: https://github.com/tneotia/html-editor-enhanced environment: