diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cc385f1..6d15cd63 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.49.2" + ".": "0.49.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a56dec1..8ed67a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.49.3](https://github.com/coingaming/moon_flutter/compare/v0.49.2...v0.49.3) (2024-02-26) + + +### Bug Fixes + +* [MDS-1006] Fix bottom sheet not closing on Storybook navigation ([#365](https://github.com/coingaming/moon_flutter/issues/365)) ([d1f1584](https://github.com/coingaming/moon_flutter/commit/d1f158484806a483a55faa8ead74b80eb618097b)) + ## [0.49.2](https://github.com/coingaming/moon_flutter/compare/v0.49.1...v0.49.2) (2024-02-26) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 89941bd5..489606c9 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.49.2 +version: 0.49.3 environment: sdk: '>=3.2.5 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index c7d6f9e6..52df04df 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.49.2 +version: 0.49.3 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter