@contractspec/example.learning-journey-ui-coaching 2.9.0 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @contractspec/example.learning-journey-ui-coaching
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - b781ce6: feat: improve ai readiness
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [7cbdb7f]
12
+ - Updated dependencies [c608804]
13
+ - Updated dependencies [e3bc858]
14
+ - Updated dependencies [b19ae0a]
15
+ - Updated dependencies [aa4a9c9]
16
+ - Updated dependencies [b781ce6]
17
+ - @contractspec/lib.contracts-spec@3.0.0
18
+ - @contractspec/example.learning-journey-crm-onboarding@3.0.0
19
+ - @contractspec/example.learning-journey-ambient-coach@3.0.0
20
+ - @contractspec/example.learning-journey-ui-shared@3.0.0
21
+ - @contractspec/module.learning-journey@3.0.0
22
+ - @contractspec/lib.design-system@3.0.0
23
+ - @contractspec/lib.ui-kit-web@3.0.0
24
+
25
+ ## 2.9.1
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [4556b80]
30
+ - @contractspec/lib.contracts-spec@2.10.0
31
+ - @contractspec/example.learning-journey-ambient-coach@2.9.1
32
+ - @contractspec/example.learning-journey-crm-onboarding@2.9.1
33
+ - @contractspec/example.learning-journey-ui-shared@2.9.1
34
+ - @contractspec/lib.design-system@2.9.1
35
+ - @contractspec/module.learning-journey@2.9.1
36
+
3
37
  ## 2.9.0
4
38
 
5
39
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-coaching",
3
- "version": "2.9.0",
3
+ "version": "3.0.0",
4
4
  "description": "Contextual coaching UI with tip cards and engagement tracking.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -141,20 +141,20 @@
141
141
  "typecheck": "tsc --noEmit"
142
142
  },
143
143
  "dependencies": {
144
- "@contractspec/lib.contracts-spec": "2.9.0",
145
- "@contractspec/example.learning-journey-ui-shared": "2.9.0",
146
- "@contractspec/example.learning-journey-ambient-coach": "2.9.0",
147
- "@contractspec/example.learning-journey-crm-onboarding": "2.9.0",
148
- "@contractspec/module.learning-journey": "2.9.0",
149
- "@contractspec/lib.design-system": "2.9.0",
150
- "@contractspec/lib.ui-kit-web": "2.9.0",
144
+ "@contractspec/lib.contracts-spec": "3.0.0",
145
+ "@contractspec/example.learning-journey-ui-shared": "3.0.0",
146
+ "@contractspec/example.learning-journey-ambient-coach": "3.0.0",
147
+ "@contractspec/example.learning-journey-crm-onboarding": "3.0.0",
148
+ "@contractspec/module.learning-journey": "3.0.0",
149
+ "@contractspec/lib.design-system": "3.0.0",
150
+ "@contractspec/lib.ui-kit-web": "3.0.0",
151
151
  "react": "19.2.4"
152
152
  },
153
153
  "devDependencies": {
154
- "@contractspec/tool.typescript": "2.9.0",
154
+ "@contractspec/tool.typescript": "3.0.0",
155
155
  "@types/react": "^19.2.14",
156
156
  "typescript": "^5.9.3",
157
- "@contractspec/tool.bun": "2.9.0"
157
+ "@contractspec/tool.bun": "3.0.0"
158
158
  },
159
159
  "peerDependencies": {
160
160
  "react": "^19.2.4"