Skip to content

Commit

Permalink
v4.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 19, 2024
1 parent 1f4f6a8 commit 8581e92
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.0-alpha.4",
"version": "4.0.0-alpha.5",
"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.0-alpha.4",
"version": "4.0.0-alpha.5",
"description": "Extract prominent colors from an image. Supports both node and browser environment.",
"type": "module",
"types": "dist/esm/throw.d.ts",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@vibrant/core": "^4.0.0-alpha.4",
"@vibrant/generator-default": "^4.0.0-alpha.4",
"@vibrant/image-browser": "^4.0.0-alpha.4",
"@vibrant/image-node": "^4.0.0-alpha.4",
"@vibrant/image-node": "^4.0.0-alpha.5",
"@vibrant/quantizer-mmcq": "^4.0.0-alpha.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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-alpha.4",
"version": "4.0.0-alpha.5",
"description": "Node.js vibrant ImageClass implementation",
"scripts": {
"build": "vite build",
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 8581e92

Please sign in to comment.