@contractspec/example.learning-journey-ui-shared 1.45.3 → 1.45.4

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: 31.99 kB
48
- ✔ Build complete in 16364ms
48
+ ✔ Build complete in 18919ms
@@ -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: 31.99 kB
49
- ✔ Build complete in 14790ms
49
+ ✔ Build complete in 18067ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @contractspec/example.learning-journey-ui-shared
2
2
 
3
+ ## 1.45.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: github action
8
+ - Updated dependencies
9
+ - @contractspec/module.learning-journey@1.45.4
10
+ - @contractspec/lib.design-system@1.45.4
11
+ - @contractspec/lib.ui-kit-web@1.45.4
12
+ - @contractspec/lib.contracts@1.45.4
13
+
3
14
  ## 1.45.3
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-shared",
3
- "version": "1.45.3",
3
+ "version": "1.45.4",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,15 +34,15 @@
34
34
  "test": "bun test"
35
35
  },
36
36
  "dependencies": {
37
- "@contractspec/lib.contracts": "1.45.3",
38
- "@contractspec/module.learning-journey": "1.45.3",
39
- "@contractspec/lib.design-system": "1.45.3",
40
- "@contractspec/lib.ui-kit-web": "1.45.3",
37
+ "@contractspec/lib.contracts": "1.45.4",
38
+ "@contractspec/module.learning-journey": "1.45.4",
39
+ "@contractspec/lib.design-system": "1.45.4",
40
+ "@contractspec/lib.ui-kit-web": "1.45.4",
41
41
  "react": "19.2.3"
42
42
  },
43
43
  "devDependencies": {
44
- "@contractspec/tool.tsdown": "1.45.3",
45
- "@contractspec/tool.typescript": "1.45.3",
44
+ "@contractspec/tool.tsdown": "1.45.4",
45
+ "@contractspec/tool.typescript": "1.45.4",
46
46
  "@types/react": "^19.1.6",
47
47
  "tsdown": "^0.18.3",
48
48
  "typescript": "^5.9.3"