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@5.0.26
 - @patternfly/react-core@3.115.3
 - @patternfly/react-docs@4.14.25
 - @patternfly/react-inline-edit-extension@2.11.93
 - demo-app-ts@3.7.8
 - @patternfly/react-styled-system@3.6.45
 - @patternfly/react-styles@3.5.33
 - @patternfly/react-table@2.23.9
 - @patternfly/react-tokens@2.6.36
 - @patternfly/react-topology@2.9.3
 - @patternfly/react-virtualized-extension@1.2.76
 - @patternfly/react-icons@3.14.13
  • Loading branch information
patternfly-build committed Oct 14, 2019
1 parent 0f0a622 commit 8d3ad74
Show file tree
Hide file tree
Showing 24 changed files with 134 additions and 38 deletions.
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-charts/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@5.0.25...@patternfly/react-charts@5.0.26) (2019-10-14)

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





## [5.0.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@5.0.24...@patternfly/react-charts@5.0.25) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-charts
Expand Down
6 changes: 3 additions & 3 deletions packages/patternfly-4/react-charts/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-charts",
"version": "5.0.25",
"version": "5.0.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 Expand Up @@ -30,8 +30,8 @@
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"dependencies": {
"@patternfly/patternfly": "2.36.0",
"@patternfly/react-styles": "^3.5.32",
"@patternfly/react-tokens": "^2.6.35",
"@patternfly/react-styles": "^3.5.33",
"@patternfly/react-tokens": "^2.6.36",
"hoist-non-react-statics": "^3.3.0",
"lodash": "^4.17.15",
"victory": "^33.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-core/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.115.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.115.2...@patternfly/react-core@3.115.3) (2019-10-14)

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





## [3.115.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.115.1...@patternfly/react-core@3.115.2) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-core
Expand Down
8 changes: 4 additions & 4 deletions packages/patternfly-4/react-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
"version": "3.115.2",
"version": "3.115.3",
"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 @@ -39,9 +39,9 @@
"develop": "yarn build:babel:esm --skip-initial-build --watch --verbose"
},
"dependencies": {
"@patternfly/react-icons": "^3.14.12",
"@patternfly/react-styles": "^3.5.32",
"@patternfly/react-tokens": "^2.6.35",
"@patternfly/react-icons": "^3.14.13",
"@patternfly/react-styles": "^3.5.33",
"@patternfly/react-tokens": "^2.6.36",
"emotion": "^9.2.9",
"exenv": "^1.2.2",
"focus-trap-react": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-docs/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.14.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.14.24...@patternfly/react-docs@4.14.25) (2019-10-14)

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





## [4.14.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.14.23...@patternfly/react-docs@4.14.24) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
6 changes: 3 additions & 3 deletions packages/patternfly-4/react-docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "4.14.24",
"version": "4.14.25",
"author": "Red Hat",
"license": "MIT",
"private": true,
Expand All @@ -17,8 +17,8 @@
"@mdx-js/mdx": "1.0.2",
"@mdx-js/react": "1.0.2",
"@patternfly/patternfly": "2.36.0",
"@patternfly/react-icons": "^3.14.12",
"@patternfly/react-virtualized-extension": "^1.2.75",
"@patternfly/react-icons": "^3.14.13",
"@patternfly/react-virtualized-extension": "^1.2.76",
"core-js": "^2.0.0",
"gatsby": "2.15.19",
"gatsby-mdx": "0.6.3",
Expand Down
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.93](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.11.92...@patternfly/react-inline-edit-extension@2.11.93) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-inline-edit-extension





## [2.11.92](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.11.91...@patternfly/react-inline-edit-extension@2.11.92) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-inline-edit-extension
Expand Down
12 changes: 6 additions & 6 deletions packages/patternfly-4/react-inline-edit-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-inline-edit-extension",
"version": "2.11.92",
"version": "2.11.93",
"description": "This library provides inline editing support for PatternFly 4 React table",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,10 +28,10 @@
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/",
"dependencies": {
"@patternfly/patternfly": "2.36.0",
"@patternfly/react-core": "^3.115.2",
"@patternfly/react-icons": "^3.14.12",
"@patternfly/react-styles": "^3.5.32",
"@patternfly/react-table": "^2.23.8",
"@patternfly/react-core": "^3.115.3",
"@patternfly/react-icons": "^3.14.13",
"@patternfly/react-styles": "^3.5.33",
"@patternfly/react-table": "^2.23.9",
"classnames": "^2.2.5",
"exenv": "^1.2.2",
"reactabular-table": "^8.14.0"
Expand All @@ -51,7 +51,7 @@
"postbuild": "node ./build/copyStyles.js"
},
"optionalDependencies": {
"@patternfly/react-tokens": "^2.6.35"
"@patternfly/react-tokens": "^2.6.36"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.8](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.7.7...demo-app-ts@3.7.8) (2019-10-14)

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





## [3.7.7](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.7.6...demo-app-ts@3.7.7) (2019-10-14)

**Note:** Version bump only for package demo-app-ts
Expand Down
@@ -1,13 +1,13 @@
{
"name": "demo-app-ts",
"private": true,
"version": "3.7.7",
"version": "3.7.8",
"scripts": {
"build:demo-app": "react-scripts build",
"start:demo-app": "react-scripts start"
},
"dependencies": {
"@patternfly/react-core": "^3.115.2",
"@patternfly/react-core": "^3.115.3",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-router": "^4.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-styled-system/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.6.44...@patternfly/react-styled-system@3.6.45) (2019-10-14)

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





## [3.6.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.6.43...@patternfly/react-styled-system@3.6.44) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-styled-system
Expand Down
6 changes: 3 additions & 3 deletions packages/patternfly-4/react-styled-system/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-styled-system",
"version": "3.6.44",
"version": "3.6.45",
"description": "Experimental: Styled System package with PatternFly 4 theming",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"develop": "yarn build:babel:esm --skip-initial-build --watch --verbose"
},
"dependencies": {
"@patternfly/react-styles": "^3.5.32",
"@patternfly/react-tokens": "^2.6.35",
"@patternfly/react-styles": "^3.5.33",
"@patternfly/react-tokens": "^2.6.36",
"emotion-theming": "^9.2.9",
"react-emotion": "^9.2.9",
"styled-system": "^3.1.11"
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-styles/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.32...@patternfly/react-styles@3.5.33) (2019-10-14)

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





## [3.5.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.31...@patternfly/react-styles@3.5.32) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-styles
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-styles",
"version": "3.5.32",
"version": "3.5.33",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
"types": "dist/js/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-table/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.23.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.23.8...@patternfly/react-table@2.23.9) (2019-10-14)

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





## [2.23.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.23.7...@patternfly/react-table@2.23.8) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
10 changes: 5 additions & 5 deletions packages/patternfly-4/react-table/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "2.23.8",
"version": "2.23.9",
"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 @@ -28,10 +28,10 @@
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
"dependencies": {
"@patternfly/patternfly": "2.36.0",
"@patternfly/react-core": "^3.115.2",
"@patternfly/react-icons": "^3.14.12",
"@patternfly/react-styles": "^3.5.32",
"@patternfly/react-tokens": "^2.6.35",
"@patternfly/react-core": "^3.115.3",
"@patternfly/react-icons": "^3.14.13",
"@patternfly/react-styles": "^3.5.33",
"@patternfly/react-tokens": "^2.6.36",
"classnames": "^2.2.5",
"exenv": "^1.2.2",
"lodash": "^4.17.15"
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-tokens/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.35...@patternfly/react-tokens@2.6.36) (2019-10-14)

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





## [2.6.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.34...@patternfly/react-tokens@2.6.35) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-tokens",
"version": "2.6.35",
"version": "2.6.36",
"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
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-topology/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@2.9.2...@patternfly/react-topology@2.9.3) (2019-10-14)

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





## [2.9.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@2.9.1...@patternfly/react-topology@2.9.2) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-topology
Expand Down
10 changes: 5 additions & 5 deletions packages/patternfly-4/react-topology/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-topology",
"version": "2.9.2",
"version": "2.9.3",
"description": "This library provides a set of React topology view components for use with the PatternFly 4",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand All @@ -25,9 +25,9 @@
},
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-topology#readme",
"dependencies": {
"@patternfly/react-core": "^3.115.2",
"@patternfly/react-icons": "^3.14.12",
"@patternfly/react-styles": "^3.5.32"
"@patternfly/react-core": "^3.115.3",
"@patternfly/react-icons": "^3.14.13",
"@patternfly/react-styles": "^3.5.33"
},
"peerDependencies": {
"prop-types": "^15.6.1",
Expand All @@ -53,7 +53,7 @@
"@babel/plugin-transform-typescript": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@patternfly/react-tokens": "^2.6.35",
"@patternfly/react-tokens": "^2.6.36",
"@types/prop-types": "^15.7.0",
"@types/react": "^16.4.0",
"@types/react-dom": "^16.4.0",
Expand Down
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@1.2.75...@patternfly/react-virtualized-extension@1.2.76) (2019-10-14)

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





## [1.2.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@1.2.74...@patternfly/react-virtualized-extension@1.2.75) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-virtualized-extension
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-virtualized-extension",
"version": "1.2.75",
"version": "1.2.76",
"description": "This library provides efficient rendering extensions for PatternFly 4 React tables and lists.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,9 +28,9 @@
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/",
"dependencies": {
"@patternfly/patternfly": "2.36.0",
"@patternfly/react-core": "^3.115.2",
"@patternfly/react-icons": "^3.14.12",
"@patternfly/react-styles": "^3.5.32",
"@patternfly/react-core": "^3.115.3",
"@patternfly/react-icons": "^3.14.13",
"@patternfly/react-styles": "^3.5.33",
"clsx": "^1.0.1",
"dom-helpers": "^2.4.0 || ^3.0.0",
"exenv": "^1.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-icons/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@3.14.12...@patternfly/react-icons@3.14.13) (2019-10-14)

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





## [3.14.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@3.14.11...@patternfly/react-icons@3.14.12) (2019-10-14)

**Note:** Version bump only for package @patternfly/react-icons
Expand Down

0 comments on commit 8d3ad74

Please sign in to comment.