@dt-dds/react 1.0.0-beta.288 → 1.0.0-beta.290
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 +20 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @dt-ui/react
|
|
2
2
|
|
|
3
|
+
## 1.0.0-beta.290
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- docs: pagination license reference
|
|
8
|
+
- Updated dependencies [90a92a2]
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @dt-dds/react-app-header@1.0.0-beta.34
|
|
11
|
+
- @dt-dds/react-pagination@1.0.0-beta.44
|
|
12
|
+
|
|
13
|
+
## 1.0.0-beta.289
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- fix: pagination button testid for current-page
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- Updated dependencies [90a92a2]
|
|
20
|
+
- @dt-dds/react-pagination@1.0.0-beta.43
|
|
21
|
+
- @dt-dds/react-app-header@1.0.0-beta.33
|
|
22
|
+
|
|
3
23
|
## 1.0.0-beta.288
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dt-dds/react",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.290",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@dt-dds/react-label-field": "1.0.0-beta.60",
|
|
41
41
|
"@dt-dds/react-message": "1.0.0-beta.124",
|
|
42
42
|
"@dt-dds/react-modal": "1.0.0-beta.108",
|
|
43
|
-
"@dt-dds/react-pagination": "1.0.0-beta.
|
|
43
|
+
"@dt-dds/react-pagination": "1.0.0-beta.44",
|
|
44
44
|
"@dt-dds/react-progress-bar": "1.0.0-beta.55",
|
|
45
45
|
"@dt-dds/react-radio": "1.0.0-beta.96",
|
|
46
46
|
"@dt-dds/react-segmented-control": "1.0.0-beta.50",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@dt-dds/react-tooltip": "1.0.0-beta.69",
|
|
58
58
|
"@dt-dds/react-typography": "1.0.0-beta.50",
|
|
59
59
|
"@dt-dds/react-sidebar": "1.0.0-beta.6",
|
|
60
|
-
"@dt-dds/react-app-header": "1.0.0-beta.
|
|
60
|
+
"@dt-dds/react-app-header": "1.0.0-beta.34",
|
|
61
61
|
"@dt-dds/themes": "1.0.0-beta.14",
|
|
62
62
|
"@emotion/server": "^11.4.0",
|
|
63
63
|
"emotion-normalize": "^11.0.1"
|