Skip to content

Commit ca53244

Browse files
committed
build: bump up dependencies
Closes #105
1 parent f28b613 commit ca53244

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- _'Contribute'_ section to README — [104](https://github.com/dartoos-dev/flutter_brand_palettes/issues/104).
1313

14+
### Changed
15+
16+
- bump up dependencies — [105](https://github.com/dartoos-dev/flutter_brand_palettes/issues/105).
17+
1418
## [0.4.0] - 2021-10-21
1519

1620
### Added

example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -49,7 +49,7 @@ packages:
4949
name: eo_color
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "2.0.0"
52+
version: "2.2.0"
5353
fake_async:
5454
dependency: transitive
5555
description:
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "0.3.10"
71+
version: "0.4.0"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter
@@ -162,7 +162,7 @@ packages:
162162
name: vector_math
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "2.1.0"
165+
version: "2.1.1"
166166
sdks:
167-
dart: ">=2.14.0-360.0.dev <3.0.0"
167+
dart: ">=2.14.0 <3.0.0"
168168
flutter: ">=1.17.0"

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
sdk: ">=2.12.0 <3.0.0"
1010

1111
dependencies:
12-
eo_color: ^2.0.0
12+
eo_color: ^2.2.0
1313
flutter:
1414
sdk: flutter
1515
flutter_brand_palettes:

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -49,7 +49,7 @@ packages:
4949
name: eo_color
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "2.0.0"
52+
version: "2.2.0"
5353
fake_async:
5454
dependency: transitive
5555
description:
@@ -155,7 +155,7 @@ packages:
155155
name: vector_math
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "2.1.0"
158+
version: "2.1.1"
159159
sdks:
160-
dart: ">=2.14.0-360.0.dev <3.0.0"
160+
dart: ">=2.14.0 <3.0.0"
161161
flutter: ">=1.17.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
flutter: ">=1.17.0"
1010

1111
dependencies:
12-
eo_color: ^2.0.0
12+
eo_color: ^2.2.0
1313
flutter:
1414
sdk: flutter
1515

0 commit comments

Comments
 (0)