Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - [email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
  • Loading branch information
patternfly-build committed Jul 26, 2023
1 parent 0cbca14 commit 63b1d08
Show file tree
Hide file tree
Showing 14 changed files with 77 additions and 18 deletions.
8 changes: 8 additions & 0 deletions packages/react-code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.82.118](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-07-26)

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





## 4.82.117 (2023-06-05)

**Note:** Version bump only for package @patternfly/react-code-editor
Expand Down
4 changes: 2 additions & 2 deletions packages/react-code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-code-editor",
"version": "4.82.117",
"version": "4.82.118",
"description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.276.10",
"@patternfly/react-core": "^4.276.11",
"@patternfly/react-icons": "^4.93.7",
"@patternfly/react-styles": "^4.92.8",
"react-dropzone": "9.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.276.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-07-26)


### Bug Fixes

* **SelectToggle:** corrected removeEventListener on unmount for v4 ([#9381](https://github.com/patternfly/patternfly-react/issues/9381)) ([0cbca14](https://github.com/patternfly/patternfly-react/commit/0cbca1485c395d6387c9cd795530fbf3eae76acc))





## 4.276.10 (2023-06-05)

**Note:** Version bump only for package @patternfly/react-core
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
"version": "4.276.10",
"version": "4.276.11",
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.103.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-07-26)

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





## [5.103.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-06-05)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
12 changes: 6 additions & 6 deletions packages/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "5.103.85",
"version": "5.103.86",
"publishConfig": {
"access": "public"
},
Expand All @@ -23,14 +23,14 @@
"dependencies": {
"@patternfly/patternfly": "4.224.2",
"@patternfly/react-charts": "^6.94.21",
"@patternfly/react-code-editor": "^4.82.117",
"@patternfly/react-core": "^4.276.10",
"@patternfly/react-code-editor": "^4.82.118",
"@patternfly/react-core": "^4.276.11",
"@patternfly/react-icons": "^4.93.7",
"@patternfly/react-inline-edit-extension": "^4.86.124",
"@patternfly/react-inline-edit-extension": "^4.86.125",
"@patternfly/react-styles": "^4.92.8",
"@patternfly/react-table": "^4.113.2",
"@patternfly/react-table": "^4.113.3",
"@patternfly/react-tokens": "^4.94.7",
"@patternfly/react-virtualized-extension": "^4.88.117"
"@patternfly/react-virtualized-extension": "^4.88.118"
},
"devDependencies": {
"@patternfly/documentation-framework": "1.8.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-inline-edit-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.86.125](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-07-26)

**Note:** Version bump only for package @patternfly/react-inline-edit-extension





## 4.86.124 (2023-06-05)

**Note:** Version bump only for package @patternfly/react-inline-edit-extension
Expand Down
6 changes: 3 additions & 3 deletions packages/react-inline-edit-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-inline-edit-extension",
"version": "4.86.124",
"version": "4.86.125",
"description": "This library provides inline editing support for PatternFly 4 React table",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -29,10 +29,10 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.276.10",
"@patternfly/react-core": "^4.276.11",
"@patternfly/react-icons": "^4.93.7",
"@patternfly/react-styles": "^4.92.8",
"@patternfly/react-table": "^4.113.2"
"@patternfly/react-table": "^4.113.3"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-integration/demo-app-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.210.15 (2023-07-26)

**Note:** Version bump only for package demo-app-ts





## 4.210.14 (2023-06-05)

**Note:** Version bump only for package demo-app-ts
Expand Down
4 changes: 2 additions & 2 deletions packages/react-integration/demo-app-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "demo-app-ts",
"private": true,
"version": "4.210.14",
"version": "4.210.15",
"scripts": {
"build:demo-app": "webpack --mode production",
"start:demo-app": "webpack-dev-server",
"start:demo-app:hot": "webpack-dev-server --hot=true",
"serve:demo-app": "node scripts/serve"
},
"dependencies": {
"@patternfly/react-core": "^4.276.10",
"@patternfly/react-core": "^4.276.11",
"react": "^18",
"react-dom": "^18",
"react-router": "^5.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.113.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-07-26)

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





## 4.113.2 (2023-06-05)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
4 changes: 2 additions & 2 deletions packages/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "4.113.2",
"version": "4.113.3",
"description": "This library provides a set of React table components for use with the PatternFly 4",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"subpaths": "node scripts/copySubpaths.js"
},
"dependencies": {
"@patternfly/react-core": "^4.276.10",
"@patternfly/react-core": "^4.276.11",
"@patternfly/react-icons": "^4.93.7",
"@patternfly/react-styles": "^4.92.8",
"@patternfly/react-tokens": "^4.94.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-virtualized-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.88.118](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-07-26)

**Note:** Version bump only for package @patternfly/react-virtualized-extension





## 4.88.117 (2023-06-05)

**Note:** Version bump only for package @patternfly/react-virtualized-extension
Expand Down
4 changes: 2 additions & 2 deletions packages/react-virtualized-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-virtualized-extension",
"version": "4.88.117",
"version": "4.88.118",
"description": "This library provides efficient rendering extensions for PatternFly 4 React tables and lists.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.276.10",
"@patternfly/react-core": "^4.276.11",
"@patternfly/react-icons": "^4.93.7",
"@patternfly/react-styles": "^4.92.8",
"linear-layout-vector": "0.0.1",
Expand Down

0 comments on commit 63b1d08

Please sign in to comment.