From 24ba0990bde0ec7b5f06f23bebb4c0501d16faf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:12:23 +0200 Subject: [PATCH] chore(main): release 0.48.0 (#348) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 26637a19..ff661205 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.47.3" + ".": "0.48.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bcf3c56..f4ab96e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.48.0](https://github.com/coingaming/moon_flutter/compare/v0.47.3...v0.48.0) (2024-02-14) + + +### Features + +* [MDS-991] Bump minimum Flutter version to 3.16.8 ([#347](https://github.com/coingaming/moon_flutter/issues/347)) ([4b946e4](https://github.com/coingaming/moon_flutter/commit/4b946e434dc95bd0f9fe978d6a0214b0be378f24)) + ## [0.47.3](https://github.com/coingaming/moon_flutter/compare/v0.47.2...v0.47.3) (2024-02-14) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index d011889a..53662cfd 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.47.3 +version: 0.48.0 environment: sdk: '>=3.2.5 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 096547a0..1a178da0 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.47.3 +version: 0.48.0 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter