Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/react-catalog-view-extension@4.93.7
 - @patternfly/react-code-editor@4.82.74
 - @patternfly/react-console@4.93.7
 - @patternfly/react-core@4.266.2
 - @patternfly/react-docs@5.103.11
 - @patternfly/react-inline-edit-extension@4.86.76
 - demo-app-ts@4.205.9
 - @patternfly/react-log-viewer@4.87.69
 - @patternfly/react-table@4.111.53
 - @patternfly/react-topology@4.90.30
 - @patternfly/react-virtualized-extension@4.88.74
  • Loading branch information
patternfly-build committed Dec 6, 2022
1 parent 1053d53 commit 08cb2ff
Show file tree
Hide file tree
Showing 22 changed files with 120 additions and 29 deletions.
8 changes: 8 additions & 0 deletions packages/react-catalog-view-extension/CHANGELOG.md
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.93.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.93.6...@patternfly/react-catalog-view-extension@4.93.7) (2022-12-06)

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





## [4.93.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.93.5...@patternfly/react-catalog-view-extension@4.93.6) (2022-12-06)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension
Expand Down
4 changes: 2 additions & 2 deletions packages/react-catalog-view-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-catalog-view-extension",
"version": "4.93.6",
"version": "4.93.7",
"description": "This library provides catalog view extensions for PatternFly 4 React.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@patternfly/patternfly": "4.221.3",
"@patternfly/react-core": "^4.266.1",
"@patternfly/react-core": "^4.266.2",
"@patternfly/react-styles": "^4.92.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-code-editor/CHANGELOG.md
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.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.73...@patternfly/react-code-editor@4.82.74) (2022-12-06)

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





## [4.82.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.72...@patternfly/react-code-editor@4.82.73) (2022-12-06)

**Note:** Version bump only for package @patternfly/react-code-editor
Expand Down
4 changes: 2 additions & 2 deletions packages/react-code-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-code-editor",
"version": "4.82.73",
"version": "4.82.74",
"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 @@ -30,7 +30,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.266.1",
"@patternfly/react-core": "^4.266.2",
"@patternfly/react-icons": "^4.93.1",
"@patternfly/react-styles": "^4.92.1",
"react-dropzone": "9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-console/CHANGELOG.md
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.93.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.93.6...@patternfly/react-console@4.93.7) (2022-12-06)

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





## [4.93.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.93.5...@patternfly/react-console@4.93.6) (2022-12-06)

**Note:** Version bump only for package @patternfly/react-console
Expand Down
4 changes: 2 additions & 2 deletions packages/react-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-console",
"version": "4.93.6",
"version": "4.93.7",
"description": "This package provides VncConsole, SerialConsole and DesktopViewer React components to be used alongside patternfly-react to access virtual machine or server consoles.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@novnc/novnc": "^1.2.0",
"@patternfly/patternfly": "4.221.3",
"@patternfly/react-core": "^4.266.1",
"@patternfly/react-core": "^4.266.2",
"@spice-project/spice-html5": "^0.2.1",
"@types/file-saver": "^2.0.1",
"file-saver": "^1.3.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-core/CHANGELOG.md
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.266.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.266.1...@patternfly/react-core@4.266.2) (2022-12-06)


### Bug Fixes

* **Pagination:** Added support for insets ([#8412](https://github.com/patternfly/patternfly-react/issues/8412)) ([1053d53](https://github.com/patternfly/patternfly-react/commit/1053d530605c4f629eefdc7501b121a1906394a2))





## [4.266.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.266.0...@patternfly/react-core@4.266.1) (2022-12-06)

**Note:** Version bump only for package @patternfly/react-core
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
"version": "4.266.1",
"version": "4.266.2",
"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
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.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.10...@patternfly/react-docs@5.103.11) (2022-12-06)

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





## [5.103.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.9...@patternfly/react-docs@5.103.10) (2022-12-06)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
18 changes: 9 additions & 9 deletions packages/react-docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "5.103.10",
"version": "5.103.11",
"publishConfig": {
"access": "public",
"tag": "prerelease-v4"
Expand All @@ -23,18 +23,18 @@
},
"dependencies": {
"@patternfly/patternfly": "4.221.3",
"@patternfly/react-catalog-view-extension": "^4.93.6",
"@patternfly/react-catalog-view-extension": "^4.93.7",
"@patternfly/react-charts": "^6.94.13",
"@patternfly/react-code-editor": "^4.82.73",
"@patternfly/react-core": "^4.266.1",
"@patternfly/react-code-editor": "^4.82.74",
"@patternfly/react-core": "^4.266.2",
"@patternfly/react-icons": "^4.93.1",
"@patternfly/react-inline-edit-extension": "^4.86.75",
"@patternfly/react-log-viewer": "^4.87.68",
"@patternfly/react-inline-edit-extension": "^4.86.76",
"@patternfly/react-log-viewer": "^4.87.69",
"@patternfly/react-styles": "^4.92.1",
"@patternfly/react-table": "^4.111.52",
"@patternfly/react-table": "^4.111.53",
"@patternfly/react-tokens": "^4.94.1",
"@patternfly/react-topology": "^4.90.29",
"@patternfly/react-virtualized-extension": "^4.88.73"
"@patternfly/react-topology": "^4.90.30",
"@patternfly/react-virtualized-extension": "^4.88.74"
},
"devDependencies": {
"@patternfly/documentation-framework": "1.2.69",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-inline-edit-extension/CHANGELOG.md
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.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.75...@patternfly/react-inline-edit-extension@4.86.76) (2022-12-06)

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





## [4.86.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.86.74...@patternfly/react-inline-edit-extension@4.86.75) (2022-12-06)

**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
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-inline-edit-extension",
"version": "4.86.75",
"version": "4.86.76",
"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 @@ -30,10 +30,10 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.266.1",
"@patternfly/react-core": "^4.266.2",
"@patternfly/react-icons": "^4.93.1",
"@patternfly/react-styles": "^4.92.1",
"@patternfly/react-table": "^4.111.52"
"@patternfly/react-table": "^4.111.53"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-integration/demo-app-ts/CHANGELOG.md
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.205.9](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.205.8...demo-app-ts@4.205.9) (2022-12-06)

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





