@patternfly/documentation-framework 1.4.4 → 1.4.6

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
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.4.6 (2023-01-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Alert:** update alert a11y to address title elements ([#3348](https://github.com/patternfly/patternfly-org/issues/3348)) ([525c86f](https://github.com/patternfly/patternfly-org/commit/525c86fe90372351f3de801fca91debe54fe03f6))
12
+
13
+
14
+
15
+
16
+
17
+ ## 1.4.5 (2023-01-23)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **slack-link:** update slack link in footer and community page ([#3368](https://github.com/patternfly/patternfly-org/issues/3368)) ([6f10f1e](https://github.com/patternfly/patternfly-org/commit/6f10f1ed52841d0f8dbfb96dfcecc6efcbd3ae0d))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 1.4.4 (2023-01-20)
7
29
 
8
30
 
@@ -137,7 +137,7 @@ export const Footer = () => (
137
137
  <li className="ws-org-pfsite-footer-menu-list-item">
138
138
  <Link
139
139
  className="ws-org-pfsite-footer-menu-link"
140
- to="//slack.patternfly.org"
140
+ to="//join.slack.com/t/patternfly/shared_invite/zt-1npmqswgk-bF2R1E2rglV8jz5DNTezMQ"
141
141
  target="top"
142
142
  aria-label="Join the PatternFly 4 Slack"
143
143
  >
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/documentation-framework",
3
3
  "description": "A framework to build documentation for PatternFly.",
4
- "version": "1.4.4",
4
+ "version": "1.4.6",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -84,5 +84,5 @@
84
84
  "react": "^16.8.0 || ^17.0.0",
85
85
  "react-dom": "^16.8.0 || ^17.0.0"
86
86
  },
87
- "gitHead": "8e0f2289e27facbd786f7af5460aca36bed7ea51"
87
+ "gitHead": "a1cb2c6938d7d4513d5668fb4d51be64e39ad00b"
88
88
  }