From bcb22af03457a9a1d77e44e6b258979ccc532941 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 12 Jan 2024 10:58:45 +0000 Subject: [PATCH] Release v0.33.2 --- docs/changelog.md | 2 +- npm/darwin-arm64/package.json | 2 +- npm/darwin-x64/package.json | 2 +- npm/linux-arm/package.json | 2 +- npm/linux-arm64/package.json | 2 +- npm/linux-s390x/package.json | 2 +- npm/linux-x64/package.json | 2 +- npm/linuxmusl-arm64/package.json | 2 +- npm/linuxmusl-x64/package.json | 2 +- npm/package.json | 2 +- npm/wasm32/package.json | 2 +- npm/win32-ia32/package.json | 2 +- npm/win32-x64/package.json | 2 +- package.json | 24 ++++++++++++------------ 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 83ce516f7..fe266e16e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ Requires libvips v8.15.1 -### v0.33.2 - TBD +### v0.33.2 - 12th January 2024 * TypeScript: add definition for `keepMetadata`. [#3914](https://github.com/lovell/sharp/pull/3914) diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 6ff5f6b35..9b970d045 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-darwin-arm64", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with macOS 64-bit ARM", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 79fe21cb2..a54d69799 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-darwin-x64", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with macOS x64", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/linux-arm/package.json b/npm/linux-arm/package.json index 01ec7bf24..10df61bef 100644 --- a/npm/linux-arm/package.json +++ b/npm/linux-arm/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-linux-arm", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/linux-arm64/package.json b/npm/linux-arm64/package.json index 3ad3fc690..b31f64cd4 100644 --- a/npm/linux-arm64/package.json +++ b/npm/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-linux-arm64", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with Linux (glibc) 64-bit ARM", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/linux-s390x/package.json b/npm/linux-s390x/package.json index 81e33608c..9fbbe03fb 100644 --- a/npm/linux-s390x/package.json +++ b/npm/linux-s390x/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-linux-s390x", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with Linux (glibc) s390x", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/linux-x64/package.json b/npm/linux-x64/package.json index e7094cdc6..04757096c 100644 --- a/npm/linux-x64/package.json +++ b/npm/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-linux-x64", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with Linux (glibc) x64", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/linuxmusl-arm64/package.json b/npm/linuxmusl-arm64/package.json index ecd46c287..71c2088da 100644 --- a/npm/linuxmusl-arm64/package.json +++ b/npm/linuxmusl-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-linuxmusl-arm64", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with Linux (musl) 64-bit ARM", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/linuxmusl-x64/package.json b/npm/linuxmusl-x64/package.json index 115b25398..28b2b0be3 100644 --- a/npm/linuxmusl-x64/package.json +++ b/npm/linuxmusl-x64/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-linuxmusl-x64", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with Linux (musl) x64", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/package.json b/npm/package.json index 13724ac8f..06def4257 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp", - "version": "0.33.2-rc.1", + "version": "0.33.2", "private": "true", "workspaces": [ "darwin-arm64", diff --git a/npm/wasm32/package.json b/npm/wasm32/package.json index 15d539275..8bfb9b397 100644 --- a/npm/wasm32/package.json +++ b/npm/wasm32/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-wasm32", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with wasm32", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/win32-ia32/package.json b/npm/win32-ia32/package.json index 1549535cd..ad0f13ff9 100644 --- a/npm/win32-ia32/package.json +++ b/npm/win32-ia32/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-win32-ia32", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with Windows x86 (32-bit)", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/npm/win32-x64/package.json b/npm/win32-x64/package.json index 57732ed84..14f557f0d 100644 --- a/npm/win32-x64/package.json +++ b/npm/win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@img/sharp-win32-x64", - "version": "0.33.2-rc.1", + "version": "0.33.2", "description": "Prebuilt sharp for use with Windows x64", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", diff --git a/package.json b/package.json index 14a6f752e..e21d6a511 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sharp", "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images", - "version": "0.33.2-rc.1", + "version": "0.33.2", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", "contributors": [ @@ -141,8 +141,8 @@ "semver": "^7.5.4" }, "optionalDependencies": { - "@img/sharp-darwin-arm64": "0.33.2-rc.1", - "@img/sharp-darwin-x64": "0.33.2-rc.1", + "@img/sharp-darwin-arm64": "0.33.2", + "@img/sharp-darwin-x64": "0.33.2", "@img/sharp-libvips-darwin-arm64": "1.0.1", "@img/sharp-libvips-darwin-x64": "1.0.1", "@img/sharp-libvips-linux-arm": "1.0.1", @@ -151,15 +151,15 @@ "@img/sharp-libvips-linux-x64": "1.0.1", "@img/sharp-libvips-linuxmusl-arm64": "1.0.1", "@img/sharp-libvips-linuxmusl-x64": "1.0.1", - "@img/sharp-linux-arm": "0.33.2-rc.1", - "@img/sharp-linux-arm64": "0.33.2-rc.1", - "@img/sharp-linux-s390x": "0.33.2-rc.1", - "@img/sharp-linux-x64": "0.33.2-rc.1", - "@img/sharp-linuxmusl-arm64": "0.33.2-rc.1", - "@img/sharp-linuxmusl-x64": "0.33.2-rc.1", - "@img/sharp-wasm32": "0.33.2-rc.1", - "@img/sharp-win32-ia32": "0.33.2-rc.1", - "@img/sharp-win32-x64": "0.33.2-rc.1" + "@img/sharp-linux-arm": "0.33.2", + "@img/sharp-linux-arm64": "0.33.2", + "@img/sharp-linux-s390x": "0.33.2", + "@img/sharp-linux-x64": "0.33.2", + "@img/sharp-linuxmusl-arm64": "0.33.2", + "@img/sharp-linuxmusl-x64": "0.33.2", + "@img/sharp-wasm32": "0.33.2", + "@img/sharp-win32-ia32": "0.33.2", + "@img/sharp-win32-x64": "0.33.2" }, "devDependencies": { "@emnapi/runtime": "^0.45.0",