astro-opengraph-images 1.16.1-dev.3005 → 1.17.0-dev.3009
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.17.0](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.16.1...astro-opengraph-images-v1.17.0) (2026-05-27)
|
|
4
|
+
|
|
5
|
+
No library behavior changes. The shipped code is identical to 1.16.1; this release exists only because of repo-level housekeeping that release-please picked up.
|
|
6
|
+
|
|
7
|
+
* `react` runtime dep pinned to exact `19.2.6` (was `^19.2.5`) ([d040b0b](https://github.com/shepherdjerred/monorepo/commit/d040b0b231ca7e047a29d306aa35c5e2a5744592))
|
|
8
|
+
* README links updated to the monorepo location ([4806f78](https://github.com/shepherdjerred/monorepo/commit/4806f78e4920397845536ee843a36f950b6c86dd), [aeebe5c](https://github.com/shepherdjerred/monorepo/commit/aeebe5cc6b0d4b55ebb236357f8848ebf9566e3c))
|
|
9
|
+
|
|
3
10
|
## [1.16.1](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.16.0...astro-opengraph-images-v1.16.1) (2026-04-23)
|
|
4
11
|
|
|
5
12
|
|