diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 12d488c3..1a9fd7f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.1" + ".": "0.32.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7be17f..06d6c3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.32.2](https://github.com/coingaming/moon_flutter/compare/v0.32.1...v0.32.2) (2023-10-25) + + +### Bug Fixes + +* [NO-TASK] Pin storybook_flutter temporarily to previous commit ([#277](https://github.com/coingaming/moon_flutter/issues/277)) ([72969b8](https://github.com/coingaming/moon_flutter/commit/72969b859a8c4910ab2fa731c55bcfef4872eee2)) + ## [0.32.1](https://github.com/coingaming/moon_flutter/compare/v0.32.0...v0.32.1) (2023-10-23) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index c30e1d38..503900cf 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.32.1 +version: 0.32.2 environment: sdk: '>=3.1.2 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 107c4403..c17118cc 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.32.1 +version: 0.32.2 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter