From f63ccbcbc42809dc01feba1e514c12acfd0fd552 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:44:07 +0200 Subject: [PATCH] chore(main): release 1.0.7 (#452) 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 15c8c05d..1437a2c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.6" + ".": "1.0.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b38812..b824a489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.7](https://github.com/coingaming/moon_flutter/compare/v1.0.6...v1.0.7) (2024-11-27) + + +### Bug Fixes + +* [MDS-1415] Update dependencies ([#451](https://github.com/coingaming/moon_flutter/issues/451)) ([cffceac](https://github.com/coingaming/moon_flutter/commit/cffceac0ae93471db57084507bc59c8ce8102e49)) + ## [1.0.6](https://github.com/coingaming/moon_flutter/compare/v1.0.5...v1.0.6) (2024-10-09) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 19711186..feec7e8a 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 1.0.6 +version: 1.0.7 environment: sdk: '>=3.3.1 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 9a61f8a0..244a7448 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: 1.0.6 +version: 1.0.7 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter