Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/react-charts@7.0.0-alpha.26
 - @patternfly/react-code-editor@5.0.0-alpha.108
 - @patternfly/react-core@5.0.0-alpha.107
 - @patternfly/react-docs@6.0.0-alpha.115
 - demo-app-ts@5.0.0-alpha.91
 - @patternfly/react-table@5.0.0-alpha.109
  • Loading branch information
patternfly-build committed May 17, 2023
1 parent 7654cb9 commit 2da278e
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 13 deletions.
6 changes: 6 additions & 0 deletions packages/react-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 7.0.0-alpha.26 (2023-05-17)

### Bug Fixes

- **beta:** promote components + features out of beta for v5 ([#8912](https://github.com/patternfly/patternfly-react/issues/8912)) ([34c1688](https://github.com/patternfly/patternfly-react/commit/34c16885539531434832205544f96d3ffddabb79))

# 7.0.0-alpha.25 (2023-05-16)

**Note:** Version bump only for package @patternfly/react-charts
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": "7.0.0-alpha.25",
"version": "7.0.0-alpha.26",
"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.

# [5.0.0-alpha.108](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.107...@patternfly/react-code-editor@5.0.0-alpha.108) (2023-05-17)

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

# [5.0.0-alpha.107](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.0.0-alpha.106...@patternfly/react-code-editor@5.0.0-alpha.107) (2023-05-17)

**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.107",
"version": "5.0.0-alpha.108",
"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.106",
"@patternfly/react-core": "^5.0.0-alpha.107",
"@patternfly/react-icons": "^5.0.0-alpha.15",
"@patternfly/react-styles": "^5.0.0-alpha.11",
"react-dropzone": "14.2.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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.107](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.0.0-alpha.106...@patternfly/react-core@5.0.0-alpha.107) (2023-05-17)

### Bug Fixes

- **beta:** promote components + features out of beta for v5 ([#8912](https://github.com/patternfly/patternfly-react/issues/8912)) ([34c1688](https://github.com/patternfly/patternfly-react/commit/34c16885539531434832205544f96d3ffddabb79))

### Features

- **Flex:** add gap support ([#9122](https://github.com/patternfly/patternfly-react/issues/9122)) ([65f2b8b](https://github.com/patternfly/patternfly-react/commit/65f2b8bd27825d673c27f82a2996f607d196b417))

# [5.0.0-alpha.106](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.0.0-alpha.105...@patternfly/react-core@5.0.0-alpha.106) (2023-05-17)

**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.106",
"version": "5.0.0-alpha.107",
"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.115](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.0.0-alpha.114...@patternfly/react-docs@6.0.0-alpha.115) (2023-05-17)

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

# [6.0.0-alpha.114](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.0.0-alpha.113...@patternfly/react-docs@6.0.0-alpha.114) (2023-05-17)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
10 changes: 5 additions & 5 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.114",
"version": "6.0.0-alpha.115",
"publishConfig": {
"access": "public",
"tag": "prerelease-v4"
Expand All @@ -24,12 +24,12 @@
},
"dependencies": {
"@patternfly/patternfly": "5.0.0-alpha.53",
"@patternfly/react-charts": "^7.0.0-alpha.25",
"@patternfly/react-code-editor": "^5.0.0-alpha.107",
"@patternfly/react-core": "^5.0.0-alpha.106",
"@patternfly/react-charts": "^7.0.0-alpha.26",
"@patternfly/react-code-editor": "^5.0.0-alpha.108",
"@patternfly/react-core": "^5.0.0-alpha.107",
"@patternfly/react-icons": "^5.0.0-alpha.15",
"@patternfly/react-styles": "^5.0.0-alpha.11",
"@patternfly/react-table": "^5.0.0-alpha.108",
"@patternfly/react-table": "^5.0.0-alpha.109",
"@patternfly/react-tokens": "^5.0.0-alpha.10"
},
"devDependencies": {
Expand Down
4 changes: 4 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,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.91](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.0.0-alpha.90...demo-app-ts@5.0.0-alpha.91) (2023-05-17)

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

# [5.0.0-alpha.90](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.0.0-alpha.89...demo-app-ts@5.0.0-alpha.90) (2023-05-17)

**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": "5.0.0-alpha.90",
"version": "5.0.0-alpha.91",
"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": "^5.0.0-alpha.106",
"@patternfly/react-core": "^5.0.0-alpha.107",
"react": "^18",
"react-dom": "^18",
"react-router": "^5.3.3",
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.109](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.0.0-alpha.108...@patternfly/react-table@5.0.0-alpha.109) (2023-05-17)

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

# [5.0.0-alpha.108](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.0.0-alpha.107...@patternfly/react-table@5.0.0-alpha.108) (2023-05-17)

**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.108",
"version": "5.0.0-alpha.109",
"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 @@ -40,7 +40,7 @@
"subpaths": "node scripts/createSubpaths.js"
},
"dependencies": {
"@patternfly/react-core": "^5.0.0-alpha.106",
"@patternfly/react-core": "^5.0.0-alpha.107",
"@patternfly/react-icons": "^5.0.0-alpha.15",
"@patternfly/react-styles": "^5.0.0-alpha.11",
"@patternfly/react-tokens": "^5.0.0-alpha.10",
Expand Down

0 comments on commit 2da278e

Please sign in to comment.