Skip to content

Commit

Permalink
chore(release): prepare to publish 11.0.0-dev.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 8, 2024
1 parent 2ae5bef commit 8750e64
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The dependency [equatable](https://pub.dev/packages/equatable).
- The experimental support for spell checking. See [#2246](https://github.com/singerdmx/flutter-quill/issues/2246).

## [11.0.0-dev.4] - 2024-11-08

### Changed

- Publish the [`flutter_quill`](https://pub.dev/packages/flutter_quill) package with no changes to test the CI workflow.

## [11.0.0-dev.3] - 2024-11-08

### Added
Expand Down Expand Up @@ -76,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Apple-specific font dependency for subscript and superscript functionality from the example.
- **BREAKING**: The [`super_clipboard`](https://pub.dev/packages/super_clipboard) plugin, To restore legacy behavior for `super_clipboard`, use [`flutter_quill_extensions`](https://pub.dev/packages/flutter_quill_extensions) package and `FlutterQuillExtensions.useSuperClipboardPlugin()`.

[unreleased]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.3...HEAD
[unreleased]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.4...HEAD
[11.0.0-dev.4]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.3...v11.0.0-dev.4
[11.0.0-dev.3]: https://github.com/singerdmx/flutter-quill/compare/v11.0.0-dev.2...v11.0.0-dev.3
[11.0.0-dev.2]: https://github.com/singerdmx/flutter-quill/compare/v10.8.5...v11.0.0-dev.2
[10.8.5]: https://github.com/singerdmx/flutter-quill/compare/v9.4.0...v10.8.5
Expand Down
5 changes: 2 additions & 3 deletions flutter_quill_extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ Follow the usage instructions of [`flutter_quill`](https://github.com/singerdmx/

Add the `flutter_quill_extensions` dependency to your project:

```yaml
dependencies:
flutter_quill_extensions: ^<latest-version-here>
```shell
flutter pub add flutter_quill_extensions
```

<p align="center">OR</p>
Expand Down
14 changes: 3 additions & 11 deletions flutter_quill_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,13 @@ which include methods to simplify interacting with the editor in test cases.

## 💾 Installation

Run the following command:
Add the dependencies `flutter_test` and `flutter_quill_test`:

```
```shell
flutter pub add dev:flutter_test
flutter pub add dev:flutter_quill_test
```

Also add `flutter_test` as a dependency:

```yaml
dev_dependencies:
flutter_quill_test: any # Use latest Version
flutter_test:
sdk: flutter
```
## 🧪 Testing

To aid in testing applications using the editor an extension to the flutter `WidgetTester` is provided which includes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_quill
description: "A rich text editor built for Android, iOS, Web, and desktop platforms. It's the WYSIWYG editor and a Quill component for Flutter."
version: 11.0.0-dev.3
version: 11.0.0-dev.4
homepage: https://github.com/singerdmx/flutter-quill/
repository: https://github.com/singerdmx/flutter-quill/
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/
Expand Down

0 comments on commit 8750e64

Please sign in to comment.