@lssm/example.learning-journey-ui-shared 1.42.6 → 1.42.7

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.
@@ -45,4 +45,4 @@ $ tsdown
45
45
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
46
46
  ℹ dist/docs/learning-journey-ui-shared.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
47
47
  ℹ 38 files, total: 32.25 kB
48
- ✔ Build complete in 12777ms
48
+ ✔ Build complete in 13328ms
@@ -46,4 +46,4 @@ $ tsdown
46
46
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
47
47
  ℹ dist/docs/learning-journey-ui-shared.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
48
48
  ℹ 38 files, total: 32.25 kB
49
- ✔ Build complete in 10070ms
49
+ ✔ Build complete in 12712ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @lssm/example.learning-journey-ui-shared
2
2
 
3
+ ## 1.42.7
4
+
5
+ ### Patch Changes
6
+
7
+ - e9b575d: fix release
8
+ - Updated dependencies [e9b575d]
9
+ - @lssm/module.learning-journey@1.42.7
10
+ - @lssm/lib.design-system@1.42.7
11
+ - @lssm/lib.ui-kit-web@1.42.7
12
+ - @lssm/lib.contracts@1.42.7
13
+ - @lssm/lib.schema@1.42.7
14
+
3
15
  ## 1.42.6
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-ui-shared",
3
- "version": "1.42.6",
3
+ "version": "1.42.7",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "bun test"
35
35
  },
36
36
  "dependencies": {
37
- "@lssm/lib.schema": "1.42.6",
38
- "@lssm/lib.contracts": "1.42.6",
39
- "@lssm/module.learning-journey": "1.42.6",
40
- "@lssm/lib.design-system": "1.42.6",
41
- "@lssm/lib.ui-kit-web": "1.42.6",
37
+ "@lssm/lib.schema": "1.42.7",
38
+ "@lssm/lib.contracts": "1.42.7",
39
+ "@lssm/module.learning-journey": "1.42.7",
40
+ "@lssm/lib.design-system": "1.42.7",
41
+ "@lssm/lib.ui-kit-web": "1.42.7",
42
42
  "react": "19.2.3"
43
43
  },
44
44
  "devDependencies": {
45
- "@lssm/tool.tsdown": "1.42.6",
46
- "@lssm/tool.typescript": "1.42.6",
45
+ "@lssm/tool.tsdown": "1.42.7",
46
+ "@lssm/tool.typescript": "1.42.7",
47
47
  "@types/react": "^19.1.6",
48
48
  "tsdown": "^0.18.3",
49
49
  "typescript": "^5.9.3"