From f03072b8d0b9a888fea6f5170c4ed1162752807e Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Wed, 15 Jan 2025 02:06:04 -0800 Subject: [PATCH] v4.0.2 --- lerna.json | 2 +- packages/node-vibrant/package.json | 4 ++-- packages/vibrant-generator-default/package.json | 2 +- pnpm-lock.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lerna.json b/lerna.json index 66c074f..e8f7bbe 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "4.0.1", + "version": "4.0.2", "npmClient": "pnpm" } diff --git a/packages/node-vibrant/package.json b/packages/node-vibrant/package.json index 944b784..2f44d1f 100644 --- a/packages/node-vibrant/package.json +++ b/packages/node-vibrant/package.json @@ -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": { @@ -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" diff --git a/packages/vibrant-generator-default/package.json b/packages/vibrant-generator-default/package.json index 56c4987..164eeca 100644 --- a/packages/vibrant-generator-default/package.json +++ b/packages/vibrant-generator-default/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9d7e761..f6d2a92 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,7 +101,7 @@ importers: specifier: ^4.0.0 version: link:../vibrant-core '@vibrant/generator-default': - specifier: ^4.0.0 + specifier: ^4.0.2 version: link:../vibrant-generator-default '@vibrant/image-browser': specifier: ^4.0.0