From 476d4c2b9bef6b06c4898b1f1e7a0c9cd5752060 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:17:38 +0300 Subject: [PATCH] chore(main): release 0.26.3 (#213) 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 9fc5aa40..f92eecfe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.2" + ".": "0.26.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ab304a..e0c46d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.3](https://github.com/coingaming/moon_flutter/compare/v0.26.2...v0.26.3) (2023-07-19) + + +### Bug Fixes + +* [MDS-594] Carousel edge case fixes and story expansion ([#212](https://github.com/coingaming/moon_flutter/issues/212)) ([74d82ee](https://github.com/coingaming/moon_flutter/commit/74d82eec2126e81d432927de2332937effa8147a)) + ## [0.26.2](https://github.com/coingaming/moon_flutter/compare/v0.26.1...v0.26.2) (2023-07-18) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1634e022..36d2dc4f 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.2 +version: 0.26.3 environment: sdk: '>=3.0.5 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 03c25bbe..9db8249e 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.2 +version: 0.26.3 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter