@patternfly/patternfly 4.224.1 → 4.224.2

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.
Files changed (2) hide show
  1. package/RELEASE-NOTES.md +17 -0
  2. package/package.json +2 -2
package/RELEASE-NOTES.md CHANGED
@@ -3,6 +3,23 @@ id: Release notes
3
3
  section: developer-resources
4
4
  releaseNoteTOC: true
5
5
  ---
6
+ ## 2023.01 release notes (2023-01-25)
7
+ Packages released:
8
+ - [@patternfly/patternfly@v4.224.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.224.2)
9
+
10
+ ### Components
11
+ - **Calendar month:** Updated year width to not truncate ([#5316](https://github.com/patternfly/patternfly/pull/5316))
12
+ - **Card:** Removed unnecessary class from labels in demos ([#5306](https://github.com/patternfly/patternfly/pull/5306))
13
+ - **Charts:** Removed dupe vars ([#5312](https://github.com/patternfly/patternfly/pull/5312))
14
+ - **Content:** Added plain list variation ([#5337](https://github.com/patternfly/patternfly/pull/5337))
15
+ - **Tabs:** Removed help action specific styling ([#5330](https://github.com/patternfly/patternfly/pull/5330))
16
+ - **Wizard:** Fixed demo footer layout ([#5317](https://github.com/patternfly/patternfly/pull/5317))
17
+
18
+ ### Other
19
+ - **Icons:** Added data-processor icon ([#5284](https://github.com/patternfly/patternfly/pull/5284))
20
+ - **Workspace:** Cleaned up beta tags for v4 ([#5329](https://github.com/patternfly/patternfly/pull/5329))
21
+
22
+
6
23
  ## 2022.16 release notes (2022-12-09)
7
24
  Packages released:
8
25
  - [@patternfly/patternfly@v4.222.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.222.4)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.224.1",
4
+ "version": "4.224.2",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -79,7 +79,7 @@
79
79
  "stylelint-scss": "^4.3.0",
80
80
  "stylelint-value-no-unknown-custom-properties": "^4.0.0",
81
81
  "surge": "^0.21.3",
82
- "@patternfly/documentation-framework": "1.3.12",
82
+ "@patternfly/documentation-framework": "1.4.2",
83
83
  "unified": "^9.2.0",
84
84
  "webpack": "^4.43.0"
85
85
  },