Skip to content

Commit

Permalink
v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Aug 28, 2018
1 parent 0cb02a2 commit cc0669d
Show file tree
Hide file tree
Showing 29 changed files with 77 additions and 77 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-alpha.0"
"version": "0.3.9"
}
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.3.9-alpha.0",
"version": "0.3.9",
"description": "Jimp core",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "Oliver Moran <oliver.moran@gmail.com>",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"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.3.9-alpha.0",
"version": "0.3.9",
"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.3.9-alpha.0",
"@jimp/core": "^0.3.9",
"core-js": "^2.5.7"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 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-alpha.0",
"version": "0.3.9",
"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 @@ -55,9 +55,9 @@
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.0.0-rc.1",
"@jimp/custom": "^0.3.9-alpha.0",
"@jimp/plugins": "^0.3.9-alpha.0",
"@jimp/types": "^0.3.9-alpha.0",
"@jimp/custom": "^0.3.9",
"@jimp/plugins": "^0.3.9",
"@jimp/types": "^0.3.9",
"core-js": "^2.5.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.3.9-alpha.0",
"version": "0.3.9",
"description": "Blit an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
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.3.9-alpha.0",
"version": "0.3.9",
"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.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 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.3.9-alpha.0",
"version": "0.3.9",
"description": "Bitmap manipulation to adjust the color in an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7",
"tinycolor2": "^1.4.1"
},
Expand Down
4 changes: 2 additions & 2 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.3.9-alpha.0",
"version": "0.3.9",
"description": "contain an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 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.3.9-alpha.0",
"version": "0.3.9",
"description": "cover an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 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.3.9-alpha.0",
"version": "0.3.9",
"description": "crop an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
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.3.9-alpha.0",
"version": "0.3.9",
"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.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"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.3.9-alpha.0",
"version": "0.3.9",
"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.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
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.3.9-alpha.0",
"version": "0.3.9",
"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.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"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.3.9-alpha.0",
"version": "0.3.9",
"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.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"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.3.9-alpha.0",
"version": "0.3.9",
"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.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 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.3.9-alpha.0",
"version": "0.3.9",
"description": "mask an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-normalize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-normalize",
"version": "0.3.9-alpha.0",
"version": "0.3.9",
"description": "normalize an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-print/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-print",
"version": "0.3.9-alpha.0",
"version": "0.3.9",
"description": "print an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7",
"load-bmfont": "^1.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-resize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-resize",
"version": "0.3.9-alpha.0",
"version": "0.3.9",
"description": "Resize an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-rotate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-rotate",
"version": "0.3.9-alpha.0",
"version": "0.3.9",
"description": "Rotate an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-scale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-scale",
"version": "0.3.9-alpha.0",
"version": "0.3.9",
"description": "scale an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/utils": "^0.3.9-alpha.0",
"@jimp/utils": "^0.3.9",
"core-js": "^2.5.7"
},
"peerDependencies": {
Expand Down
36 changes: 18 additions & 18 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-alpha.0",
"version": "0.3.9",
"description": "Default Jimp plugin.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -16,23 +16,23 @@
"author": "",
"license": "MIT",
"dependencies": {
"@jimp/plugin-blit": "^0.3.9-alpha.0",
"@jimp/plugin-blur": "^0.3.9-alpha.0",
"@jimp/plugin-color": "^0.3.9-alpha.0",
"@jimp/plugin-contain": "^0.3.9-alpha.0",
"@jimp/plugin-cover": "^0.3.9-alpha.0",
"@jimp/plugin-crop": "^0.3.9-alpha.0",
"@jimp/plugin-displace": "^0.3.9-alpha.0",
"@jimp/plugin-dither": "^0.3.9-alpha.0",
"@jimp/plugin-flip": "^0.3.9-alpha.0",
"@jimp/plugin-gaussian": "^0.3.9-alpha.0",
"@jimp/plugin-invert": "^0.3.9-alpha.0",
"@jimp/plugin-mask": "^0.3.9-alpha.0",
"@jimp/plugin-normalize": "^0.3.9-alpha.0",
"@jimp/plugin-print": "^0.3.9-alpha.0",
"@jimp/plugin-resize": "^0.3.9-alpha.0",
"@jimp/plugin-rotate": "^0.3.9-alpha.0",
"@jimp/plugin-scale": "^0.3.9-alpha.0",
"@jimp/plugin-blit": "^0.3.9",
"@jimp/plugin-blur": "^0.3.9",
"@jimp/plugin-color": "^0.3.9",
"@jimp/plugin-contain": "^0.3.9",
"@jimp/plugin-cover": "^0.3.9",
"@jimp/plugin-crop": "^0.3.9",
"@jimp/plugin-displace": "^0.3.9",
"@jimp/plugin-dither": "^0.3.9",
"@jimp/plugin-flip": "^0.3.9",
"@jimp/plugin-gaussian": "^0.3.9",
"@jimp/plugin-invert": "^0.3.9",
"@jimp/plugin-mask": "^0.3.9",
"@jimp/plugin-normalize": "^0.3.9",
"@jimp/plugin-print": "^0.3.9",
"@jimp/plugin-resize": "^0.3.9",
"@jimp/plugin-rotate": "^0.3.9",
"@jimp/plugin-scale": "^0.3.9",
"core-js": "^2.5.7",
"timm": "^1.6.1"
},
Expand Down

0 comments on commit cc0669d

Please sign in to comment.