diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4e00775..faa67e15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.4" + ".": "0.19.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c20cdf1f..079cc3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.5](https://github.com/coingaming/moon_flutter/compare/v0.19.4...v0.19.5) (2023-04-25) + + +### Bug Fixes + +* [MDS-508] Props check and ordering ([#154](https://github.com/coingaming/moon_flutter/issues/154)) ([cc6025f](https://github.com/coingaming/moon_flutter/commit/cc6025f27cffac02b48cb708da83c7b4aecac5bf)) + ## [0.19.4](https://github.com/coingaming/moon_flutter/compare/v0.19.3...v0.19.4) (2023-04-25) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ea346fb3..961c8806 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.19.4 +version: 0.19.5 environment: sdk: '>=2.18.6 <3.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 30ef554f..459e9532 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: moon_design description: Moon Design System for Flutter. -version: 0.19.4 +version: 0.19.5 homepage: flutter.moon.io environment: