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

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,11 @@
1
1
  # @dt-ui/react-pagination
2
2
 
3
+ ## 1.0.0-beta.44
4
+
5
+ ### Patch Changes
6
+
7
+ - docs: pagination license reference
8
+
3
9
  ## 1.0.0-beta.43
4
10
 
5
11
  ### 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.44",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./dist/index.js"