Skip to content

Commit

Permalink
Prepared to publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
signmotion committed Apr 3, 2024
1 parent cfe5400 commit 77e9e5c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 77e9e5c

Please sign in to comment.