Skip to content

Commit c63e249

Browse files
authored
Merge pull request #1052 from thegetty/release/1.0.0-rc.33
Bump changelogs and lockfiles for 1.0.0-rc.33
2 parents 21a3105 + 462ee3a commit c63e249

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

packages/11ty/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ Changelog entries are classified using the following labels:
1212
- `Fixed`: for any bug fixes
1313
- `Removed`: for deprecated features removed in this release
1414

15+
## [1.0.0-rc.33]
16+
17+
### Added
18+
19+
- Added `iiif_image` property to Figure factory and schema. When passed an IIIF Image API URL (eg, `iiif_image: "https://media.getty.edu/iiif/image/aedba790-5d99-4eec-9453-103efd6a1429"`) the IIIF URL will be used to source image tiles and static-sized derivatives for this figure.
20+
21+
### Changed
22+
23+
- Ensured that `isExternalResource` is passed through the Figure adapter to data consumers.
24+
25+
### Bumped
26+
27+
- Bumped minimum supported node engine version to v22.
28+
29+
### Fixed
30+
31+
- Fixed various pathing issues for image files used in the epub and pdf outputs.
32+
1533
## [1.0.0-rc.32]
1634

1735
### Bumped

packages/11ty/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/11ty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thegetty/quire-11ty",
3-
"version": "1.0.0-rc.32",
3+
"version": "1.0.0-rc.33",
44
"description": "Quire 11ty static site generator",
55
"keywords": [
66
"11ty",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Changelog entries are classified using the following labels:
1212
- `Fixed`: for any bug fixes
1313
- `Removed`: for deprecated features removed in this release
1414

15+
## [1.0.0-rc.33]
16+
17+
### Bumped
18+
19+
- Bumped minimum supported node engine verison to 22.
20+
1521
## [1.0.0-rc.31]
1622

1723
### Changed

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thegetty/quire-cli",
33
"description": "Quire command-line interface",
4-
"version": "1.0.0-rc.32",
4+
"version": "1.0.0-rc.33",
55
"author": "Getty Digital",
66
"license": "SEE LICENSE IN https://github.com/thegetty/quire/blob/main/LICENSE",
77
"bugs": {

0 commit comments

Comments
 (0)