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@6.0.0
 - @patternfly/react-charts@8.0.0
 - @patternfly/react-code-editor@6.0.0
 - @patternfly/react-core@6.0.0
 - @patternfly/react-docs@7.0.0
 - @patternfly/react-drag-drop@6.0.0
 - @patternfly/react-icons@6.0.0
 - @patternfly/react-styles@6.0.0
 - @patternfly/react-table@6.0.0
 - @patternfly/react-templates@6.0.0
 - @patternfly/react-tokens@6.0.0
  • Loading branch information
patternfly-build committed Oct 24, 2024
1 parent 952cafc commit 69e2057
Show file tree
Hide file tree
Showing 23 changed files with 69 additions and 25 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.

# 6.0.0 (2024-10-24)

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

# [6.0.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/eslint-plugin-patternfly-react@6.0.0-prerelease.1...eslint-plugin-patternfly-react@6.0.0-prerelease.2) (2024-09-10)

**Note:** Version bump only for package eslint-plugin-patternfly-react
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": "6.0.0-prerelease.2",
"version": "6.0.0",
"type": "commonjs",
"exports": {
".": "./lib/index.js"
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.

# 8.0.0 (2024-10-24)

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

# [8.0.0-prerelease.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.0.0-prerelease.14...@patternfly/react-charts@8.0.0-prerelease.15) (2024-10-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-charts",
"version": "8.0.0-prerelease.15",
"version": "8.0.0",
"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
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.

# 6.0.0 (2024-10-24)

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

# [6.0.0-prerelease.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-prerelease.22...@patternfly/react-code-editor@6.0.0-prerelease.23) (2024-10-23)

**Note:** Version bump only for package @patternfly/react-code-editor
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.0.0-prerelease.23",
"version": "6.0.0",
"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
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.

# 6.0.0 (2024-10-24)

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

# [6.0.0-prerelease.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-prerelease.22...@patternfly/react-core@6.0.0-prerelease.23) (2024-10-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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": "6.0.0-prerelease.23",
"version": "6.0.0",
"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 @@ -54,7 +54,7 @@
"tslib": "^2.7.0"
},
"devDependencies": {
"@patternfly/patternfly": "6.0.0-prerelease.15",
"@patternfly/patternfly": "6.0.0",
"case-anything": "^2.1.13",
"css": "^3.0.0",
"fs-extra": "^11.2.0"
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.

# 7.0.0 (2024-10-24)

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

# [7.0.0-prerelease.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-prerelease.33...@patternfly/react-docs@7.0.0-prerelease.34) (2024-10-23)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
4 changes: 2 additions & 2 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": "7.0.0-prerelease.34",
"version": "7.0.0",
"publishConfig": {
"access": "public",
"tag": "prerelease"
Expand All @@ -23,7 +23,7 @@
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
},
"dependencies": {
"@patternfly/patternfly": "6.0.0-prerelease.15",
"@patternfly/patternfly": "6.0.0",
"@patternfly/react-charts": "workspace:^",
"@patternfly/react-code-editor": "workspace:^",
"@patternfly/react-core": "workspace:^",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-drag-drop/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.0.0 (2024-10-24)

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

# [6.0.0-prerelease.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.0.0-prerelease.22...@patternfly/react-drag-drop@6.0.0-prerelease.23) (2024-10-23)

**Note:** Version bump only for package @patternfly/react-drag-drop
Expand Down
2 changes: 1 addition & 1 deletion packages/react-drag-drop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-drag-drop",
"version": "6.0.0-prerelease.23",
"version": "6.0.0",
"description": "PatternFly drag and drop solution",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
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.

# 6.0.0 (2024-10-24)

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

# [6.0.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@6.0.0-prerelease.6...@patternfly/react-icons@6.0.0-prerelease.7) (2024-10-02)

### 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": "6.0.0-prerelease.7",
"version": "6.0.0",
"description": "PatternFly 4 Icons as React Components",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@patternfly/patternfly": "6.0.0-prerelease.15",
"@patternfly/patternfly": "6.0.0",
"fs-extra": "^11.2.0",
"tslib": "^2.7.0"
},
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.

# 6.0.0 (2024-10-24)

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

# [6.0.0-prerelease.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.0.0-prerelease.5...@patternfly/react-styles@6.0.0-prerelease.6) (2024-10-02)

### 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": "6.0.0-prerelease.6",
"version": "6.0.0",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"clean": "rimraf dist css"
},
"devDependencies": {
"@patternfly/patternfly": "6.0.0-prerelease.15",
"@patternfly/patternfly": "6.0.0",
"change-case": "^5.4.4",
"fs-extra": "^11.2.0"
},
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.

