Skip to content

Commit

Permalink
chore(main): release 0.54.0 (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent 78eccf9 commit b940f97
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.53.0"
".": "0.54.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.54.0](https://github.com/coingaming/moon_flutter/compare/v0.53.0...v0.54.0) (2024-04-25)


### Features

* [MDS-1093] Add pages functionality ([#397](https://github.com/coingaming/moon_flutter/issues/397)) ([78eccf9](https://github.com/coingaming/moon_flutter/commit/78eccf972d0d73689a7933ec1d29855be66f8427))

## [0.53.0](https://github.com/coingaming/moon_flutter/compare/v0.52.3...v0.53.0) (2024-04-19)


Expand Down
6 changes: 1 addition & 5 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: example
description: Showcase Moon Design.
publish_to: none
version: 0.53.0
version: 0.54.0
environment:
sdk: '>=3.3.1 <4.0.0'

dependencies:
cupertino_icons: ^1.0.2
flutter:
Expand All @@ -22,13 +21,11 @@ dependencies:
ref: 89079005d75fbcdfab9931b1cb26dfce155d98d1
path: packages/storybook_flutter
transparent_image: ^2.0.1

dev_dependencies:
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
lint: ^2.1.2

dependency_overrides:
device_frame:
git:
Expand All @@ -38,7 +35,6 @@ dependency_overrides:
git:
url: https://github.com/bradrushworth/flutter_device_preview.git
path: device_preview

flutter:
uses-material-design: true
fonts:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.53.0
version: 0.54.0
homepage: https://flutter.moon.io/
repository: https://github.com/coingaming/moon_flutter

Expand Down

0 comments on commit b940f97

Please sign in to comment.