diff --git a/CHANGELOG.md b/CHANGELOG.md index eec3039..f9fd00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to the project `UniColorPalette` will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.2.0 + +- Added name, license, and source to palettes. + +- Extended a Dart example. +- Added example `all_colors`. +- Updated example `all_palettes`. + +- Added palettes and most of the colors from them in `README`. +- Included screenshots for palettes in `README`. +- Provided the project dependencies to `README`. +- Noted a cover in `README`. + +- Included a raw data of palettes to the project. Look at folder `tool/data`. + +- Optimized the palette representations. + +- Refactoring after changes [UniColorModel](https://github.com/signmotion/uni_color_model). + +- Added TODOs. + ## 0.1.0 - Initial release. diff --git a/pubspec.lock b/pubspec.lock index 837e311..801e9a4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -373,10 +373,10 @@ packages: dependency: "direct main" description: name: uni_color_model - sha256: "93ea6e22c951906a2551c6de52a57e3f20c720777a126055ab645889d9181fc8" + sha256: "832b43a89ba14084acb654aac95875f0beacd6d6703eed2fe956ee45a2df335c" url: "https://pub.dev" source: hosted - version: "0.1.0" + version: "0.2.0" vector_math: dependency: transitive description: @@ -429,10 +429,10 @@ packages: dependency: transitive description: name: wfile - sha256: "2be73888b0c625426947c90fa8b54f7dc7e6e031673c6baea1de8a17b890e93f" + sha256: "839cb75d3402549e89e73afd436e0158968dc43dc3ebf9e9a51fd12f12c16cfe" url: "https://pub.dev" source: hosted - version: "0.4.1" + version: "0.4.2" xml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b250632..9742e47 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: uni_color_palette description: >- - The set of amazing color palettes with links to original sources. - The easy-to-use package. Feel free to use it in your awesome projects. + The set of amazing color palettes with links to original sources: + Pantone, RAL, Zeplin, Commodore 64, etc. repository: https://github.com/signmotion/uni_color_palette topics: - palette @@ -15,14 +15,14 @@ topics: # You can calculate the number version code by this formula: # code = m[A]jor * 100 * 100 + m[I]nor * 100 + [P]atch # Otherwise: +AAIIPP -version: 0.1.0 +version: 0.2.0 environment: sdk: ">=3.0.0 <4.0.0" dependencies: uni_color_model: - ^0.1.0 + ^0.2.0 #path: ../uni_color_model dev_dependencies: