Skip to content

Commit 09f96e8

Browse files
committed
v4.0.4
1 parent 7c20b11 commit 09f96e8

14 files changed

Lines changed: 63 additions & 63 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
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.3",
3+
"version": "4.0.4",
44
"npmClient": "pnpm"
55
}

packages/node-vibrant/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-vibrant",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Extract prominent colors from an image. Supports both node and browser environment.",
55
"license": "MIT",
66
"repository": {
@@ -39,15 +39,15 @@
3939
},
4040
"dependencies": {
4141
"@types/node": "^18.15.3",
42-
"@vibrant/core": "^4.0.0",
43-
"@vibrant/generator-default": "^4.0.3",
44-
"@vibrant/image-browser": "^4.0.0",
45-
"@vibrant/image-node": "^4.0.0",
46-
"@vibrant/quantizer-mmcq": "^4.0.0"
42+
"@vibrant/core": "^4.0.4",
43+
"@vibrant/generator-default": "^4.0.4",
44+
"@vibrant/image-browser": "^4.0.4",
45+
"@vibrant/image-node": "^4.0.4",
46+
"@vibrant/quantizer-mmcq": "^4.0.4"
4747
},
4848
"devDependencies": {
4949
"@tanstack/vite-config": "^0.4.3",
50-
"@vibrant/color": "^4.0.0",
50+
"@vibrant/color": "^4.0.4",
5151
"@vitest/browser-playwright": "^4.0.18",
5252
"playwright": "^1.58.0",
5353
"vite": "^7.3.1",

packages/vibrant-color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant/color",
3-
"version": "4.0.0",
3+
"version": "4.0.4",
44
"description": "Color utilities for vibrant",
55
"author": "crutchcorn",
66
"license": "MIT",

packages/vibrant-core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant/core",
3-
"version": "4.0.0",
3+
"version": "4.0.4",
44
"description": "Core vibrant classes",
55
"author": "crutchcorn",
66
"license": "MIT",
@@ -27,11 +27,11 @@
2727
"test:build": "publint --strict"
2828
},
2929
"dependencies": {
30-
"@vibrant/color": "^4.0.0",
31-
"@vibrant/generator": "^4.0.0",
32-
"@vibrant/image": "^4.0.0",
33-
"@vibrant/quantizer": "^4.0.0",
34-
"@vibrant/worker": "^4.0.0"
30+
"@vibrant/color": "^4.0.4",
31+
"@vibrant/generator": "^4.0.4",
32+
"@vibrant/image": "^4.0.4",
33+
"@vibrant/quantizer": "^4.0.4",
34+
"@vibrant/worker": "^4.0.4"
3535
},
3636
"devDependencies": {
3737
"@tanstack/vite-config": "^0.4.3",

packages/vibrant-generator-default/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant/generator-default",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Default generator that generates the original vibrant palette",
55
"author": "crutchcorn",
66
"license": "MIT",
@@ -25,8 +25,8 @@
2525
"test:build": "publint --strict"
2626
},
2727
"dependencies": {
28-
"@vibrant/color": "^4.0.0",
29-
"@vibrant/generator": "^4.0.0"
28+
"@vibrant/color": "^4.0.4",
29+
"@vibrant/generator": "^4.0.4"
3030
},
3131
"devDependencies": {
3232
"@tanstack/vite-config": "^0.4.3",

packages/vibrant-generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant/generator",
3-
"version": "4.0.0",
3+
"version": "4.0.4",
44
"description": "Helpers and typings for writing a vibrant generator",
55
"author": "crutchcorn",
66
"license": "MIT",
@@ -25,8 +25,8 @@
2525
"test:build": "publint --strict"
2626
},
2727
"dependencies": {
28-
"@vibrant/color": "^4.0.0",
29-
"@vibrant/types": "^4.0.0"
28+
"@vibrant/color": "^4.0.4",
29+
"@vibrant/types": "^4.0.4"
3030
},
3131
"devDependencies": {
3232
"@tanstack/vite-config": "^0.4.3",

packages/vibrant-image-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant/image-browser",
3-
"version": "4.0.0",
3+
"version": "4.0.4",
44
"description": "Browser vibrant ImageClass implementation",
55
"author": "crutchcorn",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"test:build": "publint --strict"
2828
},
2929
"dependencies": {
30-
"@vibrant/image": "^4.0.0"
30+
"@vibrant/image": "^4.0.4"
3131
},
3232
"devDependencies": {
3333
"@tanstack/vite-config": "^0.4.3",

packages/vibrant-image-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant/image-node",
3-
"version": "4.0.0",
3+
"version": "4.0.4",
44
"description": "Node.js vibrant ImageClass implementation",
55
"author": "crutchcorn",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@jimp/custom": "^0.22.12",
2929
"@jimp/plugin-resize": "^0.22.12",
3030
"@jimp/types": "^0.22.12",
31-
"@vibrant/image": "^4.0.0"
31+
"@vibrant/image": "^4.0.4"
3232
},
3333
"devDependencies": {
3434
"@tanstack/vite-config": "^0.4.3",

packages/vibrant-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant/image",
3-
"version": "4.0.0",
3+
"version": "4.0.4",
44
"description": "Helpers and typings for writing a vibrant ImageClass",
55
"author": "crutchcorn",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"test:build": "publint --strict"
2626
},
2727
"dependencies": {
28-
"@vibrant/color": "^4.0.0"
28+
"@vibrant/color": "^4.0.4"
2929
},
3030
"devDependencies": {
3131
"@tanstack/vite-config": "^0.4.3",

packages/vibrant-quantizer-mmcq/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibrant/quantizer-mmcq",
3-
"version": "4.0.0",
3+
"version": "4.0.4",
44
"description": "MMCQ quantzier for vibrant",
55
"author": "crutchcorn",
66
"license": "MIT",
@@ -25,9 +25,9 @@
2525
"test:build": "publint --strict"
2626
},
2727
"dependencies": {
28-
"@vibrant/color": "^4.0.0",
29-
"@vibrant/image": "^4.0.0",
30-
"@vibrant/quantizer": "^4.0.0"
28+
"@vibrant/color": "^4.0.4",
29+
"@vibrant/image": "^4.0.4",
30+
"@vibrant/quantizer": "^4.0.4"
3131
},
3232
"devDependencies": {
3333
"@tanstack/vite-config": "^0.4.3",

0 commit comments

Comments
 (0)