astro-opengraph-images 1.17.0-dev.4246 → 1.17.1-dev.4328

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.17.1](https://github.com/shepherdjerred/monorepo/compare/astro-opengraph-images-v1.17.0...astro-opengraph-images-v1.17.1) (2026-06-14)
4
+
5
+ No runtime behavior changes. The released code resolves to the same modules at runtime as 1.17.0.
6
+
7
+ - Preset re-exports in `src/presets/index.ts` now reference the actual `.tsx` source files instead of the wrong `.ts` extension; resolution behavior is unchanged ([7a4ac9e](https://github.com/shepherdjerred/monorepo/commit/7a4ac9e5321bf2db97e3b244d9db3531e20e45bb))
8
+
3
9
  ## [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
10
 
5
11
  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.
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "url": "https://github.com/shepherdjerred/monorepo/issues"
18
18
  },
19
19
  "type": "module",
20
- "version": "1.17.0-dev.4246",
20
+ "version": "1.17.1-dev.4328",
21
21
  "imports": {
22
22
  "#src/*": "./src/*"
23
23
  },