@cloudflare/component-header 7.0.30 → 7.0.32
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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 7.0.32
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fc455fa761: Require explicit opt-in before injecting source-file debug attributes into package build artifacts.
|
|
8
|
+
- Updated dependencies [fc455fa761]
|
|
9
|
+
- @cloudflare/component-icon@13.15.3
|
|
10
|
+
- @cloudflare/elements@4.0.7
|
|
11
|
+
- @cloudflare/util-responsive@4.2.7
|
|
12
|
+
|
|
13
|
+
## 7.0.31
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 1bc29ca267: Fix: Use IS_RELEASE_CANDIDATE to enable a11y source file attributes in preview builds
|
|
18
|
+
- Updated dependencies [1bc29ca267]
|
|
19
|
+
- @cloudflare/component-icon@13.15.2
|
|
20
|
+
- @cloudflare/elements@4.0.6
|
|
21
|
+
- @cloudflare/util-responsive@4.2.6
|
|
22
|
+
|
|
3
23
|
## 7.0.30
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/component-header",
|
|
3
3
|
"description": "Cloudflare Header Component",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.32",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
7
7
|
"author": "Vojtech Miksu <vojtech@miksu.cz>",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"module": "es/index.js"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@cloudflare/component-icon": "^13.15.
|
|
16
|
-
"@cloudflare/elements": "^4.0.
|
|
17
|
-
"@cloudflare/util-responsive": "^4.2.
|
|
15
|
+
"@cloudflare/component-icon": "^13.15.3",
|
|
16
|
+
"@cloudflare/elements": "^4.0.7",
|
|
17
|
+
"@cloudflare/util-responsive": "^4.2.7",
|
|
18
18
|
"prop-types": "^15.6.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|