Skip to content

Commit f03072b

Browse files
committed
v4.0.2
1 parent d22934f commit f03072b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"npmClient": "pnpm"
55
}

packages/node-vibrant/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-vibrant",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Extract prominent colors from an image. Supports both node and browser environment.",
55
"license": "MIT",
66
"repository": {
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@types/node": "^18.15.3",
4343
"@vibrant/core": "^4.0.0",
44-
"@vibrant/generator-default": "^4.0.0",
44+
"@vibrant/generator-default": "^4.0.2",
4545
"@vibrant/image-browser": "^4.0.0",
4646
"@vibrant/image-node": "^4.0.0",
4747
"@vibrant/quantizer-mmcq": "^4.0.0"

packages/vibrant-generator-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant/generator-default",
3-
"version": "4.0.0",
3+
"version": "4.0.2",
44
"description": "Default generator that generates the original vibrant palette",
55
"author": "crutchcorn",
66
"license": "MIT",

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)