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@6.0.0-alpha.41
 - @patternfly/react-core@6.0.0-alpha.41
 - @patternfly/react-docs@7.0.0-alpha.43
 - @patternfly/react-drag-drop@6.0.0-alpha.22
 - @patternfly/react-integration@6.0.0-alpha.22
 - demo-app-ts@5.1.1-alpha.40
 - @patternfly/react-table@6.0.0-alpha.41
  • Loading branch information
patternfly-build committed Mar 12, 2024
1 parent 4a8f446 commit f32fea7
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 15 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.

# [6.0.0-alpha.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.40...@patternfly/react-code-editor@6.0.0-alpha.41) (2024-03-12)

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

# [6.0.0-alpha.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.39...@patternfly/react-code-editor@6.0.0-alpha.40) (2024-03-08)

**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": "6.0.0-alpha.40",
"version": "6.0.0-alpha.41",
"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 @@ -31,7 +31,7 @@
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@patternfly/react-core": "^6.0.0-alpha.40",
"@patternfly/react-core": "^6.0.0-alpha.41",
"@patternfly/react-icons": "^6.0.0-alpha.15",
"@patternfly/react-styles": "^6.0.0-alpha.15",
"react-dropzone": "14.2.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-core/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.

# [6.0.0-alpha.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.40...@patternfly/react-core@6.0.0-alpha.41) (2024-03-12)

### Features

- **MenuToggle:** consumed Penta updates ([#10097](https://github.com/patternfly/patternfly-react/issues/10097)) ([4a8f446](https://github.com/patternfly/patternfly-react/commit/4a8f4464e715ac93bc72a8c10f38eb2fc13caa95))

# [6.0.0-alpha.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.39...@patternfly/react-core@6.0.0-alpha.40) (2024-03-08)

**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": "6.0.0-alpha.40",
"version": "6.0.0-alpha.41",
"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.

# [7.0.0-alpha.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.42...@patternfly/react-docs@7.0.0-alpha.43) (2024-03-12)

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

# [7.0.0-alpha.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.41...@patternfly/react-docs@7.0.0-alpha.42) (2024-03-08)

**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": "7.0.0-alpha.42",
"version": "7.0.0-alpha.43",
"publishConfig": {
"access": "public",
"tag": "alpha"
Expand All @@ -25,12 +25,12 @@
"dependencies": {
"@patternfly/patternfly": "6.0.0-alpha.91",
"@patternfly/react-charts": "^8.0.0-alpha.15",
"@patternfly/react-code-editor": "^6.0.0-alpha.40",
"@patternfly/react-core": "^6.0.0-alpha.40",
"@patternfly/react-drag-drop": "^6.0.0-alpha.21",
"@patternfly/react-code-editor": "^6.0.0-alpha.41",
"@patternfly/react-core": "^6.0.0-alpha.41",
"@patternfly/react-drag-drop": "^6.0.0-alpha.22",
"@patternfly/react-icons": "^6.0.0-alpha.15",
"@patternfly/react-styles": "^6.0.0-alpha.15",
"@patternfly/react-table": "^6.0.0-alpha.40",
"@patternfly/react-table": "^6.0.0-alpha.41",
"@patternfly/react-tokens": "^6.0.0-alpha.15"
},
"devDependencies": {
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-alpha.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.0.0-alpha.21...@patternfly/react-drag-drop@6.0.0-alpha.22) (2024-03-12)

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

# [6.0.0-alpha.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.0.0-alpha.20...@patternfly/react-drag-drop@6.0.0-alpha.21) (2024-03-08)

**Note:** Version bump only for package @patternfly/react-drag-drop
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.21",
"version": "6.0.0-alpha.22",
"description": "PatternFly drag and drop solution",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@patternfly/react-core": "^6.0.0-alpha.40",
"@patternfly/react-core": "^6.0.0-alpha.41",
"@patternfly/react-icons": "^6.0.0-alpha.15",
"@patternfly/react-styles": "^6.0.0-alpha.15",
"memoize-one": "^5.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-integration/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.

# [6.0.0-alpha.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@6.0.0-alpha.21...@patternfly/react-integration@6.0.0-alpha.22) (2024-03-12)

### Features

- **MenuToggle:** consumed Penta updates ([#10097](https://github.com/patternfly/patternfly-react/issues/10097)) ([4a8f446](https://github.com/patternfly/patternfly-react/commit/4a8f4464e715ac93bc72a8c10f38eb2fc13caa95))

# [6.0.0-alpha.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@6.0.0-alpha.20...@patternfly/react-integration@6.0.0-alpha.21) (2024-03-08)

**Note:** Version bump only for package @patternfly/react-integration
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1-alpha.40](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.39...demo-app-ts@5.1.1-alpha.40) (2024-03-12)

### Features

- **MenuToggle:** consumed Penta updates ([#10097](https://github.com/patternfly/patternfly-react/issues/10097)) ([4a8f446](https://github.com/patternfly/patternfly-react/commit/4a8f4464e715ac93bc72a8c10f38eb2fc13caa95))

## [5.1.1-alpha.39](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.38...demo-app-ts@5.1.1-alpha.39) (2024-03-08)

**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.1.1-alpha.39",
"version": "5.1.1-alpha.40",
"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": "^6.0.0-alpha.40",
"@patternfly/react-core": "^6.0.0-alpha.41",
"react": "^18",
"react-dom": "^18",
"react-router": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-integration",
"version": "6.0.0-alpha.21",
"version": "6.0.0-alpha.22",
"private": true,
"description": "Integration testing for PF5 using demo applications",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-table/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.

# [6.0.0-alpha.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.40...@patternfly/react-table@6.0.0-alpha.41) (2024-03-12)

### Features

- **MenuToggle:** consumed Penta updates ([#10097](https://github.com/patternfly/patternfly-react/issues/10097)) ([4a8f446](https://github.com/patternfly/patternfly-react/commit/4a8f4464e715ac93bc72a8c10f38eb2fc13caa95))

# [6.0.0-alpha.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.39...@patternfly/react-table@6.0.0-alpha.40) (2024-03-08)

**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": "6.0.0-alpha.40",
"version": "6.0.0-alpha.41",
"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/exportSubpaths.js --config subpaths.config.json"
},
"dependencies": {
"@patternfly/react-core": "^6.0.0-alpha.40",
"@patternfly/react-core": "^6.0.0-alpha.41",
"@patternfly/react-icons": "^6.0.0-alpha.15",
"@patternfly/react-styles": "^6.0.0-alpha.15",
"@patternfly/react-tokens": "^6.0.0-alpha.15",
Expand Down

0 comments on commit f32fea7

Please sign in to comment.