From 4ec2f80654e14ff70578422250353090acc31f08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:28:09 +0000 Subject: [PATCH] chore(main): release 0.52.3 --- .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 5272e554..263e90ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.52.2" + ".": "0.52.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e8d9ce..ee900c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.52.3](https://github.com/coingaming/moon_flutter/compare/v0.52.2...v0.52.3) (2024-04-05) + + +### Bug Fixes + +* [MDS-1080] Fix MoonTooltip not showing on init ([#392](https://github.com/coingaming/moon_flutter/issues/392)) ([5514dd5](https://github.com/coingaming/moon_flutter/commit/5514dd5f154875c60480a1533a0cbdc900e10021)) + ## [0.52.2](https://github.com/coingaming/moon_flutter/compare/v0.52.1...v0.52.2) (2024-04-01) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 3ce47eef..fd1f70f4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.52.2 +version: 0.52.3 environment: sdk: '>=3.3.1 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index f0fa99d4..4f18097f 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.52.2 +version: 0.52.3 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter