@telegraph/combobox 0.0.67 → 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 +46 -0
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
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
+
28
+ ## 0.0.70
29
+
30
+ ### Patch Changes
31
+
32
+ - [#408](https://github.com/knocklabs/telegraph/pull/408) [`916d37c`](https://github.com/knocklabs/telegraph/commit/916d37cc78433eeb70a93e041b18f951d2d25bcd) Thanks [@MikeCarbone](https://github.com/MikeCarbone)! - chore: minor upgrades to react, fixes peer dependency issues
33
+
34
+ - [#409](https://github.com/knocklabs/telegraph/pull/409) [`734b5c5`](https://github.com/knocklabs/telegraph/commit/734b5c5ee2ac0484a09f534148a4ca1cf23fb3d0) Thanks [@MikeCarbone](https://github.com/MikeCarbone)! - chore: adds React 19 as a peer dependency
35
+
36
+ - Updated dependencies [[`916d37c`](https://github.com/knocklabs/telegraph/commit/916d37cc78433eeb70a93e041b18f951d2d25bcd), [`734b5c5`](https://github.com/knocklabs/telegraph/commit/734b5c5ee2ac0484a09f534148a4ca1cf23fb3d0)]:
37
+ - @telegraph/button@0.0.71
38
+ - @telegraph/compose-refs@0.0.5
39
+ - @telegraph/helpers@0.0.10
40
+ - @telegraph/icon@0.0.45
41
+ - @telegraph/input@0.0.37
42
+ - @telegraph/layout@0.1.11
43
+ - @telegraph/menu@0.0.55
44
+ - @telegraph/motion@0.0.6
45
+ - @telegraph/tag@0.0.76
46
+ - @telegraph/tooltip@0.0.39
47
+ - @telegraph/typography@0.1.11
48
+
3
49
  ## 0.0.67
4
50
 
5
51
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegraph/combobox",
3
- "version": "0.0.67",
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,37 +32,37 @@
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.68",
40
- "@telegraph/compose-refs": "^0.0.2",
41
- "@telegraph/helpers": "^0.0.7",
42
- "@telegraph/icon": "^0.0.42",
43
- "@telegraph/input": "^0.0.34",
44
- "@telegraph/layout": "^0.1.8",
45
- "@telegraph/menu": "^0.0.52",
46
- "@telegraph/motion": "^0.0.3",
47
- "@telegraph/tag": "^0.0.73",
48
- "@telegraph/tooltip": "^0.0.36",
49
- "@telegraph/typography": "^0.1.8"
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.21",
55
- "@telegraph/prettier-config": "^0.0.6",
56
- "@telegraph/vite-config": "^0.0.13",
57
- "@types/react": "^18.2.48",
54
+ "@telegraph/postcss-config": "^0.0.23",
55
+ "@telegraph/prettier-config": "^0.0.7",
56
+ "@telegraph/vite-config": "^0.0.14",
57
+ "@types/react": "^18.3.18",
58
58
  "eslint": "^8.56.0",
59
- "react": "^18.2.0",
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": {
65
- "react": "^18.2.0",
66
- "react-dom": "^18.3.1"
65
+ "react": "^18.0.0 || ^19.0.0",
66
+ "react-dom": "^18.0.0 || ^19.0.0"
67
67
  }
68
68
  }