Skip to content

Commit

Permalink
chore(main): release moon_design 0.1.3 (#13)
Browse files Browse the repository at this point in the history
* chore(main): release moon_design 0.1.3

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Harry Sild <46851868+Kypsis@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Kypsis committed Feb 8, 2023
1 parent adb35a0 commit 75ca115
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.1.2"
".": "0.1.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

- [MDS-351] Create Buttons ([57bf4cb](https://github.com/coingaming/moon_flutter/commit/57bf4cba1d41adc2d463a5f54b323c13645a94e0))

## [0.1.3](https://github.com/coingaming/moon_flutter/compare/moon_design-v0.1.2...moon_design-v0.1.3) (2023-02-08)


### Bug Fixes

* Color staleness in the example ([#11](https://github.com/coingaming/moon_flutter/issues/11)) ([e979150](https://github.com/coingaming/moon_flutter/commit/e979150034b657288be446c6702d40f4ad96189b))

## [0.1.2](https://github.com/coingaming/moon_flutter/compare/v0.1.1...v0.1.2) (2023-02-07)


Expand Down
11 changes: 2 additions & 9 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
name: example
description: Showcase Moon Design.

publish_to: 'none'

version: 0.1.1

publish_to: none
version: 0.1.3
environment:
sdk: '>=2.18.6 <3.0.0'

dependencies:
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
moon_design:
path: ../
package_info_plus: ^3.0.2

dev_dependencies:
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
lint: ^2.0.1
storybook_flutter: ^0.12.0


flutter:
uses-material-design: true
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.
version: 0.1.2
version: 0.1.3
homepage: flutter.moon.io

environment:
Expand Down

0 comments on commit 75ca115

Please sign in to comment.