Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - [email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
 - @patternfly/[email protected]
  • Loading branch information
patternfly-build committed May 21, 2024
1 parent 1f1b93c commit 6101cfe
Show file tree
Hide file tree
Showing 24 changed files with 107 additions and 41 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.

# 8.0.0-alpha.21 (2024-05-21)

### Features

- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1))

# [8.0.0-alpha.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-04-22)

**Note:** Version bump only for package @patternfly/react-charts
Expand Down
6 changes: 3 additions & 3 deletions 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-alpha.20",
"version": "8.0.0-alpha.21",
"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 Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"dependencies": {
"@patternfly/react-styles": "^6.0.0-alpha.20",
"@patternfly/react-tokens": "^6.0.0-alpha.20",
"@patternfly/react-styles": "^6.0.0-alpha.21",
"@patternfly/react-tokens": "^6.0.0-alpha.21",
"hoist-non-react-statics": "^3.3.0",
"lodash": "^4.17.21",
"tslib": "^2.5.0",
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-alpha.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-21)

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

# [6.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-16)

**Note:** Version bump only for package @patternfly/react-code-editor
Expand Down
8 changes: 4 additions & 4 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.58",
"version": "6.0.0-alpha.59",
"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,9 +31,9 @@
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@patternfly/react-core": "^6.0.0-alpha.58",
"@patternfly/react-icons": "^6.0.0-alpha.20",
"@patternfly/react-styles": "^6.0.0-alpha.20",
"@patternfly/react-core": "^6.0.0-alpha.59",
"@patternfly/react-icons": "^6.0.0-alpha.21",
"@patternfly/react-styles": "^6.0.0-alpha.21",
"react-dropzone": "14.2.3",
"tslib": "^2.5.0"
},
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.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-21)

### Features

- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1))

# [6.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-16)

### Features
Expand Down
8 changes: 4 additions & 4 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-alpha.58",
"version": "6.0.0-alpha.59",
"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 @@ -47,9 +47,9 @@
"clean:exports": "node scripts/cleanDistExports.js"
},
"dependencies": {
"@patternfly/react-icons": "^6.0.0-alpha.20",
"@patternfly/react-styles": "^6.0.0-alpha.20",
"@patternfly/react-tokens": "^6.0.0-alpha.20",
"@patternfly/react-icons": "^6.0.0-alpha.21",
"@patternfly/react-styles": "^6.0.0-alpha.21",
"@patternfly/react-tokens": "^6.0.0-alpha.21",
"focus-trap": "7.5.2",
"react-dropzone": "^14.2.3",
"tslib": "^2.5.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-docs/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.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-21)

### Features

- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1))

# [7.0.0-alpha.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-16)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
20 changes: 10 additions & 10 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.61",
"version": "7.0.0-alpha.62",
"publishConfig": {
"access": "public",
"tag": "alpha"
Expand All @@ -24,15 +24,15 @@
},
"dependencies": {
"@patternfly/patternfly": "6.0.0-alpha.135",
"@patternfly/react-charts": "^8.0.0-alpha.20",
"@patternfly/react-code-editor": "^6.0.0-alpha.58",
"@patternfly/react-core": "^6.0.0-alpha.58",
"@patternfly/react-drag-drop": "^6.0.0-alpha.39",
"@patternfly/react-icons": "^6.0.0-alpha.20",
"@patternfly/react-styles": "^6.0.0-alpha.20",
"@patternfly/react-table": "^6.0.0-alpha.58",
"@patternfly/react-templates": "^6.0.0-alpha.8",
"@patternfly/react-tokens": "^6.0.0-alpha.20"
"@patternfly/react-charts": "^8.0.0-alpha.21",
"@patternfly/react-code-editor": "^6.0.0-alpha.59",
"@patternfly/react-core": "^6.0.0-alpha.59",
"@patternfly/react-drag-drop": "^6.0.0-alpha.40",
"@patternfly/react-icons": "^6.0.0-alpha.21",
"@patternfly/react-styles": "^6.0.0-alpha.21",
"@patternfly/react-table": "^6.0.0-alpha.59",
"@patternfly/react-templates": "^6.0.0-alpha.9",
"@patternfly/react-tokens": "^6.0.0-alpha.21"
},
"devDependencies": {
"@patternfly/documentation-framework": "^6.0.0-alpha.28",
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.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-21)

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

