Skip to content

Commit dbb7606

Browse files
committed
Prerelease v0.34.0-rc.1
1 parent 031c808 commit dbb7606

File tree

16 files changed

+52
-52
lines changed

16 files changed

+52
-52
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
contents: write
209209
name: wasm32 - prebuild
210210
runs-on: ubuntu-24.04
211-
container: "emscripten/emsdk:4.0.5"
211+
container: "emscripten/emsdk:4.0.6"
212212
steps:
213213
- name: Checkout
214214
uses: actions/checkout@v4

npm/darwin-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-darwin-arm64",
3-
"version": "0.34.0-rc.0",
3+
"version": "0.34.0-rc.1",
44
"description": "Prebuilt sharp for use with macOS 64-bit ARM",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc4"
18+
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc5"
1919
},
2020
"files": [
2121
"lib"

npm/darwin-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-darwin-x64",
3-
"version": "0.34.0-rc.0",
3+
"version": "0.34.0-rc.1",
44
"description": "Prebuilt sharp for use with macOS x64",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-x64": "1.1.0-rc4"
18+
"@img/sharp-libvips-darwin-x64": "1.1.0-rc5"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-arm",
3-
"version": "0.34.0-rc.0",
3+
"version": "0.34.0-rc.1",
44
"description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm": "1.1.0-rc4.1"
18+
"@img/sharp-libvips-linux-arm": "1.1.0-rc5"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-arm64",
3-
"version": "0.34.0-rc.0",
3+
"version": "0.34.0-rc.1",
44
"description": "Prebuilt sharp for use with Linux (glibc) 64-bit ARM",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm64": "1.1.0-rc4"
18+
"@img/sharp-libvips-linux-arm64": "1.1.0-rc5"
1919
},
2020
"files": [
2121
"lib"

npm/linux-ppc64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-ppc64",
3-
"version": "0.34.0-rc.0",
3+
"version": "0.34.0-rc.1",
44
"description": "Prebuilt sharp for use with Linux (glibc) ppc64",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc4"
18+
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc5"
1919
},
2020
"files": [
2121
"lib"

npm/linux-s390x/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-s390x",
3-
"version": "0.34.0-rc.0",
3+
"version": "0.34.0-rc.1",
44
"description": "Prebuilt sharp for use with Linux (glibc) s390x",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-s390x": "1.1.0-rc4"
18+
"@img/sharp-libvips-linux-s390x": "1.1.0-rc5"
1919
},
2020
"files": [
2121
"lib"

npm/linux-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linux-x64",
3-
"version": "0.34.0-rc.0",
3+
"version": "0.34.0-rc.1",
44
"description": "Prebuilt sharp for use with Linux (glibc) x64",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-x64": "1.1.0-rc4"
18+
"@img/sharp-libvips-linux-x64": "1.1.0-rc5"
1919
},
2020
"files": [
2121
"lib"

npm/linuxmusl-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linuxmusl-arm64",
3-
"version": "0.34.0-rc.0",
3+
"version": "0.34.0-rc.1",
44
"description": "Prebuilt sharp for use with Linux (musl) 64-bit ARM",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc4"
18+
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc5"
1919
},
2020
"files": [
2121
"lib"

npm/linuxmusl-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@img/sharp-linuxmusl-x64",
3-
"version": "0.34.0-rc.0",
3+
"version": "0.34.0-rc.1",
44
"description": "Prebuilt sharp for use with Linux (musl) x64",
55
"author": "Lovell Fuller <npm@lovell.info>",
66
"homepage": "https://sharp.pixelplumbing.com",
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc4"
18+
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc5"
1919
},
2020
"files": [
2121
"lib"

0 commit comments

Comments
 (0)