## [4.205.8](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.205.7...demo-app-ts@4.205.8) (2022-12-06)

**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
@@ -1,14 +1,14 @@
{
"name": "demo-app-ts",
"private": true,
"version": "4.205.8",
"version": "4.205.9",
"scripts": {
"build:demo-app": "webpack --mode production",
"start:demo-app": "webpack-dev-server",
"serve:demo-app": "node scripts/serve"
},
"dependencies": {
"@patternfly/react-core": "^4.266.1",
"@patternfly/react-core": "^4.266.2",
"react": "^18",
"react-dom": "^18",
"react-router": "^5.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-log-viewer/CHANGELOG.md
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.87.69](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-log-viewer@4.87.68...@patternfly/react-log-viewer@4.87.69) (2022-12-06)

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





## [4.87.68](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-log-viewer@4.87.67...@patternfly/react-log-viewer@4.87.68) (2022-12-06)

**Note:** Version bump only for package @patternfly/react-log-viewer
Expand Down
4 changes: 2 additions & 2 deletions packages/react-log-viewer/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-log-viewer",
"version": "4.87.68",
"version": "4.87.69",
"description": "Terminal renderer",
"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.266.1",
"@patternfly/react-core": "^4.266.2",
"@patternfly/react-icons": "^4.93.1",
"@patternfly/react-styles": "^4.92.1",
"memoize-one": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-table/CHANGELOG.md
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.111.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.111.52...@patternfly/react-table@4.111.53) (2022-12-06)

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





## [4.111.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.111.51...@patternfly/react-table@4.111.52) (2022-12-06)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
4 changes: 2 additions & 2 deletions packages/react-table/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "4.111.52",
"version": "4.111.53",
"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 @@ -43,7 +43,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.266.1",
"@patternfly/react-core": "^4.266.2",
"@patternfly/react-icons": "^4.93.1",
"@patternfly/react-styles": "^4.92.1",
"@patternfly/react-tokens": "^4.94.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-topology/CHANGELOG.md
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.90.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.90.29...@patternfly/react-topology@4.90.30) (2022-12-06)

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





## [4.90.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.90.28...@patternfly/react-topology@4.90.29) (2022-12-06)

**Note:** Version bump only for package @patternfly/react-topology
Expand Down
4 changes: 2 additions & 2 deletions packages/react-topology/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-topology",
"version": "4.90.29",
"version": "4.90.30",
"description": "This library provides a set of React topology view components for use with the PatternFly 4",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.266.1",
"@patternfly/react-core": "^4.266.2",
"@patternfly/react-icons": "^4.93.1",
"@patternfly/react-styles": "^4.92.1",
"@types/d3": "^5.7.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-virtualized-extension/CHANGELOG.md
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.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.88.73...@patternfly/react-virtualized-extension@4.88.74) (2022-12-06)

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





## [4.88.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.88.72...@patternfly/react-virtualized-extension@4.88.73) (2022-12-06)

**Note:** Version bump only for package @patternfly/react-virtualized-extension
Expand Down
4 changes: 2 additions & 2 deletions packages/react-virtualized-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-virtualized-extension",
"version": "4.88.73",
"version": "4.88.74",
"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 @@ -30,7 +30,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.266.1",
"@patternfly/react-core": "^4.266.2",
"@patternfly/react-icons": "^4.93.1",
"@patternfly/react-styles": "^4.92.1",
"linear-layout-vector": "0.0.1",
Expand Down

0 comments on commit 08cb2ff

Please sign in to comment.