Skip to content

Commit

Permalink
Bump version to: 0.9.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Nov 26, 2019
1 parent 5289eba commit d93c8cd
Show file tree
Hide file tree
Showing 35 changed files with 91 additions and 91 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.9.1"
"version": "0.9.2"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/cli",
"version": "0.9.1",
"version": "0.9.2",
"description": "jimp on the cli",
"bin": {
"jimp": "dist/index.js"
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@jimp/custom": "link:../custom",
"chalk": "^2.4.1",
"jimp": "^0.9.1",
"jimp": "^0.9.2",
"log-symbols": "^2.2.0",
"yargs": "^12.0.2"
},
Expand Down
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.9.1",
"version": "0.9.2",
"description": "Jimp core",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"author": "Oliver Moran <oliver.moran@gmail.com>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"any-base": "^1.1.0",
"buffer": "^5.2.0",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2",
"exif-parser": "^0.1.12",
"file-type": "^9.0.0",
"load-bmfont": "^1.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/custom",
"version": "0.9.1",
"version": "0.9.2",
"description": "Interface to customize jimp configuration",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -17,9 +17,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/core": "link:../core",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"publishConfig": {
"access": "public"
Expand Down
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.9.1",
"version": "0.9.2",
"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 @@ -59,11 +59,11 @@
"author": "Oliver Moran <oliver.moran@gmail.com>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/custom": "link:../custom",
"@jimp/plugins": "link:../plugins",
"@jimp/types": "link:../types",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2",
"regenerator-runtime": "^0.13.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "Blit an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"devDependencies": {
"@jimp/custom": "link:../custom",
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "blur an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -17,9 +17,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "Creates a circle out of an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
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.9.1",
"version": "0.9.2",
"description": "Bitmap manipulation to adjust the color in an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "contain an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "cover an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "crop an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"devDependencies": {
"@jimp/custom": "link:../custom",
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "displace an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -17,9 +17,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "Dither an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -17,9 +17,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "Apply a fisheye effect to an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "flip an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -17,9 +17,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5",
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "gaussian blur an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -17,9 +17,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "invert an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -17,9 +17,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "mask an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "normalize an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand All @@ -20,9 +20,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "link:../utils",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.2"
"core-js": "^3.4.1"
},
"peerDependencies": {
"@jimp/custom": ">=0.3.5"
Expand Down
Loading

0 comments on commit d93c8cd

Please sign in to comment.