@dt-dds/react-pagination 1.0.0-beta.43 → 1.0.0-beta.45

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-pagination
2
2
 
3
+ ## 1.0.0-beta.45
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: checkbox box width reduction on long label
8
+ - Updated dependencies
9
+ - @dt-dds/react-select@1.0.0-beta.95
10
+
11
+ ## 1.0.0-beta.44
12
+
13
+ ### Patch Changes
14
+
15
+ - docs: pagination license reference
16
+
3
17
  ## 1.0.0-beta.43
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -84,4 +84,4 @@ Follows [semantic versioning](https://semver.org/)
84
84
 
85
85
  ## © License
86
86
 
87
- Licensed under [MIT License](LICENSE.md)
87
+ Licensed under [MIT License](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dt-dds/react-pagination",
3
- "version": "1.0.0-beta.43",
3
+ "version": "1.0.0-beta.45",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./dist/index.js"
@@ -24,7 +24,7 @@
24
24
  "@dt-dds/react-typography": "1.0.0-beta.50",
25
25
  "@dt-dds/react-icon": "1.0.0-beta.62",
26
26
  "@dt-dds/icons": "1.0.0-beta.6",
27
- "@dt-dds/react-select": "1.0.0-beta.94",
27
+ "@dt-dds/react-select": "1.0.0-beta.95",
28
28
  "@dt-dds/react-tooltip": "1.0.0-beta.69",
29
29
  "@dt-dds/themes": "1.0.0-beta.14"
30
30
  },