Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 39dba9e

Browse files
committed
feat: Cleaning up for melos publish
1 parent 90fce63 commit 39dba9e

5 files changed

Lines changed: 6 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0-dev.0
2+
3+
- **FEAT**: bumping version.
4+
15
## 1.0.2
26
* Null safety
37
* Changed the children count requirement to 1 from 2

example/ios/Flutter/flutter_export_environment.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
path: ".."
5757
relative: true
5858
source: path
59-
version: "1.0.2"
59+
version: "1.1.0-dev.0"
6060
fake_async:
6161
dependency: transitive
6262
description:

pubspec.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,3 @@ packages:
151151
version: "2.1.1"
152152
sdks:
153153
dart: ">=2.14.0 <3.0.0"
154-
155-

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fab_circular_menu
22
description: A Flutter package to create a nice circular menu using a Floating Action Button.
33
homepage: https://github.com/marianocordoba/fab-circular-menu
4-
version: 1.0.2
4+
version: 1.1.0-dev.0
55

66
environment:
77
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)