Skip to content

Commit

Permalink
Bump version to: v1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 1, 2024
1 parent 85de78a commit 4b35cc0
Show file tree
Hide file tree
Showing 35 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "^7.1.4",
"npmClient": "pnpm",
"registry": "https://registry.npmjs.org/",
"version": "1.0.2",
"version": "1.0.3",
"packages": [
"packages/*",
"plugins/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/config-eslint",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"private": true,
"main": "base.js",
Expand All @@ -17,4 +17,4 @@
},
"publishConfig": {},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/config-typescript",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MIT",
"publishConfig": {
Expand All @@ -10,4 +10,4 @@
"scripts": {
"clean": "rm -rf node_modules .tshy .tshy-build dist .turbo"
}
}
}
4 changes: 2 additions & 2 deletions packages/config-vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/config-vitest",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"repository": "jimp-dev/jimp",
"scripts": {
Expand All @@ -26,4 +26,4 @@
"access": "public"
},
"sideEffects": false
}
}
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": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -61,4 +61,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/diff",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -57,4 +57,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jimp/docs",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "astro dev",
Expand Down Expand Up @@ -33,4 +33,4 @@
"devDependencies": {
"@types/react": "^18.2.73"
}
}
}
4 changes: 2 additions & 2 deletions packages/file-ops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/file-ops",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -55,4 +55,4 @@
"access": "public"
},
"sideEffects": false
}
}
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": "1.0.2",
"version": "1.0.3",
"sideEffects": false,
"description": "An image processing library written entirely in JavaScript.",
"files": [
Expand Down Expand Up @@ -132,4 +132,4 @@
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/test-utils",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -62,4 +62,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/types",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -51,4 +51,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/utils",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -51,4 +51,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/js-bmp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/js-bmp",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -61,4 +61,4 @@
"access": "public"
},
"sideEffects": false
}
}
6 changes: 3 additions & 3 deletions plugins/js-gif/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/js-gif",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand All @@ -17,8 +17,8 @@
"@jimp/config-typescript": "workspace:*",
"@jimp/config-vitest": "workspace:*",
"@jimp/test-utils": "workspace:*",
"@types/omggif": "^1.0.5",
"@types/node": "^20.12.5",
"@types/omggif": "^1.0.5",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"tshy": "^1.12.0",
Expand Down Expand Up @@ -61,4 +61,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/js-jpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/js-jpeg",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -58,4 +58,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/js-png/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/js-png",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -59,4 +59,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/js-tiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/js-tiff",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -59,4 +59,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-blit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-blit",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -58,4 +58,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-blur/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-blur",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -55,4 +55,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-circle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-circle",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -58,4 +58,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-color",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -64,4 +64,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-contain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-contain",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -61,4 +61,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-cover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-cover",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -60,4 +60,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-crop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-crop",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -60,4 +60,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-displace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-displace",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -52,4 +52,4 @@
"access": "public"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions plugins/plugin-dither/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-dither",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",
"scripts": {
"lint": "eslint .",
Expand Down Expand Up @@ -50,4 +50,4 @@
"access": "public"
},
"sideEffects": false
}
}
Loading

0 comments on commit 4b35cc0

Please sign in to comment.