Skip to content

Commit

Permalink
[dynamic_color] 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
guidezpl committed Oct 17, 2023
1 parent 62a0e76 commit 71fb36d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions packages/dynamic_color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.8 - 2023-10-17
### Changed
- Broaden constraint for `material_color_utilities` to support it until its `1.0.0` release

## 1.6.7 - 2023-09-15
### Fixed
- Upgraded dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic_color/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.6.6"
version: "1.6.8"
fake_async:
dependency: transitive
description:
Expand Down
20 changes: 10 additions & 10 deletions packages/dynamic_color/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ packages:
dependency: transitive
description:
name: change
sha256: b6d35f856cb92c34ac1930669d0447d9b4e5b68b40323989f5ebb78e172d2a40
sha256: "75b6e28073433946a987e6082d00f08676a8260a6aa68cac8594c10611e7e9b9"
url: "https://pub.dev"
source: hosted
version: "0.7.1"
version: "0.7.2"
characters:
dependency: transitive
description:
Expand All @@ -53,10 +53,10 @@ packages:
dependency: "direct dev"
description:
name: cider
sha256: "6501112ef9d895fbc5d2741b9a2db74cb89e84390eb215d70450c73076ba43db"
sha256: "918ded9f4473d8042247b9e66a90101eb5ff72935c31df5d511a55f14e085ef0"
url: "https://pub.dev"
source: hosted
version: "0.2.3"
version: "0.2.4"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -135,10 +135,10 @@ packages:
dependency: transitive
description:
name: marker
sha256: "970eb97ea43752bd443b91d992068575f37bcc7f952c01334779673b7db23114"
sha256: "3dadd01f3b0ffae148ffb3b1bc04290a98e54a465cddbab59727bd2a9fe57750"
url: "https://pub.dev"
source: hosted
version: "0.5.1"
version: "0.6.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -191,10 +191,10 @@ packages:
dependency: transitive
description:
name: rfc_6901
sha256: "8d97680dada633146cf75ab9382f2ce2b7e4bd63ceecd867416cf43b5832b988"
sha256: df1bbfa3d023009598f19636d6114c6ac1e0b7bb7bf6a260f0e6e6ce91416820
url: "https://pub.dev"
source: hosted
version: "0.1.1"
version: "0.2.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -260,10 +260,10 @@ packages:
dependency: transitive
description:
name: version_manipulation
sha256: "2fcb0597589e894082ebde9140b5c018c0858215eef39539d87c200e3da82ec0"
sha256: "9ef166939794d5bd80309cc6dbfe33c9f81674ba1c73ac117a866fd2dc746846"
url: "https://pub.dev"
source: hosted
version: "0.1.1"
version: "0.1.2"
web:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions packages/dynamic_color/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dynamic_color
description: A Flutter package to create Material color schemes based on a platform's implementation of dynamic color.
version: 1.6.7
version: 1.6.8
repository: https://github.com/material-foundation/flutter-packages/tree/main/packages/dynamic_color
issue_tracker: https://github.com/material-foundation/flutter-packages/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+dynamic_color%22
screenshots:
Expand All @@ -20,8 +20,8 @@ dependencies:
sdk: flutter
flutter_test:
sdk: flutter
# Since this is used by the SDK, need to support a range of versions.
material_color_utilities: ">=0.2.0 <= 0.5.0"
# Since this package is an SDK dependency, we need to support a range of versions.
material_color_utilities: ">=0.2.0 < 1.0.0"

dev_dependencies:
cider: ">=0.1.3 <0.3.0"
Expand Down

0 comments on commit 71fb36d

Please sign in to comment.