diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 59acac47..0ac3c2a5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.0" + ".": "0.27.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b99255..d1b4f8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.27.1](https://github.com/coingaming/moon_flutter/compare/v0.27.0...v0.27.1) (2023-08-03) + + +### Bug Fixes + +* Padding fixes ([#235](https://github.com/coingaming/moon_flutter/issues/235)) ([821da7b](https://github.com/coingaming/moon_flutter/commit/821da7b024f030d24aa31568e3ccb1aabad1c810)) + ## [0.27.0](https://github.com/coingaming/moon_flutter/compare/v0.26.19...v0.27.0) (2023-08-02) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8d1090ce..5d054a78 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.27.0 +version: 0.27.1 environment: sdk: '>=3.0.5 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index d9edc914..1f17fd26 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.27.0 +version: 0.27.1 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter