From be891f798c0804c28d0af858b2b145b154a784a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 01:10:23 +0300 Subject: [PATCH] chore(main): release 0.26.7 (#219) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index abf144cb..ed2fd50e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.6" + ".": "0.26.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2c0c6d..c700e086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.7](https://github.com/coingaming/moon_flutter/compare/v0.26.6...v0.26.7) (2023-07-27) + + +### Bug Fixes + +* Empty release to force release.yml ([ba87de3](https://github.com/coingaming/moon_flutter/commit/ba87de3e3f7359b9549b0c4228e3657a1773cc6a)) + ## [0.26.6](https://github.com/coingaming/moon_flutter/compare/v0.26.5...v0.26.6) (2023-07-27) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 0412b3fb..7847ef99 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.26.6 +version: 0.26.7 environment: sdk: '>=3.0.5 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index c6f8aa05..ab80d918 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: moon_design description: Moon Design System for Flutter. A set of coherent, themable, and extensible widgets following the Moon Design System. -version: 0.26.6 +version: 0.26.7 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter