@telegraph/combobox 0.1.23 → 0.1.25

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 +28 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @telegraph/combobox
2
2
 
3
+ ## 0.1.25
4
+
5
+ ### Patch Changes
6
+
7
+ - [#655](https://github.com/knocklabs/telegraph/pull/655) [`b32cee5`](https://github.com/knocklabs/telegraph/commit/b32cee572cdabc573814253d20444283aebfdbd2) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump @radix-ui/react-visually-hidden from 1.2.3 to 1.2.4
8
+
9
+ - Updated dependencies [[`a8c2402`](https://github.com/knocklabs/telegraph/commit/a8c24027d5a341ab53f4e72e0f6c0fe74d0d0372)]:
10
+ - @telegraph/icon@0.3.4
11
+ - @telegraph/button@0.3.5
12
+ - @telegraph/menu@0.1.19
13
+ - @telegraph/tag@0.0.114
14
+
15
+ ## 0.1.24
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`c7ffe1d`](https://github.com/knocklabs/telegraph/commit/c7ffe1d85a0320dec6a05b1fd386ba0092c48e37)]:
20
+ - @telegraph/helpers@0.0.14
21
+ - @telegraph/button@0.3.4
22
+ - @telegraph/icon@0.3.3
23
+ - @telegraph/input@0.1.6
24
+ - @telegraph/layout@0.3.2
25
+ - @telegraph/menu@0.1.18
26
+ - @telegraph/tag@0.0.113
27
+ - @telegraph/tooltip@0.0.61
28
+ - @telegraph/truncate@0.0.17
29
+ - @telegraph/typography@0.1.28
30
+
3
31
  ## 0.1.23
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegraph/combobox",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
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",
@@ -36,18 +36,18 @@
36
36
  "@radix-ui/react-menu": "^2.1.16",
37
37
  "@radix-ui/react-portal": "^1.1.9",
38
38
  "@radix-ui/react-use-controllable-state": "^1.2.2",
39
- "@radix-ui/react-visually-hidden": "^1.2.3",
40
- "@telegraph/button": "^0.3.3",
39
+ "@radix-ui/react-visually-hidden": "^1.2.4",
40
+ "@telegraph/button": "^0.3.5",
41
41
  "@telegraph/compose-refs": "^0.0.7",
42
- "@telegraph/helpers": "^0.0.13",
43
- "@telegraph/icon": "^0.3.2",
44
- "@telegraph/input": "^0.1.5",
45
- "@telegraph/layout": "^0.3.1",
46
- "@telegraph/menu": "^0.1.17",
47
- "@telegraph/tag": "^0.0.112",
48
- "@telegraph/tooltip": "^0.0.60",
49
- "@telegraph/truncate": "^0.0.16",
50
- "@telegraph/typography": "^0.1.27",
42
+ "@telegraph/helpers": "^0.0.14",
43
+ "@telegraph/icon": "^0.3.4",
44
+ "@telegraph/input": "^0.1.6",
45
+ "@telegraph/layout": "^0.3.2",
46
+ "@telegraph/menu": "^0.1.19",
47
+ "@telegraph/tag": "^0.0.114",
48
+ "@telegraph/tooltip": "^0.0.61",
49
+ "@telegraph/truncate": "^0.0.17",
50
+ "@telegraph/typography": "^0.1.28",
51
51
  "lucide-react": "^0.544.0",
52
52
  "motion": "^12.23.12"
53
53
  },