Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 15, 2018
1 parent 35bad48 commit fbbe0b7
Show file tree
Hide file tree
Showing 34 changed files with 143 additions and 143 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.4.0"
"version": "0.5.0"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/core",
"version": "0.4.0",
"version": "0.5.0",
"description": "Jimp core",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"author": "Oliver Moran <oliver.moran@gmail.com>",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"any-base": "^1.1.0",
"buffer": "^5.2.0",
"core-js": "^2.5.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/custom",
"version": "0.4.0",
"version": "0.5.0",
"description": "Interface to customize jimp configuration",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/core": "^0.4.0",
"@jimp/core": "^0.5.0",
"core-js": "^2.5.7"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/jimp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jimp",
"version": "0.4.0",
"version": "0.5.0",
"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 @@ -52,13 +52,13 @@
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@jimp/custom": "^0.4.0",
"@jimp/plugins": "^0.4.0",
"@jimp/types": "^0.4.0",
"@jimp/custom": "^0.5.0",
"@jimp/plugins": "^0.5.0",
"@jimp/types": "^0.5.0",
"core-js": "^2.5.7"
},
"devDependencies": {
"@jimp/test-utils": "^0.4.0",
"@jimp/test-utils": "^0.5.0",
"express": "^4.16.3"
},
"xo": false,
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-blit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-blit",
"version": "0.4.0",
"version": "0.5.0",
"description": "Blit an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -19,13 +19,13 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"devDependencies": {
"@jimp/custom": "^0.4.0",
"@jimp/jpeg": "^0.4.0",
"@jimp/test-utils": "^0.4.0"
"@jimp/custom": "^0.5.0",
"@jimp/jpeg": "^0.5.0",
"@jimp/test-utils": "^0.5.0"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-blur/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-blur",
"version": "0.4.0",
"version": "0.5.0",
"description": "blur an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-circle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-circle",
"version": "0.4.0",
"version": "0.5.0",
"description": "Creates a circle out of an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -19,15 +19,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
},
"devDependencies": {
"@jimp/custom": "^0.4.0",
"@jimp/test-utils": "^0.4.0"
"@jimp/custom": "^0.5.0",
"@jimp/test-utils": "^0.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions 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.4.0",
"version": "0.5.0",
"description": "Bitmap manipulation to adjust the color in an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -19,14 +19,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"@jimp/custom": "^0.4.0",
"@jimp/test-utils": "^0.4.0",
"@jimp/types": "^0.4.0"
"@jimp/custom": "^0.5.0",
"@jimp/test-utils": "^0.5.0",
"@jimp/types": "^0.5.0"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
14 changes: 7 additions & 7 deletions packages/plugin-contain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-contain",
"version": "0.4.0",
"version": "0.5.0",
"description": "contain an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -19,7 +19,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand All @@ -29,11 +29,11 @@
"@jimp/plugin-scale": ">=0.3.5"
},
"devDependencies": {
"@jimp/custom": "^0.4.0",
"@jimp/plugin-blit": "^0.4.0",
"@jimp/plugin-resize": "^0.4.0",
"@jimp/plugin-scale": "^0.4.0",
"@jimp/test-utils": "^0.4.0"
"@jimp/custom": "^0.5.0",
"@jimp/plugin-blit": "^0.5.0",
"@jimp/plugin-resize": "^0.5.0",
"@jimp/plugin-scale": "^0.5.0",
"@jimp/test-utils": "^0.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/plugin-cover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-cover",
"version": "0.4.0",
"version": "0.5.0",
"description": "cover an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -19,7 +19,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand All @@ -29,11 +29,11 @@
"@jimp/plugin-scale": ">=0.3.5"
},
"devDependencies": {
"@jimp/custom": "^0.4.0",
"@jimp/plugin-crop": "^0.4.0",
"@jimp/plugin-resize": "^0.4.0",
"@jimp/plugin-scale": "^0.4.0",
"@jimp/test-utils": "^0.4.0"
"@jimp/custom": "^0.5.0",
"@jimp/plugin-crop": "^0.5.0",
"@jimp/plugin-resize": "^0.5.0",
"@jimp/plugin-scale": "^0.5.0",
"@jimp/test-utils": "^0.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-crop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-crop",
"version": "0.4.0",
"version": "0.5.0",
"description": "crop an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -19,12 +19,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"devDependencies": {
"@jimp/custom": "^0.4.0",
"@jimp/test-utils": "^0.4.0"
"@jimp/custom": "^0.5.0",
"@jimp/test-utils": "^0.5.0"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-displace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-displace",
"version": "0.4.0",
"version": "0.5.0",
"description": "displace an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-dither/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-dither",
"version": "0.4.0",
"version": "0.5.0",
"description": "Dither an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-fisheye/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-fisheye",
"version": "0.4.0",
"version": "0.5.0",
"description": "Apply a fisheye effect to an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -19,15 +19,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
},
"devDependencies": {
"@jimp/custom": "^0.4.0",
"@jimp/test-utils": "^0.4.0"
"@jimp/custom": "^0.5.0",
"@jimp/test-utils": "^0.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-flip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-flip",
"version": "0.4.0",
"version": "0.5.0",
"description": "flip an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-gaussian/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-gaussian",
"version": "0.4.0",
"version": "0.5.0",
"description": "gaussian blur an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-invert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-invert",
"version": "0.4.0",
"version": "0.5.0",
"description": "invert an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-mask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-mask",
"version": "0.4.0",
"version": "0.5.0",
"description": "mask an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -19,15 +19,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.4.0",
"@jimp/utils": "^0.5.0",
"core-js": "^2.5.7"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
},
"devDependencies": {
"@jimp/custom": "^0.4.0",
"@jimp/test-utils": "^0.4.0"
"@jimp/custom": "^0.5.0",
"@jimp/test-utils": "^0.5.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit fbbe0b7

Please sign in to comment.