Skip to content

Commit eece332

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected]
1 parent 54dd134 commit eece332

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

packages/react-code-editor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.2.0-prerelease.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-01-05)
7+
8+
### Features
9+
10+
- **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
11+
612
# [5.2.0-prerelease.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-01-04)
713

814
**Note:** Version bump only for package @patternfly/react-code-editor

packages/react-code-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-code-editor",
3-
"version": "5.2.0-prerelease.40",
3+
"version": "5.2.0-prerelease.41",
44
"description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -29,12 +29,12 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32+
"@monaco-editor/react": "^4.6.0",
3233
"@patternfly/react-core": "^5.2.0-prerelease.40",
3334
"@patternfly/react-icons": "^5.2.0-prerelease.9",
3435
"@patternfly/react-styles": "^5.2.0-prerelease.6",
3536
"react-dropzone": "14.2.3",
36-
"tslib": "^2.5.0",
37-
"@monaco-editor/react": "^4.6.0"
37+
"tslib": "^2.5.0"
3838
},
3939
"peerDependencies": {
4040
"react": "^17 || ^18",

packages/react-docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.2.0-prerelease.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-01-05)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
610
# [6.2.0-prerelease.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-01-04)
711

812
**Note:** Version bump only for package @patternfly/react-docs

packages/react-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/react-docs",
33
"description": "PatternFly React Docs",
4-
"version": "6.2.0-prerelease.40",
4+
"version": "6.2.0-prerelease.41",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@patternfly/patternfly": "5.2.0-prerelease.7",
2626
"@patternfly/react-charts": "^7.2.0-prerelease.8",
27-
"@patternfly/react-code-editor": "^5.2.0-prerelease.40",
27+
"@patternfly/react-code-editor": "^5.2.0-prerelease.41",
2828
"@patternfly/react-core": "^5.2.0-prerelease.40",
2929
"@patternfly/react-icons": "^5.2.0-prerelease.9",
3030
"@patternfly/react-styles": "^5.2.0-prerelease.6",

packages/react-integration/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 5.1.1-prerelease.18 (2024-01-05)
7+
8+
### Features
9+
10+
- **CodeEditor:** use new monaco package ([#9842](https://github.com/patternfly/patternfly-react/issues/9842)) ([54dd134](https://github.com/patternfly/patternfly-react/commit/54dd134d6c67c4fc1d7630fd1e7c718f66061342))
11+
612
## 5.1.1-prerelease.17 (2024-01-03)
713

814
### Bug Fixes

packages/react-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-integration",
3-
"version": "5.1.1-prerelease.17",
3+
"version": "5.1.1-prerelease.18",
44
"private": true,
55
"description": "Integration testing for PF5 using demo applications",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)