@patternfly/react-code-editor 4.47.1 → 4.47.4

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/CHANGELOG.md +30 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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
+ ## 4.47.4 (2022-04-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **DateTimePicker:** update date placeholder ([#7266](https://github.com/patternfly/patternfly-react/issues/7266)) ([4e9a73e](https://github.com/patternfly/patternfly-react/commit/4e9a73e8f7645b7a885d15754f99b9e078449806))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.47.3 (2022-04-23)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-code-editor
20
+
21
+
22
+
23
+
24
+
25
+ ## 4.47.2 (2022-04-21)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **DataListCheck:** revert checked prop ([#7284](https://github.com/patternfly/patternfly-react/issues/7284)) ([d9889fc](https://github.com/patternfly/patternfly-react/commit/d9889fc86f224533f81457f384954e6a299c5677))
31
+
32
+
33
+
34
+
35
+
6
36
  ## 4.47.1 (2022-04-20)
7
37
 
8
38
  **Note:** Version bump only for package @patternfly/react-code-editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-code-editor",
3
- "version": "4.47.1",
3
+ "version": "4.47.4",
4
4
  "description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
5
5
  "main": "dist/js/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -30,9 +30,9 @@
30
30
  "clean": "rimraf dist"
31
31
  },
32
32
  "dependencies": {
33
- "@patternfly/react-core": "^4.206.1",
34
- "@patternfly/react-icons": "^4.57.1",
35
- "@patternfly/react-styles": "^4.56.1",
33
+ "@patternfly/react-core": "^4.206.4",
34
+ "@patternfly/react-icons": "^4.57.4",
35
+ "@patternfly/react-styles": "^4.56.4",
36
36
  "react-dropzone": "9.0.0",
37
37
  "tslib": "^2.0.0"
38
38
  },
@@ -46,5 +46,5 @@
46
46
  "rimraf": "^2.6.2",
47
47
  "typescript": "^4.0.0"
48
48
  },
49
- "gitHead": "b47ea7bc7c7009a62fdde9e22bd3ff74fc7b265a"
49
+ "gitHead": "cc80f358e790331d92df19b49df25488b095265b"
50
50
  }