Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - eslint-plugin-patternfly-react@5.1.1
 - @patternfly/react-charts@7.1.1
 - @patternfly/react-code-editor@5.1.1
 - @patternfly/react-core@5.1.1
 - @patternfly/react-docs@6.1.1
 - @patternfly/react-icons@5.1.1
 - @patternfly/react-styles@5.1.1
 - @patternfly/react-table@5.1.1
 - @patternfly/react-tokens@5.1.1
  • Loading branch information
patternfly-build committed Oct 5, 2023
1 parent 7767e6a commit ea659e2
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 33 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-plugin-patternfly-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.1.1 (2023-10-05)

**Note:** Version bump only for package eslint-plugin-patternfly-react

## 5.1.1-prerelease.1 (2023-08-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-patternfly-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-patternfly-react",
"version": "5.1.1-prerelease.1",
"version": "5.1.1",
"private": false,
"main": "./lib/index.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@7.1.1-prerelease.10...@patternfly/react-charts@7.1.1) (2023-10-05)

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

## 7.1.1-prerelease.10 (2023-10-03)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/react-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-charts",
"version": "7.1.1-prerelease.10",
"version": "7.1.1",
"description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"dependencies": {
"@patternfly/react-styles": "^5.1.1-prerelease.8",
"@patternfly/react-tokens": "^5.1.1-prerelease.8",
"@patternfly/react-styles": "^5.1.1",
"@patternfly/react-tokens": "^5.1.1",
"hoist-non-react-statics": "^3.3.0",
"lodash": "^4.17.19",
"tslib": "^2.5.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.1.1-prerelease.23...@patternfly/react-code-editor@5.1.1) (2023-10-05)

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

## 5.1.1-prerelease.23 (2023-10-03)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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": "5.1.1-prerelease.23",
"version": "5.1.1",
"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,9 +29,9 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^5.1.1-prerelease.23",
"@patternfly/react-icons": "^5.1.1-prerelease.8",
"@patternfly/react-styles": "^5.1.1-prerelease.8",
"@patternfly/react-core": "^5.1.1",
"@patternfly/react-icons": "^5.1.1",
"@patternfly/react-styles": "^5.1.1",
"react-dropzone": "14.2.3",
"tslib": "^2.5.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.1.1-prerelease.23...@patternfly/react-core@5.1.1) (2023-10-05)

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

## 5.1.1-prerelease.23 (2023-10-03)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
"version": "5.1.1-prerelease.23",
"version": "5.1.1",
"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 Expand Up @@ -45,15 +45,15 @@
"subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json"
},
"dependencies": {
"@patternfly/react-icons": "^5.1.1-prerelease.8",
"@patternfly/react-styles": "^5.1.1-prerelease.8",
"@patternfly/react-tokens": "^5.1.1-prerelease.8",
"@patternfly/react-icons": "^5.1.1",
"@patternfly/react-styles": "^5.1.1",
"@patternfly/react-tokens": "^5.1.1",
"focus-trap": "7.5.2",
"react-dropzone": "^14.2.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@patternfly/patternfly": "5.1.0-prerelease.32",
"@patternfly/patternfly": "5.1.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.1.1-prerelease.25...@patternfly/react-docs@6.1.1) (2023-10-05)

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

## [6.1.1-prerelease.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.1.1-prerelease.24...@patternfly/react-docs@6.1.1-prerelease.25) (2023-10-03)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
18 changes: 9 additions & 9 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": "6.1.1-prerelease.25",
"version": "6.1.1",
"publishConfig": {
"access": "public"
},
Expand All @@ -22,14 +22,14 @@
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
},
"dependencies": {
"@patternfly/patternfly": "5.1.0-prerelease.32",
"@patternfly/react-charts": "^7.1.1-prerelease.10",
"@patternfly/react-code-editor": "^5.1.1-prerelease.23",
"@patternfly/react-core": "^5.1.1-prerelease.23",
"@patternfly/react-icons": "^5.1.1-prerelease.8",
"@patternfly/react-styles": "^5.1.1-prerelease.8",
"@patternfly/react-table": "^5.1.1-prerelease.23",
"@patternfly/react-tokens": "^5.1.1-prerelease.8"
"@patternfly/patternfly": "5.1.0",
"@patternfly/react-charts": "^7.1.1",
"@patternfly/react-code-editor": "^5.1.1",
"@patternfly/react-core": "^5.1.1",
"@patternfly/react-icons": "^5.1.1",
"@patternfly/react-styles": "^5.1.1",
"@patternfly/react-table": "^5.1.1",
"@patternfly/react-tokens": "^5.1.1"
},
"devDependencies": {
"@patternfly/documentation-framework": "^5.0.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.1.1-prerelease.8...@patternfly/react-icons@5.1.1) (2023-10-05)

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

## 5.1.1-prerelease.8 (2023-10-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-icons",
"version": "5.1.1-prerelease.8",
"version": "5.1.1",
"description": "PatternFly 4 Icons as React Components",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@patternfly/patternfly": "5.1.0-prerelease.32",
"@patternfly/patternfly": "5.1.0",
"fs-extra": "^11.1.1",
"glob": "^7.1.2",
"rimraf": "^2.6.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.1.1-prerelease.8...@patternfly/react-styles@5.1.1) (2023-10-05)

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

## 5.1.1-prerelease.8 (2023-10-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-styles",
"version": "5.1.1-prerelease.8",
"version": "5.1.1",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"clean": "rimraf dist css"
},
"devDependencies": {
"@patternfly/patternfly": "5.1.0-prerelease.32",
"@patternfly/patternfly": "5.1.0",
"camel-case": "^3.0.0",
"css": "^2.2.3",
"fs-extra": "^11.1.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.1.1-prerelease.23...@patternfly/react-table@5.1.1) (2023-10-05)

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

## 5.1.1-prerelease.23 (2023-10-03)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 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": "5.1.1-prerelease.23",
"version": "5.1.1",
"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 @@ -39,10 +39,10 @@
"subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json"
},
"dependencies": {
"@patternfly/react-core": "^5.1.1-prerelease.23",
"@patternfly/react-icons": "^5.1.1-prerelease.8",
"@patternfly/react-styles": "^5.1.1-prerelease.8",
"@patternfly/react-tokens": "^5.1.1-prerelease.8",
"@patternfly/react-core": "^5.1.1",
"@patternfly/react-icons": "^5.1.1",
"@patternfly/react-styles": "^5.1.1",
"@patternfly/react-tokens": "^5.1.1",
"lodash": "^4.17.19",
"tslib": "^2.5.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/react-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@5.1.1-prerelease.8...@patternfly/react-tokens@5.1.1) (2023-10-05)

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

## 5.1.1-prerelease.8 (2023-10-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-tokens",
"version": "5.1.1-prerelease.8",
"version": "5.1.1",
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@patternfly/patternfly": "5.1.0-prerelease.32",
"@patternfly/patternfly": "5.1.0",
"css": "^2.2.3",
"fs-extra": "^11.1.1",
"glob": "^7.1.2",
Expand Down

0 comments on commit ea659e2

Please sign in to comment.