@ingcreators/annot-product-docs-astro 0.5.0 → 0.5.1

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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ingcreators/annot-product-docs-astro
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ingcreators/annot-annotator@0.7.0
11
+ - @ingcreators/annot-core@0.4.0
12
+ - @ingcreators/annot-playwright@0.5.0
13
+ - @ingcreators/annot-product-docs@0.5.1
14
+
3
15
  ## 0.5.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ingcreators/annot-product-docs-astro",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Astro integration for `@ingcreators/annot-product-docs`. Wires the MDX components (`<Screen>` / `<Overlay>` / `<Transition>` / `<HistoryEntry>` / `<ScreenList>` / `<TransitionGraph>`) into an Astro site and supplies the Image Service that renders annotated PNGs from `<Screen>` blocks at build time. Phase 2 of docs/plans/living-product-docs.md.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ingcreators",
@@ -61,11 +61,11 @@
61
61
  "vite-plugin-dts": "^5.0.3"
62
62
  },
63
63
  "dependencies": {
64
- "@ingcreators/annot-core": "0.3.1",
65
- "@ingcreators/annot-annotator": "0.6.0",
66
- "@ingcreators/annot-playwright": "0.4.2",
64
+ "@ingcreators/annot-annotator": "0.7.0",
65
+ "@ingcreators/annot-core": "0.4.0",
67
66
  "@ingcreators/annot-embed-protocol": "0.1.0",
68
- "@ingcreators/annot-product-docs": "0.5.0"
67
+ "@ingcreators/annot-playwright": "0.5.0",
68
+ "@ingcreators/annot-product-docs": "0.5.1"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "astro": "^5.0.0 || ^6.0.0 || ^7.0.0"