Skip to content

Commit c26e67c

Browse files
committed
Release v0.34.0
1 parent a00ee26 commit c26e67c

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

docs/src/content/docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Changelog
66

77
Requires libvips v8.16.1
88

9-
### v0.34.0 - TBD
9+
### v0.34.0 - 4th April 2025
1010

1111
* Breaking: Support array of input images to be joined or animated.
1212
[#1580](https://github.com/lovell/sharp/issues/1580)

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc5"
18+
"@img/sharp-libvips-darwin-arm64": "1.1.0"
1919
},
2020
"files": [
2121
"lib"

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-x64": "1.1.0-rc5"
18+
"@img/sharp-libvips-darwin-x64": "1.1.0"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm": "1.1.0-rc5"
18+
"@img/sharp-libvips-linux-arm": "1.1.0"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm64": "1.1.0-rc5"
18+
"@img/sharp-libvips-linux-arm64": "1.1.0"
1919
},
2020
"files": [
2121
"lib"

npm/linux-ppc64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc5"
18+
"@img/sharp-libvips-linux-ppc64": "1.1.0"
1919
},
2020
"files": [
2121
"lib"

npm/linux-s390x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-s390x": "1.1.0-rc5"
18+
"@img/sharp-libvips-linux-s390x": "1.1.0"
1919
},
2020
"files": [
2121
"lib"

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-x64": "1.1.0-rc5"
18+
"@img/sharp-libvips-linux-x64": "1.1.0"
1919
},
2020
"files": [
2121
"lib"

npm/linuxmusl-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc5"
18+
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0"
1919
},
2020
"files": [
2121
"lib"

npm/linuxmusl-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc5"
18+
"@img/sharp-libvips-linuxmusl-x64": "1.1.0"
1919
},
2020
"files": [
2121
"lib"

package.json

Lines changed: 14 additions & 14 deletions
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.34.0-rc.1",
4+
"version": "0.34.0",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
77
"contributors": [
@@ -144,15 +144,15 @@
144144
"optionalDependencies": {
145145
"@img/sharp-darwin-arm64": "0.34.0-rc.1",
146146
"@img/sharp-darwin-x64": "0.34.0-rc.1",
147-
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc5",
148-
"@img/sharp-libvips-darwin-x64": "1.1.0-rc5",
149-
"@img/sharp-libvips-linux-arm": "1.1.0-rc5",
150-
"@img/sharp-libvips-linux-arm64": "1.1.0-rc5",
151-
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc5",
152-
"@img/sharp-libvips-linux-s390x": "1.1.0-rc5",
153-
"@img/sharp-libvips-linux-x64": "1.1.0-rc5",
154-
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc5",
155-
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc5",
147+
"@img/sharp-libvips-darwin-arm64": "1.1.0",
148+
"@img/sharp-libvips-darwin-x64": "1.1.0",
149+
"@img/sharp-libvips-linux-arm": "1.1.0",
150+
"@img/sharp-libvips-linux-arm64": "1.1.0",
151+
"@img/sharp-libvips-linux-ppc64": "1.1.0",
152+
"@img/sharp-libvips-linux-s390x": "1.1.0",
153+
"@img/sharp-libvips-linux-x64": "1.1.0",
154+
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0",
155+
"@img/sharp-libvips-linuxmusl-x64": "1.1.0",
156156
"@img/sharp-linux-arm": "0.34.0-rc.1",
157157
"@img/sharp-linux-arm64": "0.34.0-rc.1",
158158
"@img/sharp-linux-s390x": "0.34.0-rc.1",
@@ -165,10 +165,10 @@
165165
},
166166
"devDependencies": {
167167
"@emnapi/runtime": "^1.4.0",
168-
"@img/sharp-libvips-dev": "1.1.0-rc5",
169-
"@img/sharp-libvips-dev-wasm32": "1.1.0-rc5",
170-
"@img/sharp-libvips-win32-ia32": "1.1.0-rc5",
171-
"@img/sharp-libvips-win32-x64": "1.1.0-rc5",
168+
"@img/sharp-libvips-dev": "1.1.0",
169+
"@img/sharp-libvips-dev-wasm32": "1.1.0",
170+
"@img/sharp-libvips-win32-ia32": "1.1.0",
171+
"@img/sharp-libvips-win32-x64": "1.1.0",
172172
"@types/node": "*",
173173
"cc": "^3.0.1",
174174
"emnapi": "^1.4.0",

test/unit/libvips.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('libvips binaries', function () {
179179
process.env.npm_config_arch = 's390x';
180180
process.env.npm_config_libc = '';
181181
const locatorHash = libvips.yarnLocator();
182-
assert.strictEqual(locatorHash, '0922dba817');
182+
assert.strictEqual(locatorHash, '9b2ea457de');
183183
delete process.env.npm_config_platform;
184184
delete process.env.npm_config_arch;
185185
delete process.env.npm_config_libc;

0 commit comments

Comments
 (0)