# [6.0.0-alpha.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-16)

**Note:** Version bump only for package @patternfly/react-drag-drop
Expand Down
8 changes: 4 additions & 4 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.39",
"version": "6.0.0-alpha.40",
"description": "PatternFly drag and drop solution",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -32,9 +32,9 @@
"@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.58",
"@patternfly/react-icons": "^6.0.0-alpha.20",
"@patternfly/react-styles": "^6.0.0-alpha.20",
"@patternfly/react-core": "^6.0.0-alpha.59",
"@patternfly/react-icons": "^6.0.0-alpha.21",
"@patternfly/react-styles": "^6.0.0-alpha.21",
"memoize-one": "^5.1.0",
"resize-observer-polyfill": "^1.5.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react-icons/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.21 (2024-05-21)

### Features

- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1))

# [6.0.0-alpha.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-04-22)

**Note:** Version bump only for package @patternfly/react-icons
Expand Down
2 changes: 1 addition & 1 deletion 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-alpha.20",
"version": "6.0.0-alpha.21",
"description": "PatternFly 4 Icons as React Components",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
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.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-21)

### Features

- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1))

# [6.0.0-alpha.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-16)

### Features
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.58](https://github.com/patternfly/patternfly-react/compare/[email protected]@5.1.1-alpha.58) (2024-05-21)

### Features

- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1))

## [5.1.1-alpha.57](https://github.com/patternfly/patternfly-react/compare/[email protected]@5.1.1-alpha.57) (2024-05-16)

### Features
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.57",
"version": "5.1.1-alpha.58",
"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.58",
"@patternfly/react-core": "^6.0.0-alpha.59",
"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.29",
"version": "6.0.0-alpha.30",
"private": true,
"description": "Integration testing for PF5 using demo applications",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-styles/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.21 (2024-05-21)

### Features

- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1))

# [6.0.0-alpha.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-04-22)

**Note:** Version bump only for package @patternfly/react-styles
Expand Down
2 changes: 1 addition & 1 deletion 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-alpha.20",
"version": "6.0.0-alpha.21",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
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.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-21)

### Features

- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1))

# [6.0.0-alpha.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-16)

### Features
Expand Down
10 changes: 5 additions & 5 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.58",
"version": "6.0.0-alpha.59",
"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,10 +40,10 @@
"subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json"
},
"dependencies": {
"@patternfly/react-core": "^6.0.0-alpha.58",
"@patternfly/react-icons": "^6.0.0-alpha.20",
"@patternfly/react-styles": "^6.0.0-alpha.20",
"@patternfly/react-tokens": "^6.0.0-alpha.20",
"@patternfly/react-core": "^6.0.0-alpha.59",
"@patternfly/react-icons": "^6.0.0-alpha.21",
"@patternfly/react-styles": "^6.0.0-alpha.21",
"@patternfly/react-tokens": "^6.0.0-alpha.21",
"lodash": "^4.17.19",
"tslib": "^2.5.0"
},
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.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-21)

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

# [6.0.0-alpha.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-05-16)

**Note:** Version bump only for package @patternfly/react-templates
Expand Down
10 changes: 5 additions & 5 deletions 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.8",
"version": "6.0.0-alpha.9",
"description": "This package provides wrapped component demos for ease of use\n",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
"subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json"
},
"dependencies": {
"@patternfly/react-core": "^6.0.0-alpha.58",
"@patternfly/react-icons": "^6.0.0-alpha.20",
"@patternfly/react-styles": "^6.0.0-alpha.20",
"@patternfly/react-tokens": "^6.0.0-alpha.20",
"@patternfly/react-core": "^6.0.0-alpha.59",
"@patternfly/react-icons": "^6.0.0-alpha.21",
"@patternfly/react-styles": "^6.0.0-alpha.21",
"@patternfly/react-tokens": "^6.0.0-alpha.21",
"tslib": "^2.5.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-tokens/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.21 (2024-05-21)

### Features

- **misc, TextContent:** update core version & text content updates ([#10378](https://github.com/patternfly/patternfly-react/issues/10378)) ([1f1b93c](https://github.com/patternfly/patternfly-react/commit/1f1b93c9f5f8bfeb686f7344bfc70152d5453df1))

# [6.0.0-alpha.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-04-22)

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

0 comments on commit 6101cfe

Please sign in to comment.