Skip to content

Commit 887b0cb

Browse files
Bump version to: v1.1.0 [skip ci]
1 parent 9b55592 commit 887b0cb

36 files changed

Lines changed: 37 additions & 37 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lerna": "^7.1.4",
33
"npmClient": "pnpm",
44
"registry": "https://registry.npmjs.org/",
5-
"version": "1.0.5",
5+
"version": "1.1.0",
66
"packages": [
77
"packages/*",
88
"plugins/*"

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jimp/config-eslint",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"private": true,
66
"main": "base.js",

packages/config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jimp/config-typescript",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"private": true,
55
"license": "MIT",
66
"publishConfig": {

packages/config-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jimp/config-vitest",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"private": true,
55
"repository": "jimp-dev/jimp",
66
"scripts": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jimp/core",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"repository": "jimp-dev/jimp",
55
"scripts": {
66
"lint": "eslint .",

packages/diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jimp/diff",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"repository": "jimp-dev/jimp",
55
"scripts": {
66
"lint": "eslint .",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jimp/docs",
33
"private": true,
4-
"version": "1.0.5",
4+
"version": "1.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "astro dev",

packages/file-ops/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jimp/file-ops",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"repository": "jimp-dev/jimp",
55
"scripts": {
66
"lint": "eslint .",

packages/jimp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jimp",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"sideEffects": false,
55
"description": "An image processing library written entirely in JavaScript.",
66
"files": [
@@ -57,10 +57,10 @@
5757
"@jimp/plugin-hash": "workspace:*",
5858
"@jimp/plugin-mask": "workspace:*",
5959
"@jimp/plugin-print": "workspace:*",
60+
"@jimp/plugin-quantize": "workspace:*",
6061
"@jimp/plugin-resize": "workspace:*",
6162
"@jimp/plugin-rotate": "workspace:*",
6263
"@jimp/plugin-threshold": "workspace:*",
63-
"@jimp/plugin-quantize": "workspace:*",
6464
"@jimp/types": "workspace:*",
6565
"@jimp/utils": "workspace:*"
6666
},

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jimp/test-utils",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"repository": "jimp-dev/jimp",
55
"scripts": {
66
"lint": "eslint .",

0 commit comments

Comments
 (0)