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.19
 - @patternfly/react-core@3.113.1
 - @patternfly/react-docs@4.14.12
 - @patternfly/react-inline-edit-extension@2.11.80
 - demo-app-ts@3.6.19
 - @patternfly/react-styled-system@3.6.41
 - @patternfly/react-styles@3.5.29
 - @patternfly/react-table@2.22.29
 - @patternfly/react-tokens@2.6.32
 - @patternfly/react-topology@2.8.74
 - @patternfly/react-virtualized-extension@1.2.64
 - @patternfly/react-icons@3.14.9
  • Loading branch information
patternfly-build committed Oct 7, 2019
1 parent e1a6875 commit 293b23b
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.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@5.0.18...@patternfly/react-charts@5.0.19) (2019-10-07)

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





## [5.0.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@5.0.17...@patternfly/react-charts@5.0.18) (2019-10-03)

**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.18",
"version": "5.0.19",
"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.33.8",
"@patternfly/react-styles": "^3.5.28",
"@patternfly/react-tokens": "^2.6.31",
"@patternfly/react-styles": "^3.5.29",
"@patternfly/react-tokens": "^2.6.32",
"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.113.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.113.0...@patternfly/react-core@3.113.1) (2019-10-07)

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





# [3.113.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.112.10...@patternfly/react-core@3.113.0) (2019-10-07)


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.113.0",
"version": "3.113.1",
"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.8",
"@patternfly/react-styles": "^3.5.28",
"@patternfly/react-tokens": "^2.6.31",
"@patternfly/react-icons": "^3.14.9",
"@patternfly/react-styles": "^3.5.29",
"@patternfly/react-tokens": "^2.6.32",
"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.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.14.11...@patternfly/react-docs@4.14.12) (2019-10-07)

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





## [4.14.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.14.10...@patternfly/react-docs@4.14.11) (2019-10-07)

**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.11",
"version": "4.14.12",
"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.33.8",
"@patternfly/react-icons": "^3.14.8",
"@patternfly/react-virtualized-extension": "^1.2.63",
"@patternfly/react-icons": "^3.14.9",
"@patternfly/react-virtualized-extension": "^1.2.64",
"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.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.11.79...@patternfly/react-inline-edit-extension@2.11.80) (2019-10-07)

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





## [2.11.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.11.78...@patternfly/react-inline-edit-extension@2.11.79) (2019-10-07)

**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.79",
"version": "2.11.80",
"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.33.8",
"@patternfly/react-core": "^3.113.0",
"@patternfly/react-icons": "^3.14.8",
"@patternfly/react-styles": "^3.5.28",
"@patternfly/react-table": "^2.22.28",
"@patternfly/react-core": "^3.113.1",
"@patternfly/react-icons": "^3.14.9",
"@patternfly/react-styles": "^3.5.29",
"@patternfly/react-table": "^2.22.29",
"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.31"
"@patternfly/react-tokens": "^2.6.32"
},
"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.6.19](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.6.18...demo-app-ts@3.6.19) (2019-10-07)

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





## [3.6.18](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.6.17...demo-app-ts@3.6.18) (2019-10-07)

**Note:** Version bump only for package demo-app-ts
Expand Down
@@ -1,13 +1,13 @@
{
"name": "demo-app-ts",
"private": true,
"version": "3.6.18",
"version": "3.6.19",
"scripts": {
"build:demo-app": "react-scripts build",
"start:demo-app": "react-scripts start"
},
"dependencies": {
"@patternfly/react-core": "^3.113.0",
"@patternfly/react-core": "^3.113.1",
"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.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.6.40...@patternfly/react-styled-system@3.6.41) (2019-10-07)

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





## [3.6.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.6.39...@patternfly/react-styled-system@3.6.40) (2019-10-02)

**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.40",
"version": "3.6.41",
"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.28",
"@patternfly/react-tokens": "^2.6.31",
"@patternfly/react-styles": "^3.5.29",
"@patternfly/react-tokens": "^2.6.32",
"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.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.28...@patternfly/react-styles@3.5.29) (2019-10-07)

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





## [3.5.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.27...@patternfly/react-styles@3.5.28) (2019-10-02)

**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.28",
"version": "3.5.29",
"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.22.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.22.28...@patternfly/react-table@2.22.29) (2019-10-07)

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





## [2.22.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.22.27...@patternfly/react-table@2.22.28) (2019-10-07)

**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.22.28",
"version": "2.22.29",
"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.33.8",
"@patternfly/react-core": "^3.113.0",
"@patternfly/react-icons": "^3.14.8",
"@patternfly/react-styles": "^3.5.28",
"@patternfly/react-tokens": "^2.6.31",
"@patternfly/react-core": "^3.113.1",
"@patternfly/react-icons": "^3.14.9",
"@patternfly/react-styles": "^3.5.29",
"@patternfly/react-tokens": "^2.6.32",
"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.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.31...@patternfly/react-tokens@2.6.32) (2019-10-07)

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





## [2.6.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.30...@patternfly/react-tokens@2.6.31) (2019-09-27)

**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.31",
"version": "2.6.32",
"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.8.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@2.8.73...@patternfly/react-topology@2.8.74) (2019-10-07)

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





## [2.8.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@2.8.72...@patternfly/react-topology@2.8.73) (2019-10-07)

**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.8.73",
"version": "2.8.74",
"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.113.0",
"@patternfly/react-icons": "^3.14.8",
"@patternfly/react-styles": "^3.5.28"
"@patternfly/react-core": "^3.113.1",
"@patternfly/react-icons": "^3.14.9",
"@patternfly/react-styles": "^3.5.29"
},
"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.31",
"@patternfly/react-tokens": "^2.6.32",
"@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.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@1.2.63...@patternfly/react-virtualized-extension@1.2.64) (2019-10-07)

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





## [1.2.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@1.2.62...@patternfly/react-virtualized-extension@1.2.63) (2019-10-07)

**Note:** Version bump only for package @patternfly/react-virtualized-extension
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-virtualized-extension",
"version": "1.2.63",
"version": "1.2.64",
"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.33.8",
"@patternfly/react-core": "^3.113.0",
"@patternfly/react-icons": "^3.14.8",
"@patternfly/react-styles": "^3.5.28",
"@patternfly/react-core": "^3.113.1",
"@patternfly/react-icons": "^3.14.9",
"@patternfly/react-styles": "^3.5.29",
"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.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@3.14.8...@patternfly/react-icons@3.14.9) (2019-10-07)

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





## [3.14.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@3.14.7...@patternfly/react-icons@3.14.8) (2019-10-02)

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

0 comments on commit 293b23b

Please sign in to comment.