@contractspec/lib.example-shared-ui 1.9.0 → 1.10.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.
@@ -6,4 +6,4 @@ $ tsdown
6
6
  ℹ Cleaning 1 files
7
7
  ℹ dist/index.mjs 95.82 kB │ gzip: 21.11 kB
8
8
  ℹ 1 files, total: 95.82 kB
9
- ✔ Build complete in 113ms
9
+ ✔ Build complete in 97ms
@@ -9,4 +9,4 @@
9
9
  ℹ Cleaning 2 files
10
10
  ℹ dist/index.mjs 95.82 kB │ gzip: 21.11 kB
11
11
  ℹ 1 files, total: 95.82 kB
12
- ✔ Build complete in 54ms
12
+ ✔ Build complete in 111ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/lib.design-system@1.56.0
13
+ - @contractspec/lib.ui-kit-web@1.56.0
14
+ - @contractspec/lib.contracts@1.56.0
15
+
3
16
  ## 1.9.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.ts"
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@apollo/client": "^4.0.12",
27
- "@contractspec/lib.contracts": "1.55.0",
28
- "@contractspec/lib.design-system": "1.55.0",
29
- "@contractspec/lib.ui-kit-web": "1.55.0",
27
+ "@contractspec/lib.contracts": "1.56.0",
28
+ "@contractspec/lib.design-system": "1.56.0",
29
+ "@contractspec/lib.ui-kit-web": "1.56.0",
30
30
  "@tanstack/react-query": "^5.90.16",
31
31
  "framer-motion": "^12.26.1",
32
32
  "lucide-react": "^0.563.0",
@@ -34,7 +34,7 @@
34
34
  "react-dom": "19.2.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@contractspec/tool.typescript": "1.55.0",
37
+ "@contractspec/tool.typescript": "1.56.0",
38
38
  "@types/react": "^19.2.8",
39
39
  "@types/react-dom": "^19.2.2",
40
40
  "eslint": "^9.39.2",