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.102
 - @patternfly/react-core@6.0.0-alpha.102
 - @patternfly/react-docs@7.0.0-alpha.110
 - @patternfly/react-drag-drop@6.0.0-alpha.84
 - demo-app-ts@5.1.1-alpha.101
 - @patternfly/react-table@6.0.0-alpha.103
 - @patternfly/react-templates@6.0.0-alpha.52
  • Loading branch information
patternfly-build committed Aug 21, 2024
1 parent 2ac50fe commit 0659533
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 7 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.102](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.101...@patternfly/react-code-editor@6.0.0-alpha.102) (2024-08-21)

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

# [6.0.0-alpha.101](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.0.0-alpha.100...@patternfly/react-code-editor@6.0.0-alpha.101) (2024-08-19)

**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-alpha.101",
"version": "6.0.0-alpha.102",
"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
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.102](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.101...@patternfly/react-core@6.0.0-alpha.102) (2024-08-21)

### Features

- **NotificationDrawer:** add no offset prop ([#10822](https://github.com/patternfly/patternfly-react/issues/10822)) ([2ac50fe](https://github.com/patternfly/patternfly-react/commit/2ac50fe50c87eb77892ebf8702f96159a7a40b85))

# [6.0.0-alpha.101](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.0.0-alpha.100...@patternfly/react-core@6.0.0-alpha.101) (2024-08-19)

### Bug Fixes
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.101",
"version": "6.0.0-alpha.102",
"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.110](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.109...@patternfly/react-docs@7.0.0-alpha.110) (2024-08-21)

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

# [7.0.0-alpha.109](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.0.0-alpha.108...@patternfly/react-docs@7.0.0-alpha.109) (2024-08-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.109",
"version": "7.0.0-alpha.110",
"publishConfig": {
"access": "public",
"tag": "alpha"
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.84](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.0.0-alpha.83...@patternfly/react-drag-drop@6.0.0-alpha.84) (2024-08-21)

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

# [6.0.0-alpha.83](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.0.0-alpha.82...@patternfly/react-drag-drop@6.0.0-alpha.83) (2024-08-19)

**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-alpha.83",
"version": "6.0.0-alpha.84",
"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-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.1.1-alpha.101](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.100...demo-app-ts@5.1.1-alpha.101) (2024-08-21)

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

## [5.1.1-alpha.100](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.1.1-alpha.99...demo-app-ts@5.1.1-alpha.100) (2024-08-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-integration/demo-app-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-app-ts",
"private": true,
"version": "5.1.1-alpha.100",
"version": "5.1.1-alpha.101",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
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-alpha.103](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.102...@patternfly/react-table@6.0.0-alpha.103) (2024-08-21)

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

# [6.0.0-alpha.102](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.0.0-alpha.101...@patternfly/react-table@6.0.0-alpha.102) (2024-08-19)

**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-alpha.102",
"version": "6.0.0-alpha.103",
"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-alpha.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.0.0-alpha.51...@patternfly/react-templates@6.0.0-alpha.52) (2024-08-21)

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

# [6.0.0-alpha.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@6.0.0-alpha.50...@patternfly/react-templates@6.0.0-alpha.51) (2024-08-19)

**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-alpha.51",
"version": "6.0.0-alpha.52",
"description": "This package provides wrapped component demos for ease of use\n",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 0659533

Please sign in to comment.