Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 26, 2024
1 parent fc9c4ff commit cf26d68
Show file tree
Hide file tree
Showing 14 changed files with 201 additions and 65 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.0-beta.1",
"version": "4.0.0",
"npmClient": "pnpm"
}
14 changes: 7 additions & 7 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.0-beta.1",
"version": "4.0.0",
"description": "Extract prominent colors from an image. Supports both node and browser environment.",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -40,15 +40,15 @@
},
"dependencies": {
"@types/node": "^18.15.3",
"@vibrant/core": "^4.0.0-beta.1",
"@vibrant/generator-default": "^4.0.0-beta.1",
"@vibrant/image-browser": "^4.0.0-beta.1",
"@vibrant/image-node": "^4.0.0-beta.1",
"@vibrant/quantizer-mmcq": "^4.0.0-beta.1"
"@vibrant/core": "^4.0.0",
"@vibrant/generator-default": "^4.0.0",
"@vibrant/image-browser": "^4.0.0",
"@vibrant/image-node": "^4.0.0",
"@vibrant/quantizer-mmcq": "^4.0.0"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
"@vibrant/color": "^4.0.0-beta.1",
"@vibrant/color": "^4.0.0",
"@vitest/browser": "^2.1.8",
"playwright": "^1.49.1",
"vite": "^6.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/color",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Color utilities for vibrant",
"author": "crutchcorn",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions packages/vibrant-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/core",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Core vibrant classes",
"author": "crutchcorn",
"license": "MIT",
Expand Down Expand Up @@ -28,11 +28,11 @@
"test:build": "publint --strict"
},
"dependencies": {
"@vibrant/color": "^4.0.0-beta.1",
"@vibrant/generator": "^4.0.0-beta.1",
"@vibrant/image": "^4.0.0-beta.1",
"@vibrant/quantizer": "^4.0.0-beta.1",
"@vibrant/worker": "^4.0.0-beta.1"
"@vibrant/color": "^4.0.0",
"@vibrant/generator": "^4.0.0",
"@vibrant/image": "^4.0.0",
"@vibrant/quantizer": "^4.0.0",
"@vibrant/worker": "^4.0.0"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
Expand Down
6 changes: 3 additions & 3 deletions 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-beta.1",
"version": "4.0.0",
"description": "Default generator that generates the original vibrant palette",
"author": "crutchcorn",
"license": "MIT",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@tanstack/config": "^0.15.0",
"@vibrant/color": "^4.0.0-beta.1",
"@vibrant/generator": "^4.0.0-beta.1",
"@vibrant/color": "^4.0.0",
"@vibrant/generator": "^4.0.0",
"vite": "^6.0.5"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/vibrant-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/generator",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Helpers and typings for writing a vibrant generator",
"author": "crutchcorn",
"license": "MIT",
Expand All @@ -26,8 +26,8 @@
"test:build": "publint --strict"
},
"dependencies": {
"@vibrant/color": "^4.0.0-beta.1",
"@vibrant/types": "^4.0.0-beta.1"
"@vibrant/color": "^4.0.0",
"@vibrant/types": "^4.0.0"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vibrant-image-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/image-browser",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Browser vibrant ImageClass implementation",
"author": "crutchcorn",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test:build": "publint --strict"
},
"dependencies": {
"@vibrant/image": "^4.0.0-beta.1"
"@vibrant/image": "^4.0.0"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vibrant-image-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/image-node",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Node.js vibrant ImageClass implementation",
"author": "crutchcorn",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@jimp/custom": "^0.22.12",
"@jimp/plugin-resize": "^0.22.12",
"@jimp/types": "^0.22.12",
"@vibrant/image": "^4.0.0-beta.1"
"@vibrant/image": "^4.0.0"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vibrant-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/image",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Helpers and typings for writing a vibrant ImageClass",
"author": "crutchcorn",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"test:build": "publint --strict"
},
"dependencies": {
"@vibrant/color": "^4.0.0-beta.1"
"@vibrant/color": "^4.0.0"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/vibrant-quantizer-mmcq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/quantizer-mmcq",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "MMCQ quantzier for vibrant",
"author": "crutchcorn",
"license": "MIT",
Expand All @@ -26,9 +26,9 @@
"test:build": "publint --strict"
},
"dependencies": {
"@vibrant/color": "^4.0.0-beta.1",
"@vibrant/image": "^4.0.0-beta.1",
"@vibrant/quantizer": "^4.0.0-beta.1"
"@vibrant/color": "^4.0.0",
"@vibrant/image": "^4.0.0",
"@vibrant/quantizer": "^4.0.0"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/vibrant-quantizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/quantizer",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Helper and typings for writing a vibrant quantizer",
"author": "crutchcorn",
"license": "MIT",
Expand All @@ -26,9 +26,9 @@
"test:build": "publint --strict"
},
"dependencies": {
"@vibrant/color": "^4.0.0-beta.1",
"@vibrant/image": "^4.0.0-beta.1",
"@vibrant/types": "^4.0.0-beta.1"
"@vibrant/color": "^4.0.0",
"@vibrant/image": "^4.0.0",
"@vibrant/types": "^4.0.0"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vibrant-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/types",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Common typings for vibrant",
"author": "crutchcorn",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vibrant-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibrant/worker",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "Web worker utilities",
"author": "crutchcorn",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"test:build": "publint --strict"
},
"dependencies": {
"@vibrant/types": "^4.0.0-beta.1"
"@vibrant/types": "^4.0.0"
},
"devDependencies": {
"@tanstack/config": "^0.15.0",
Expand Down
Loading

0 comments on commit cf26d68

Please sign in to comment.