@telegraph/combobox 0.0.70 → 0.0.72

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 +25 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @telegraph/combobox
2
2
 
3
+ ## 0.0.72
4
+
5
+ ### Patch Changes
6
+
7
+ - [#394](https://github.com/knocklabs/telegraph/pull/394) [`a21c8d7`](https://github.com/knocklabs/telegraph/commit/a21c8d75b02c6bd90dfc6c286f6c6bf972d95a70) Thanks [@dependabot](https://github.com/apps/dependabot)! - update radix dismissable layer dep
8
+
9
+ ## 0.0.71
10
+
11
+ ### Patch Changes
12
+
13
+ - [#384](https://github.com/knocklabs/telegraph/pull/384) [`552fb82`](https://github.com/knocklabs/telegraph/commit/552fb82a33203c87e58715b4a52ea0c360999636) Thanks [@dependabot](https://github.com/apps/dependabot)! - upgrade typescript dep
14
+
15
+ - Updated dependencies [[`552fb82`](https://github.com/knocklabs/telegraph/commit/552fb82a33203c87e58715b4a52ea0c360999636)]:
16
+ - @telegraph/compose-refs@0.0.6
17
+ - @telegraph/typography@0.1.12
18
+ - @telegraph/helpers@0.0.11
19
+ - @telegraph/tooltip@0.0.40
20
+ - @telegraph/button@0.0.72
21
+ - @telegraph/layout@0.1.12
22
+ - @telegraph/motion@0.0.7
23
+ - @telegraph/input@0.0.38
24
+ - @telegraph/icon@0.0.46
25
+ - @telegraph/menu@0.0.56
26
+ - @telegraph/tag@0.0.77
27
+
3
28
  ## 0.0.70
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegraph/combobox",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
4
  "description": "A styled menu, triggered by a Select, that combines an Input and Single- or Multi-select.",
5
5
  "repository": "https://github.com/knocklabs/telegraph/tree/main/packages/combobox",
6
6
  "author": "@knocklabs",
@@ -32,33 +32,33 @@
32
32
  "preview": "vite preview"
33
33
  },
34
34
  "dependencies": {
35
- "@radix-ui/react-dismissable-layer": "^1.1.1",
35
+ "@radix-ui/react-dismissable-layer": "^1.1.5",
36
36
  "@radix-ui/react-portal": "^1.1.3",
37
37
  "@radix-ui/react-use-controllable-state": "^1.1.0",
38
38
  "@radix-ui/react-visually-hidden": "^1.1.0",
39
- "@telegraph/button": "^0.0.71",
40
- "@telegraph/compose-refs": "^0.0.5",
41
- "@telegraph/helpers": "^0.0.10",
42
- "@telegraph/icon": "^0.0.45",
43
- "@telegraph/input": "^0.0.37",
44
- "@telegraph/layout": "^0.1.11",
45
- "@telegraph/menu": "^0.0.55",
46
- "@telegraph/motion": "^0.0.6",
47
- "@telegraph/tag": "^0.0.76",
48
- "@telegraph/tooltip": "^0.0.39",
49
- "@telegraph/typography": "^0.1.11"
39
+ "@telegraph/button": "^0.0.72",
40
+ "@telegraph/compose-refs": "^0.0.6",
41
+ "@telegraph/helpers": "^0.0.11",
42
+ "@telegraph/icon": "^0.0.46",
43
+ "@telegraph/input": "^0.0.38",
44
+ "@telegraph/layout": "^0.1.12",
45
+ "@telegraph/menu": "^0.0.56",
46
+ "@telegraph/motion": "^0.0.7",
47
+ "@telegraph/tag": "^0.0.77",
48
+ "@telegraph/tooltip": "^0.0.40",
49
+ "@telegraph/typography": "^0.1.12"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@knocklabs/eslint-config": "^0.0.3",
53
53
  "@knocklabs/typescript-config": "^0.0.2",
54
- "@telegraph/postcss-config": "^0.0.22",
55
- "@telegraph/prettier-config": "^0.0.6",
56
- "@telegraph/vite-config": "^0.0.13",
54
+ "@telegraph/postcss-config": "^0.0.23",
55
+ "@telegraph/prettier-config": "^0.0.7",
56
+ "@telegraph/vite-config": "^0.0.14",
57
57
  "@types/react": "^18.3.18",
58
58
  "eslint": "^8.56.0",
59
59
  "react": "^18.3.1",
60
60
  "react-dom": "^18.3.1",
61
- "typescript": "^5.5.4",
61
+ "typescript": "^5.7.3",
62
62
  "vite": "^6.0.11"
63
63
  },
64
64
  "peerDependencies": {