@contractspec/example.learning-journey-ui-onboarding 2.4.0 → 2.6.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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=14
6
- Bundled 14 modules in 42ms
6
+ Bundled 14 modules in 32ms
7
7
 
8
8
  ./OnboardingMiniApp.js 45.50 KB (entry point)
9
9
  ./index.js 49.71 KB (entry point)
@@ -21,7 +21,7 @@ Bundled 14 modules in 42ms
21
21
  ./example.js 0.95 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=node root=src entries=14
24
- Bundled 14 modules in 45ms
24
+ Bundled 14 modules in 37ms
25
25
 
26
26
  ./OnboardingMiniApp.js 45.44 KB (entry point)
27
27
  ./index.js 49.63 KB (entry point)
@@ -39,7 +39,7 @@ Bundled 14 modules in 45ms
39
39
  ./example.js 0.94 KB (entry point)
40
40
 
41
41
  [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 26ms
42
+ Bundled 14 modules in 18ms
43
43
 
44
44
  ./OnboardingMiniApp.js 45.44 KB (entry point)
45
45
  ./index.js 49.63 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @contractspec/example.learning-journey-ui-onboarding
2
2
 
3
+ ## 2.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bae3db1: fix: build issues
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [bae3db1]
12
+ - @contractspec/example.learning-journey-platform-tour@2.6.0
13
+ - @contractspec/example.learning-journey-studio-onboarding@2.6.0
14
+ - @contractspec/example.learning-journey-ui-shared@2.6.0
15
+ - @contractspec/lib.contracts-spec@2.6.0
16
+ - @contractspec/lib.design-system@2.6.0
17
+ - @contractspec/lib.ui-kit-core@2.6.0
18
+ - @contractspec/lib.ui-kit-web@2.6.0
19
+ - @contractspec/module.learning-journey@2.6.0
20
+
21
+ ## 2.5.0
22
+
23
+ ### Minor Changes
24
+
25
+ - c83c323: feat: major change to content generation
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [4fa3bd4]
30
+ - Updated dependencies [63eee9b]
31
+ - Updated dependencies [284cbe2]
32
+ - Updated dependencies [c83c323]
33
+ - @contractspec/lib.contracts-spec@2.5.0
34
+ - @contractspec/module.learning-journey@2.5.0
35
+ - @contractspec/example.learning-journey-studio-onboarding@2.5.0
36
+ - @contractspec/example.learning-journey-platform-tour@2.5.0
37
+ - @contractspec/example.learning-journey-ui-shared@2.5.0
38
+ - @contractspec/lib.design-system@2.5.0
39
+ - @contractspec/lib.ui-kit-core@2.5.0
40
+ - @contractspec/lib.ui-kit-web@2.5.0
41
+
3
42
  ## 2.4.0
4
43
 
5
44
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-onboarding",
3
- "version": "2.4.0",
3
+ "version": "2.6.0",
4
4
  "description": "Developer onboarding UI with checklists and journey maps.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -141,21 +141,21 @@
141
141
  "typecheck": "tsc --noEmit"
142
142
  },
143
143
  "dependencies": {
144
- "@contractspec/lib.ui-kit-core": "2.4.0",
145
- "@contractspec/lib.contracts-spec": "2.4.0",
146
- "@contractspec/example.learning-journey-ui-shared": "2.4.0",
147
- "@contractspec/example.learning-journey-studio-onboarding": "2.4.0",
148
- "@contractspec/example.learning-journey-platform-tour": "2.4.0",
149
- "@contractspec/module.learning-journey": "2.4.0",
150
- "@contractspec/lib.design-system": "2.4.0",
151
- "@contractspec/lib.ui-kit-web": "2.4.0",
144
+ "@contractspec/lib.ui-kit-core": "2.6.0",
145
+ "@contractspec/lib.contracts-spec": "2.6.0",
146
+ "@contractspec/example.learning-journey-ui-shared": "2.6.0",
147
+ "@contractspec/example.learning-journey-studio-onboarding": "2.6.0",
148
+ "@contractspec/example.learning-journey-platform-tour": "2.6.0",
149
+ "@contractspec/module.learning-journey": "2.6.0",
150
+ "@contractspec/lib.design-system": "2.6.0",
151
+ "@contractspec/lib.ui-kit-web": "2.6.0",
152
152
  "react": "19.2.4"
153
153
  },
154
154
  "devDependencies": {
155
- "@contractspec/tool.typescript": "2.4.0",
155
+ "@contractspec/tool.typescript": "2.6.0",
156
156
  "@types/react": "^19.2.14",
157
157
  "typescript": "^5.9.3",
158
- "@contractspec/tool.bun": "2.4.0"
158
+ "@contractspec/tool.bun": "2.6.0"
159
159
  },
160
160
  "peerDependencies": {
161
161
  "react": "^19.2.4"