@contractspec/example.in-app-docs 1.2.0 → 1.3.0

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.
@@ -25,4 +25,4 @@ $ tsdown
25
25
  ℹ dist/ui/index.d.ts 0.08 kB │ gzip: 0.07 kB
26
26
  ℹ dist/docs/index.d.ts 0.04 kB │ gzip: 0.06 kB
27
27
  ℹ 18 files, total: 17.56 kB
28
- ✔ Build complete in 25374ms
28
+ ✔ Build complete in 26396ms
@@ -28,4 +28,4 @@
28
28
  ℹ dist/ui/index.d.ts 0.08 kB │ gzip: 0.07 kB
29
29
  ℹ dist/docs/index.d.ts 0.04 kB │ gzip: 0.06 kB
30
30
  ℹ 18 files, total: 17.56 kB
31
- ✔ Build complete in 8306ms
31
+ ✔ Build complete in 12683ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @contractspec/example.in-app-docs
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/lib.example-shared-ui@1.10.0
13
+ - @contractspec/lib.contracts@1.56.0
14
+
3
15
  ## 1.2.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.in-app-docs",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Example showing how to use DocBlock for in-app documentation for non-technical users",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -27,14 +27,14 @@
27
27
  "test": "bun test"
28
28
  },
29
29
  "dependencies": {
30
- "@contractspec/lib.contracts": "1.55.0",
31
- "@contractspec/lib.example-shared-ui": "1.9.0",
30
+ "@contractspec/lib.contracts": "1.56.0",
31
+ "@contractspec/lib.example-shared-ui": "1.10.0",
32
32
  "react": "19.2.4",
33
33
  "react-dom": "19.2.4"
34
34
  },
35
35
  "devDependencies": {
36
- "@contractspec/tool.tsdown": "1.55.0",
37
- "@contractspec/tool.typescript": "1.55.0",
36
+ "@contractspec/tool.tsdown": "1.56.0",
37
+ "@contractspec/tool.typescript": "1.56.0",
38
38
  "tsdown": "^0.19.0",
39
39
  "typescript": "^5.9.3",
40
40
  "@types/react": "^19.2.8",