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

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @dt-ui/react-dropdown
2
2
 
3
+ ## 1.0.0-beta.98
4
+
5
+ ### Patch Changes
6
+
7
+ - docs: update license on dropdown and select
8
+
9
+ ## 1.0.0-beta.97
10
+
11
+ ### Patch Changes
12
+
13
+ - docs: update license for box
14
+ - Updated dependencies
15
+ - @dt-dds/react-box@1.0.0-beta.76
16
+
3
17
  ## 1.0.0-beta.96
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -99,4 +99,4 @@ Follows [semantic versioning](https://semver.org/)
99
99
 
100
100
  ## © License
101
101
 
102
- Licensed under [MIT License](LICENSE.md)
102
+ Licensed under [MIT License](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dt-dds/react-dropdown",
3
- "version": "1.0.0-beta.96",
3
+ "version": "1.0.0-beta.98",
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.75",
23
+ "@dt-dds/react-box": "1.0.0-beta.76",
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",
File without changes