# 6.0.0 (2024-10-24)

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

# [6.0.0-prerelease.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-prerelease.23...@patternfly/react-table@6.0.0-prerelease.24) (2024-10-23)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
2 changes: 1 addition & 1 deletion packages/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "6.0.0-prerelease.24",
"version": "6.0.0",
"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
4 changes: 4 additions & 0 deletions packages/react-templates/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.0.0 (2024-10-24)

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

# [6.0.0-prerelease.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.0.0-prerelease.22...@patternfly/react-templates@6.0.0-prerelease.23) (2024-10-23)

**Note:** Version bump only for package @patternfly/react-templates
Expand Down
2 changes: 1 addition & 1 deletion packages/react-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-templates",
"version": "6.0.0-prerelease.23",
"version": "6.0.0",
"description": "This package provides wrapped component demos for ease of use\n",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
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.

# 6.0.0 (2024-10-24)

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

# [6.0.0-prerelease.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.0.0-prerelease.6...@patternfly/react-tokens@6.0.0-prerelease.7) (2024-10-02)

### 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": "6.0.0-prerelease.7",
"version": "6.0.0",
"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 @@ -29,7 +29,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@patternfly/patternfly": "6.0.0-prerelease.15",
"@patternfly/patternfly": "6.0.0",
"css": "^3.0.0",
"fs-extra": "^11.2.0"
}
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3147,10 +3147,10 @@ __metadata:
languageName: node
linkType: hard

"@patternfly/patternfly@npm:6.0.0-prerelease.15":
version: 6.0.0-prerelease.15
resolution: "@patternfly/patternfly@npm:6.0.0-prerelease.15"
checksum: 10c0/996616d4905fa4a40e3c0cd457aeda7109daf8365aa4800823b64eb4c793332aa79df368f2820e3b865250e39e17caae0a0c705f8dd18bf4006fa3b88b07eef3
"@patternfly/patternfly@npm:6.0.0":
version: 6.0.0
resolution: "@patternfly/patternfly@npm:6.0.0"
checksum: 10c0/b3bd98bc3a3831814773b67ac22090f7c3ac9f9e9963248ea6d1466a898cb571edb7750cc41e61160e833107e9b63ad1e40424904b1fbb1b837b81741a9d3454
languageName: node
linkType: hard

Expand Down Expand Up @@ -3244,7 +3244,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-core@workspace:packages/react-core"
dependencies:
"@patternfly/patternfly": "npm:6.0.0-prerelease.15"
"@patternfly/patternfly": "npm:6.0.0"
"@patternfly/react-icons": "workspace:^"
"@patternfly/react-styles": "workspace:^"
"@patternfly/react-tokens": "workspace:^"
Expand All @@ -3265,7 +3265,7 @@ __metadata:
resolution: "@patternfly/react-docs@workspace:packages/react-docs"
dependencies:
"@patternfly/documentation-framework": "npm:^6.0.0-alpha.106"
"@patternfly/patternfly": "npm:6.0.0-prerelease.15"
"@patternfly/patternfly": "npm:6.0.0"
"@patternfly/patternfly-a11y": "npm:4.3.1"
"@patternfly/react-charts": "workspace:^"
"@patternfly/react-code-editor": "workspace:^"
Expand Down Expand Up @@ -3304,7 +3304,7 @@ __metadata:
"@fortawesome/free-brands-svg-icons": "npm:^5.15.4"
"@fortawesome/free-regular-svg-icons": "npm:^5.15.4"
"@fortawesome/free-solid-svg-icons": "npm:^5.15.4"
"@patternfly/patternfly": "npm:6.0.0-prerelease.15"
"@patternfly/patternfly": "npm:6.0.0"
fs-extra: "npm:^11.2.0"
tslib: "npm:^2.7.0"
peerDependencies:
Expand Down Expand Up @@ -3387,7 +3387,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-styles@workspace:packages/react-styles"
dependencies:
"@patternfly/patternfly": "npm:6.0.0-prerelease.15"
"@patternfly/patternfly": "npm:6.0.0"
change-case: "npm:^5.4.4"
fs-extra: "npm:^11.2.0"
languageName: unknown
Expand Down Expand Up @@ -3428,7 +3428,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@patternfly/react-tokens@workspace:packages/react-tokens"
dependencies:
"@patternfly/patternfly": "npm:6.0.0-prerelease.15"
"@patternfly/patternfly": "npm:6.0.0"
css: "npm:^3.0.0"
fs-extra: "npm:^11.2.0"
languageName: unknown
Expand Down

0 comments on commit 69e2057

Please sign in to comment.