@dt-dds/react-dropdown 1.0.0-beta.94 → 1.0.0-beta.96

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @dt-ui/react-dropdown
2
2
 
3
+ ## 1.0.0-beta.96
4
+
5
+ ### Patch Changes
6
+
7
+ - refactor: add html attrs to box
8
+ - Updated dependencies
9
+ - @dt-dds/react-box@1.0.0-beta.75
10
+
11
+ ## 1.0.0-beta.95
12
+
13
+ ### Minor Changes
14
+
15
+ - feat: add role to box
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @dt-dds/react-box@1.0.0-beta.74
21
+
3
22
  ## 1.0.0-beta.94
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dt-dds/react-dropdown",
3
- "version": "1.0.0-beta.94",
3
+ "version": "1.0.0-beta.96",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./dist/index.js"
@@ -20,7 +20,7 @@
20
20
  "test:update:snapshot": "jest -u"
21
21
  },
22
22
  "dependencies": {
23
- "@dt-dds/react-box": "1.0.0-beta.73",
23
+ "@dt-dds/react-box": "1.0.0-beta.75",
24
24
  "@dt-dds/react-core": "1.0.0-beta.56",
25
25
  "@dt-dds/react-icon": "1.0.0-beta.59",
26
26
  "@dt-dds/react-icon-button": "1.0.0-beta.25",