@contractspec/example.learning-journey-ui-onboarding 1.46.0 → 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 9061ms
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 8302ms
58
+ ✔ Build complete in 8014ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
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
+
3
18
  ## 1.46.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-onboarding",
3
- "version": "1.46.0",
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.46.0",
40
- "@contractspec/lib.contracts": "1.46.0",
41
- "@contractspec/example.learning-journey-ui-shared": "1.46.0",
42
- "@contractspec/example.learning-journey-studio-onboarding": "1.46.0",
43
- "@contractspec/example.learning-journey-platform-tour": "1.46.0",
44
- "@contractspec/module.learning-journey": "1.46.0",
45
- "@contractspec/lib.design-system": "1.46.0",
46
- "@contractspec/lib.ui-kit-web": "1.46.0",
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.46.0",
51
- "@contractspec/tool.typescript": "1.46.0",
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"