@patternfly/react-code-editor 4.77.12 → 4.78.0

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 +33 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
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.78.0 (2022-09-09)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Button:** new count number prop ([#7910](https://github.com/patternfly/patternfly-react/issues/7910)) ([a096b3c](https://github.com/patternfly/patternfly-react/commit/a096b3cba080b5bcd87777efe0e96e64c6da121f))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.77.14 (2022-09-08)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Page:** Fixed page group props regression ([#7948](https://github.com/patternfly/patternfly-react/issues/7948)) ([044444e](https://github.com/patternfly/patternfly-react/commit/044444e11fb90d53dc8f783071d3e3dc517532a0))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.77.13 (2022-09-08)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **table:** fix bug in expandable demo ([#7945](https://github.com/patternfly/patternfly-react/issues/7945)) ([711b196](https://github.com/patternfly/patternfly-react/commit/711b19609dd8023b157a99f6988ff8618ccee35d))
34
+
35
+
36
+
37
+
38
+
6
39
  ## 4.77.12 (2022-09-07)
7
40
 
8
41
  **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.77.12",
3
+ "version": "4.78.0",
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.236.12",
34
- "@patternfly/react-icons": "^4.87.12",
35
- "@patternfly/react-styles": "^4.86.12",
33
+ "@patternfly/react-core": "^4.237.0",
34
+ "@patternfly/react-icons": "^4.88.0",
35
+ "@patternfly/react-styles": "^4.87.0",
36
36
  "react-dropzone": "9.0.0",
37
37
  "tslib": "^2.0.0"
38
38
  },
@@ -45,5 +45,5 @@
45
45
  "rimraf": "^2.6.2",
46
46
  "typescript": "^4.7.4"
47
47
  },
48
- "gitHead": "ef7593c96a44bb5c01f44c79d05ac667ada3b575"
48
+ "gitHead": "cd1d1c0a95c7a848754272964ee52c5575554829"
49
49
  }