@contractspec/example.learning-journey-ui-onboarding 1.45.6 → 1.46.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.
@@ -54,4 +54,4 @@ $ tsdown
54
54
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
55
55
  ℹ dist/docs/learning-journey-ui-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ 47 files, total: 88.06 kB
57
- ✔ Build complete in 9609ms
57
+ ✔ Build complete in 8879ms
@@ -55,4 +55,4 @@ $ tsdown
55
55
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
56
56
  ℹ dist/docs/learning-journey-ui-onboarding.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
57
57
  ℹ 47 files, total: 88.06 kB
58
- ✔ Build complete in 8130ms
58
+ ✔ Build complete in 8014ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @contractspec/example.learning-journey-ui-onboarding
2
2
 
3
+ ## 1.46.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d8a72b: fix: mcp for presentation
8
+ - Updated dependencies [2d8a72b]
9
+ - @contractspec/example.learning-journey-studio-onboarding@1.46.1
10
+ - @contractspec/example.learning-journey-platform-tour@1.46.1
11
+ - @contractspec/example.learning-journey-ui-shared@1.46.1
12
+ - @contractspec/module.learning-journey@1.46.1
13
+ - @contractspec/lib.design-system@1.46.1
14
+ - @contractspec/lib.ui-kit-core@1.46.1
15
+ - @contractspec/lib.ui-kit-web@1.46.1
16
+ - @contractspec/lib.contracts@1.46.1
17
+
18
+ ## 1.46.0
19
+
20
+ ### Minor Changes
21
+
22
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [07cb19b]
27
+ - @contractspec/example.learning-journey-studio-onboarding@1.46.0
28
+ - @contractspec/example.learning-journey-platform-tour@1.46.0
29
+ - @contractspec/example.learning-journey-ui-shared@1.46.0
30
+ - @contractspec/module.learning-journey@1.46.0
31
+ - @contractspec/lib.design-system@1.46.0
32
+ - @contractspec/lib.ui-kit-core@1.46.0
33
+ - @contractspec/lib.ui-kit-web@1.46.0
34
+ - @contractspec/lib.contracts@1.46.0
35
+
3
36
  ## 1.45.6
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-onboarding",
3
- "version": "1.45.6",
3
+ "version": "1.46.1",
4
4
  "description": "Developer onboarding UI with checklists and journey maps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,19 +36,19 @@
36
36
  "test": "bun test"
37
37
  },
38
38
  "dependencies": {
39
- "@contractspec/lib.ui-kit-core": "1.45.6",
40
- "@contractspec/lib.contracts": "1.45.6",
41
- "@contractspec/example.learning-journey-ui-shared": "1.45.6",
42
- "@contractspec/example.learning-journey-studio-onboarding": "1.45.6",
43
- "@contractspec/example.learning-journey-platform-tour": "1.45.6",
44
- "@contractspec/module.learning-journey": "1.45.6",
45
- "@contractspec/lib.design-system": "1.45.6",
46
- "@contractspec/lib.ui-kit-web": "1.45.6",
39
+ "@contractspec/lib.ui-kit-core": "1.46.1",
40
+ "@contractspec/lib.contracts": "1.46.1",
41
+ "@contractspec/example.learning-journey-ui-shared": "1.46.1",
42
+ "@contractspec/example.learning-journey-studio-onboarding": "1.46.1",
43
+ "@contractspec/example.learning-journey-platform-tour": "1.46.1",
44
+ "@contractspec/module.learning-journey": "1.46.1",
45
+ "@contractspec/lib.design-system": "1.46.1",
46
+ "@contractspec/lib.ui-kit-web": "1.46.1",
47
47
  "react": "19.2.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@contractspec/tool.tsdown": "1.45.6",
51
- "@contractspec/tool.typescript": "1.45.6",
50
+ "@contractspec/tool.tsdown": "1.46.1",
51
+ "@contractspec/tool.typescript": "1.46.1",
52
52
  "@types/react": "^19.1.6",
53
53
  "tsdown": "^0.18.3",
54
54
  "typescript": "^5.9.3"