diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0fabe972..abf144cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.5" + ".": "0.26.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb8c5d1..fd2c0c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.6](https://github.com/coingaming/moon_flutter/compare/v0.26.5...v0.26.6) (2023-07-27) + + +### Bug Fixes + +* Add automation to publish to pub.dev ([1b31d14](https://github.com/coingaming/moon_flutter/commit/1b31d1492ddd42c0ad11bb41b682755cc26d306b)) + ## [0.26.5](https://github.com/coingaming/moon_flutter/compare/v0.26.4...v0.26.5) (2023-07-26) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 6bc618c1..0412b3fb 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Showcase Moon Design. publish_to: none -version: 0.26.5 +version: 0.26.6 environment: sdk: '>=3.0.5 <4.0.0' dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 2b7d2d8a..c6f8aa05 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.26.5 +version: 0.26.6 homepage: https://flutter.moon.io/ repository: https://github.com/coingaming/moon_flutter