Skip to content

Commit

Permalink
v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Aug 30, 2018
1 parent 8e346d7 commit 5acf8bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
"version": "0.3.9"
"version": "0.3.10"
}
4 changes: 2 additions & 2 deletions packages/jimp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jimp",
"version": "0.3.9",
"version": "0.3.10",
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@jimp/custom": "^0.3.9",
"@jimp/plugins": "^0.3.9",
"@jimp/plugins": "^0.3.10",
"@jimp/types": "^0.3.9",
"core-js": "^2.5.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-color",
"version": "0.3.9",
"version": "0.3.10",
"description": "Bitmap manipulation to adjust the color in an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugins",
"version": "0.3.9",
"version": "0.3.10",
"description": "Default Jimp plugin.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@jimp/plugin-blit": "^0.3.9",
"@jimp/plugin-blur": "^0.3.9",
"@jimp/plugin-color": "^0.3.9",
"@jimp/plugin-color": "^0.3.10",
"@jimp/plugin-contain": "^0.3.9",
"@jimp/plugin-cover": "^0.3.9",
"@jimp/plugin-crop": "^0.3.9",
Expand Down

0 comments on commit 5acf8bc

Please sign in to comment.