Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic release #1277

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,15 @@
"contributions": [
"code"
]
},
{
"login": "AnotherPillow",
"name": "AnotherPillow",
"avatar_url": "https://avatars.githubusercontent.com/u/85362273?v=4",
"profile": "https://github.com/AnotherPillow",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# v0.22.11 (Fri Feb 23 2024)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Rob Juurlink ([@kozmoz](https://github.com/kozmoz))

:heart: null[@AnotherPillow](https://github.com/AnotherPillow)

#### 🚀 Enhancement

- `@jimp/plugin-print`
- Add \n support for image.print #865 [#1265](https://github.com/jimp-dev/jimp/pull/1265) ([email protected] [@kozmoz](https://github.com/kozmoz) [@hipstersmoothie](https://github.com/hipstersmoothie))

#### 📝 Documentation

- `jimp`
- Fix it's/its, see description. [#1267](https://github.com/jimp-dev/jimp/pull/1267) ([@AnotherPillow](https://github.com/AnotherPillow))

#### Authors: 4

- [@AnotherPillow](https://github.com/AnotherPillow)
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- juurr00 ([email protected])
- Rob Juurlink ([@kozmoz](https://github.com/kozmoz))

---

# v0.22.10 (Wed Jul 26 2023)

:tada: This release contains work from a new contributor! :tada:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/JunkMeal"><img src="https://avatars.githubusercontent.com/u/65283415?v=4?s=100" width="100px;" alt=""/><br /><sub><b>JunkMeal</b></sub></a><br /><a href="https://github.com/jimp-dev/jimp/commits?author=JunkMeal" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/Marsup"><img src="https://avatars.githubusercontent.com/u/796194?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nicolas Morel</b></sub></a><br /><a href="https://github.com/jimp-dev/jimp/commits?author=Marsup" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/stevezac-osu"><img src="https://avatars.githubusercontent.com/u/71655313?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Zach Stevenson</b></sub></a><br /><a href="https://github.com/jimp-dev/jimp/commits?author=stevezac-osu" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/AnotherPillow"><img src="https://avatars.githubusercontent.com/u/85362273?v=4?s=100" width="100px;" alt=""/><br /><sub><b>AnotherPillow</b></sub></a><br /><a href="https://github.com/jimp-dev/jimp/commits?author=AnotherPillow" title="Documentation">📖</a></td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"lerna": "^7.1.4",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"version": "0.22.10",
"version": "0.22.11",
"packages": ["packages/*"]
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/core",
"version": "0.22.10",
"version": "0.22.11",
"description": "Jimp core",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/custom",
"version": "0.22.10",
"version": "0.22.11",
"description": "Interface to customize jimp configuration",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/jimp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v0.22.11 (Fri Feb 23 2024)

:tada: This release contains work from a new contributor! :tada:

Thank you, null[@AnotherPillow](https://github.com/AnotherPillow), for all your work!

#### 📝 Documentation

- Fix it's/its, see description. [#1267](https://github.com/jimp-dev/jimp/pull/1267) ([@AnotherPillow](https://github.com/AnotherPillow))

#### Authors: 1

- [@AnotherPillow](https://github.com/AnotherPillow)

---

# v0.22.9 (Wed Jul 26 2023)

:tada: This release contains work from a new contributor! :tada:
Expand Down
2 changes: 1 addition & 1 deletion packages/jimp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jimp",
"version": "0.22.10",
"version": "0.22.11",
"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
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "Blit an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "blur an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "Creates a circle out of an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "Bitmap manipulation to adjust the color in an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "contain an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "cover an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "crop an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "displace an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "Dither an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "Apply a fisheye effect to an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "flip an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "gaussian blur an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "invert an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "mask an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "normalize an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/plugin-print/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v0.22.11 (Fri Feb 23 2024)

:tada: This release contains work from a new contributor! :tada:

Thank you, Rob Juurlink ([@kozmoz](https://github.com/kozmoz)), for all your work!

#### 🚀 Enhancement

- Add \n support for image.print #865 [#1265](https://github.com/jimp-dev/jimp/pull/1265) ([email protected] [@kozmoz](https://github.com/kozmoz) [@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 3

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- juurr00 ([email protected])
- Rob Juurlink ([@kozmoz](https://github.com/kozmoz))

---

# v0.22.9 (Wed Jul 26 2023)

:tada: This release contains work from a new contributor! :tada:
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "print an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "Resize an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "Rotate an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.22.10",
"version": "0.22.11",
"description": "scale an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-shadow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-shadow",
"version": "0.22.10",
"version": "0.22.11",
"description": "Creates a shadow on an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-threshold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugin-threshold",
"version": "0.22.10",
"version": "0.22.11",
"description": "Lightens an image.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/plugins",
"version": "0.22.10",
"version": "0.22.11",
"description": "Default Jimp plugin.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/test-utils",
"version": "0.22.10",
"version": "0.22.11",
"description": "Test utils for jimp extensions.",
"main": "dist/index.js",
"repository": "jimp-dev/jimp",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-bmp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/bmp",
"version": "0.22.10",
"version": "0.22.11",
"description": "Default Jimp bmp encoder/decoder.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-gif/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/gif",
"version": "0.22.10",
"version": "0.22.11",
"description": "Default Jimp gif encoder/decoder.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-jpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/jpeg",
"version": "0.22.10",
"version": "0.22.11",
"description": "Default Jimp jpeg encoder/decoder.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-png/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/png",
"version": "0.22.10",
"version": "0.22.11",
"description": "Default Jimp png encoder/decoder.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-tiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/tiff",
"version": "0.22.10",
"version": "0.22.11",
"description": "Default Jimp tiff encoder/decoder.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/types",
"version": "0.22.10",
"version": "0.22.11",
"description": "Default Jimp encoder/decoders.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimp/utils",
"version": "0.22.10",
"version": "0.22.11",
"description": "Utils for jimp extensions.",
"main": "dist/index.js",
"module": "es/index.js",
Expand Down