Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Jan 15, 2025
1 parent d22934f commit f03072b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.0.1",
"version": "4.0.2",
"npmClient": "pnpm"
}
4 changes: 2 additions & 2 deletions packages/node-vibrant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-vibrant",
"version": "4.0.1",
"version": "4.0.2",
"description": "Extract prominent colors from an image. Supports both node and browser environment.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@types/node": "^18.15.3",
"@vibrant/core": "^4.0.0",
"@vibrant/generator-default": "^4.0.0",
"@vibrant/generator-default": "^4.0.2",
"@vibrant/image-browser": "^4.0.0",
"@vibrant/image-node": "^4.0.0",
"@vibrant/quantizer-mmcq": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-generator-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/generator-default",
"version": "4.0.0",
"version": "4.0.2",
"description": "Default generator that generates the original vibrant palette",
"author": "crutchcorn",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f03072b

Please sign in to comment.