diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7774a100..abc77592 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.49.4" + ".": "0.49.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abebbc2..c981cd67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.49.5](https://github.com/coingaming/moon_flutter/compare/v0.49.4...v0.49.5) (2024-02-26) + + +### Bug Fixes + +* [MDS-1009] Fix Tag uppercase vertical misalignment ([#369](https://github.com/coingaming/moon_flutter/issues/369)) ([b2e049a](https://github.com/coingaming/moon_flutter/commit/b2e049a05bd85932684048486615a5f48301bb1c)) + ## [0.49.4](https://github.com/coingaming/moon_flutter/compare/v0.49.3...v0.49.4) (2024-02-26) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 65e19337..fb53a39a 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.4 +version: 0.49.5 environment: sdk: '>=3.2.5 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 50e01afd..0c0a7b91 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.4 +version: 0.49.5 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter