@uidu/page-header 1.0.2 → 1.0.5
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 +28 -1
- package/dist/declarations/src/PageHeader/index.d.ts +0 -1
- package/dist/package.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @uidu/page-header
|
|
2
2
|
|
|
3
|
+
## 1.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b1420fb70: Bump dependencies and fix messages dep tree
|
|
8
|
+
- Updated dependencies [b1420fb70]
|
|
9
|
+
- @uidu/theme@0.6.13
|
|
10
|
+
- @uidu/shell@2.1.17
|
|
11
|
+
|
|
12
|
+
## 1.0.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- f74b7be3f: Bump to react 18
|
|
17
|
+
- Updated dependencies [f74b7be3f]
|
|
18
|
+
- @uidu/theme@0.6.11
|
|
19
|
+
- @uidu/shell@2.1.14
|
|
20
|
+
|
|
21
|
+
## 1.0.3
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- e07f8ed62: Add lang files to npm
|
|
26
|
+
- Updated dependencies [e07f8ed62]
|
|
27
|
+
- @uidu/theme@0.6.7
|
|
28
|
+
- @uidu/shell@2.1.9
|
|
29
|
+
|
|
3
30
|
## 1.0.2
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
@@ -65,7 +92,7 @@
|
|
|
65
92
|
- 992c21388: Bump dependencies and migrate to yarn2
|
|
66
93
|
- Updated dependencies [992c21388]
|
|
67
94
|
- @uidu/theme@0.5.11
|
|
68
|
-
- @uidu/shell@1.2.
|
|
95
|
+
- @uidu/shell@1.2.13
|
|
69
96
|
|
|
70
97
|
## 0.2.9
|
|
71
98
|
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uidu/page-header",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "A React component that represents Header of an application page",
|
|
5
5
|
"repository": "https://github.com/uidu-org/guidu/tree/main/packages/navigation/page-header",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,25 +9,25 @@
|
|
|
9
9
|
"main": "dist/uidu-page-header.cjs.js",
|
|
10
10
|
"types": "dist/uidu-page-header.cjs.d.ts",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@uidu/shell": "^2.1.
|
|
13
|
-
"@uidu/theme": "^0.6.
|
|
14
|
-
"tslib": "^2.
|
|
12
|
+
"@uidu/shell": "^2.1.17",
|
|
13
|
+
"@uidu/theme": "^0.6.13",
|
|
14
|
+
"tslib": "^2.4.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@uidu/breadcrumbs": "^1.0.
|
|
18
|
-
"@uidu/button": "^1.3.
|
|
19
|
-
"@uidu/docs": "^0.5.
|
|
20
|
-
"@uidu/field-text": "^1.1.
|
|
21
|
-
"@uidu/form": "^1.2.
|
|
22
|
-
"@uidu/inline-edit": "0.3.
|
|
23
|
-
"@uidu/select": "^1.5.
|
|
24
|
-
"react": "^
|
|
25
|
-
"react-dom": "^
|
|
26
|
-
"styled-components": "^5.3.
|
|
17
|
+
"@uidu/breadcrumbs": "^1.0.13",
|
|
18
|
+
"@uidu/button": "^1.3.16",
|
|
19
|
+
"@uidu/docs": "^0.5.10",
|
|
20
|
+
"@uidu/field-text": "^1.1.14",
|
|
21
|
+
"@uidu/form": "^1.2.18",
|
|
22
|
+
"@uidu/inline-edit": "0.3.16",
|
|
23
|
+
"@uidu/select": "^1.5.16",
|
|
24
|
+
"react": "^18.1.0",
|
|
25
|
+
"react-dom": "^18.1.0",
|
|
26
|
+
"styled-components": "^5.3.5"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"react": "^
|
|
30
|
-
"react-dom": "^
|
|
29
|
+
"react": "^18.0.0",
|
|
30
|
+
"react-dom": "^18.0.0",
|
|
31
31
|
"styled-components": "^5.1.1"
|
|
32
32
|
}
|
|
33
33
|
}
|