Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/react-code-editor@5.0.0-alpha.6
 - @patternfly/react-core@5.0.0-alpha.6
 - @patternfly/react-docs@6.0.0-alpha.7
 - @patternfly/react-table@5.0.0-alpha.6
  • Loading branch information
patternfly-build committed Feb 2, 2023
1 parent c29744e commit 7597ae3
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
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.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.5...@patternfly/react-code-editor@5.0.0-alpha.6) (2023-02-02)

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

# [5.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.4...@patternfly/react-code-editor@5.0.0-alpha.5) (2023-02-02)

**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": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"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": "^5.0.0-alpha.5",
"@patternfly/react-core": "^5.0.0-alpha.6",
"@patternfly/react-icons": "^5.0.0-alpha.1",
"@patternfly/react-styles": "^5.0.0-alpha.1",
"react-dropzone": "14.2.3",
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.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.0.0-alpha.5...@patternfly/react-core@5.0.0-alpha.6) (2023-02-02)

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

# [5.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.0.0-alpha.4...@patternfly/react-core@5.0.0-alpha.5) (2023-02-02)

**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": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"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
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.0.0-alpha.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.0.0-alpha.6...@patternfly/react-docs@6.0.0-alpha.7) (2023-02-02)

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

# [6.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.0.0-alpha.5...@patternfly/react-docs@6.0.0-alpha.6) (2023-02-02)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
8 changes: 4 additions & 4 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.0.0-alpha.6",
"version": "6.0.0-alpha.7",
"publishConfig": {
"access": "public",
"tag": "prerelease-v4"
Expand All @@ -24,11 +24,11 @@
"dependencies": {
"@patternfly/patternfly": "5.0.0-alpha.3",
"@patternfly/react-charts": "^7.0.0-alpha.2",
"@patternfly/react-code-editor": "^5.0.0-alpha.5",
"@patternfly/react-core": "^5.0.0-alpha.5",
"@patternfly/react-code-editor": "^5.0.0-alpha.6",
"@patternfly/react-core": "^5.0.0-alpha.6",
"@patternfly/react-icons": "^5.0.0-alpha.1",
"@patternfly/react-styles": "^5.0.0-alpha.1",
"@patternfly/react-table": "^5.0.0-alpha.5",
"@patternfly/react-table": "^5.0.0-alpha.6",
"@patternfly/react-tokens": "^5.0.0-alpha.1"
},
"devDependencies": {
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.0.0-alpha.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.0.0-alpha.5...@patternfly/react-table@5.0.0-alpha.6) (2023-02-02)

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

# [5.0.0-alpha.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.0.0-alpha.4...@patternfly/react-table@5.0.0-alpha.5) (2023-02-02)

**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": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"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,7 +39,7 @@
"subpaths": "node scripts/copySubpaths.js"
},
"dependencies": {
"@patternfly/react-core": "^5.0.0-alpha.5",
"@patternfly/react-core": "^5.0.0-alpha.6",
"@patternfly/react-icons": "^5.0.0-alpha.1",
"@patternfly/react-styles": "^5.0.0-alpha.1",
"@patternfly/react-tokens": "^5.0.0-alpha.1",
Expand Down

0 comments on commit 7597ae3

Please sign in to comment.