@patternfly/react-code-editor 5.2.2 → 5.3.0-prerelease.10

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 +42 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,15 +3,53 @@
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
- ## 5.2.2 (2024-03-12)
6
+ # [5.3.0-prerelease.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.9...@patternfly/react-code-editor@5.3.0-prerelease.10) (2024-03-12)
7
7
 
8
8
  **Note:** Version bump only for package @patternfly/react-code-editor
9
9
 
10
- ## [5.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0...@patternfly/react-code-editor@5.2.1) (2024-02-29)
10
+ # 5.3.0-prerelease.9 (2024-03-11)
11
11
 
12
- ### Bug Fixes
12
+ **Note:** Version bump only for package @patternfly/react-code-editor
13
+
14
+ # [5.3.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.7...@patternfly/react-code-editor@5.3.0-prerelease.8) (2024-02-28)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-code-editor
17
+
18
+ # [5.3.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.6...@patternfly/react-code-editor@5.3.0-prerelease.7) (2024-02-28)
19
+
20
+ **Note:** Version bump only for package @patternfly/react-code-editor
13
21
 
14
- - **various:** Cherry bug fixes for patch release ([#10122](https://github.com/patternfly/patternfly-react/issues/10122)) ([b471264](https://github.com/patternfly/patternfly-react/commit/b4712649112b916cabc51c5c1a73b84d851559d5)), closes [#10114](https://github.com/patternfly/patternfly-react/issues/10114) [#10082](https://github.com/patternfly/patternfly-react/issues/10082) [#9743](https://github.com/patternfly/patternfly-react/issues/9743) [#9895](https://github.com/patternfly/patternfly-react/issues/9895) [#10080](https://github.com/patternfly/patternfly-react/issues/10080)
22
+ # [5.3.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.5...@patternfly/react-code-editor@5.3.0-prerelease.6) (2024-02-28)
23
+
24
+ **Note:** Version bump only for package @patternfly/react-code-editor
25
+
26
+ # [5.3.0-prerelease.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.4...@patternfly/react-code-editor@5.3.0-prerelease.5) (2024-02-27)
27
+
28
+ **Note:** Version bump only for package @patternfly/react-code-editor
29
+
30
+ # [5.3.0-prerelease.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.3...@patternfly/react-code-editor@5.3.0-prerelease.4) (2024-02-26)
31
+
32
+ **Note:** Version bump only for package @patternfly/react-code-editor
33
+
34
+ # [5.3.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.2...@patternfly/react-code-editor@5.3.0-prerelease.3) (2024-02-19)
35
+
36
+ **Note:** Version bump only for package @patternfly/react-code-editor
37
+
38
+ # [5.3.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0-prerelease.1...@patternfly/react-code-editor@5.3.0-prerelease.2) (2024-02-19)
39
+
40
+ **Note:** Version bump only for package @patternfly/react-code-editor
41
+
42
+ # 5.3.0-prerelease.1 (2024-02-15)
43
+
44
+ ### Features
45
+
46
+ - **CodeEditor:** pass additional props to monaco-editor, update readme ([#10080](https://github.com/patternfly/patternfly-react/issues/10080)) ([8c43ef7](https://github.com/patternfly/patternfly-react/commit/8c43ef7bfc044396a0bf31985b2ba3e4b4de91ef))
47
+
48
+ # 5.3.0-prerelease.0 (2024-02-02)
49
+
50
+ # 5.2.0 (2024-02-02)
51
+
52
+ **Note:** Version bump only for package @patternfly/react-code-editor
15
53
 
16
54
  # 5.2.0 (2024-02-02)
17
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-code-editor",
3
- "version": "5.2.2",
3
+ "version": "5.3.0-prerelease.10",
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
  },
31
31
  "dependencies": {
32
32
  "@monaco-editor/react": "^4.6.0",
33
- "@patternfly/react-core": "^5.2.2",
34
- "@patternfly/react-icons": "^5.2.1",
35
- "@patternfly/react-styles": "^5.2.1",
33
+ "@patternfly/react-core": "^5.3.0-prerelease.9",
34
+ "@patternfly/react-icons": "^5.3.0-prerelease.1",
35
+ "@patternfly/react-styles": "^5.3.0-prerelease.1",
36
36
  "react-dropzone": "14.2.3",
37
37
  "tslib": "^2.5.0"
38
38
  },
@@ -44,5 +44,5 @@
44
44
  "rimraf": "^2.6.2",
45
45
  "typescript": "^4.7.4"
46
46
  },
47
- "gitHead": "c110819373ff4d1880e4207f26a8d7f207a42a6d"
47
+ "gitHead": "f1c61425d3b338d2360c05bd1d7e0ccb7b8297c9"
48
48
  }