Skip to content

Commit fc32e0b

Browse files
committed
Release v0.33.5
1 parent 0546e48 commit fc32e0b

File tree

15 files changed

+26
-26
lines changed

15 files changed

+26
-26
lines changed

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Requires libvips v8.15.3
66

7-
### v0.33.5 - TBD
7+
### v0.33.5 - 16th August 2024
88

99
* Upgrade to libvips v8.15.3 for upstream bug fixes.
1010

docs/search-index.json

+1-1
Large diffs are not rendered by default.

npm/darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-darwin-arm64",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with macOS 64-bit ARM",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-darwin-x64",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with macOS x64",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/linux-arm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-arm",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/linux-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-arm64",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with Linux (glibc) 64-bit ARM",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/linux-s390x/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-s390x",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with Linux (glibc) s390x",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/linux-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-x64",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with Linux (glibc) x64",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/linuxmusl-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linuxmusl-arm64",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with Linux (musl) 64-bit ARM",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/linuxmusl-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linuxmusl-x64",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with Linux (musl) x64",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"private": "true",
55
"workspaces": [
66
"darwin-arm64",

npm/wasm32/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-wasm32",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with wasm32",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/win32-ia32/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-win32-ia32",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with Windows x86 (32-bit)",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

npm/win32-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-win32-x64",
3-
"version": "0.33.5-rc.1",
3+
"version": "0.33.5",
44
"description": "Prebuilt sharp for use with Windows x64",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sharp",
33
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
4-
"version": "0.33.5-rc.1",
4+
"version": "0.33.5",
55
"author": "Lovell Fuller <[email protected]>",
66
"homepage": "https://sharp.pixelplumbing.com",
77
"contributors": [
@@ -142,8 +142,8 @@
142142
"semver": "^7.6.3"
143143
},
144144
"optionalDependencies": {
145-
"@img/sharp-darwin-arm64": "0.33.5-rc.1",
146-
"@img/sharp-darwin-x64": "0.33.5-rc.1",
145+
"@img/sharp-darwin-arm64": "0.33.5",
146+
"@img/sharp-darwin-x64": "0.33.5",
147147
"@img/sharp-libvips-darwin-arm64": "1.0.4",
148148
"@img/sharp-libvips-darwin-x64": "1.0.4",
149149
"@img/sharp-libvips-linux-arm": "1.0.5",
@@ -152,15 +152,15 @@
152152
"@img/sharp-libvips-linux-x64": "1.0.4",
153153
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
154154
"@img/sharp-libvips-linuxmusl-x64": "1.0.4",
155-
"@img/sharp-linux-arm": "0.33.5-rc.1",
156-
"@img/sharp-linux-arm64": "0.33.5-rc.1",
157-
"@img/sharp-linux-s390x": "0.33.5-rc.1",
158-
"@img/sharp-linux-x64": "0.33.5-rc.1",
159-
"@img/sharp-linuxmusl-arm64": "0.33.5-rc.1",
160-
"@img/sharp-linuxmusl-x64": "0.33.5-rc.1",
161-
"@img/sharp-wasm32": "0.33.5-rc.1",
162-
"@img/sharp-win32-ia32": "0.33.5-rc.1",
163-
"@img/sharp-win32-x64": "0.33.5-rc.1"
155+
"@img/sharp-linux-arm": "0.33.5",
156+
"@img/sharp-linux-arm64": "0.33.5",
157+
"@img/sharp-linux-s390x": "0.33.5",
158+
"@img/sharp-linux-x64": "0.33.5",
159+
"@img/sharp-linuxmusl-arm64": "0.33.5",
160+
"@img/sharp-linuxmusl-x64": "0.33.5",
161+
"@img/sharp-wasm32": "0.33.5",
162+
"@img/sharp-win32-ia32": "0.33.5",
163+
"@img/sharp-win32-x64": "0.33.5"
164164
},
165165
"devDependencies": {
166166
"@emnapi/runtime": "^1.2.0",

0 commit comments

Comments
 (0)