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@3.1.0
 - @patternfly/react-core@3.2.0
 - @patternfly/react-docs@4.1.0
 - @patternfly/react-inline-edit-extension@2.1.0
 - @patternfly/react-styled-system@3.1.0
 - @patternfly/react-table@2.1.0
  • Loading branch information
patternfly-build committed Apr 16, 2019
1 parent a03ecd0 commit 29d56fa
Show file tree
Hide file tree
Showing 12 changed files with 81 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@3.0.2...@patternfly/react-charts@3.1.0) (2019-04-16)


### Features

* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0))





## [3.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@3.0.1...@patternfly/react-charts@3.0.2) (2019-04-15)

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

# [3.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.1.3...@patternfly/react-core@3.2.0) (2019-04-16)


### Bug Fixes

* **Nav:** fix onSelect and onToggle arg list types from positional params to obj ([#1665](https://github.com/patternfly/patternfly-react/issues/1665)) ([bba2e4f](https://github.com/patternfly/patternfly-react/commit/bba2e4f)), closes [#1391](https://github.com/patternfly/patternfly-react/issues/1391)


### Features

* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0))





## [3.1.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.1.2...@patternfly/react-core@3.1.3) (2019-04-15)

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

# [4.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.0.3...@patternfly/react-docs@4.1.0) (2019-04-16)


### Features

* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0))





## [4.0.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.0.2...@patternfly/react-docs@4.0.3) (2019-04-15)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-4/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": "4.0.3",
"version": "4.1.0",
"author": "Red Hat",
"license": "MIT",
"private": true,
Expand All @@ -16,7 +16,7 @@
"@mdx-js/mdx": "1.0.2",
"@mdx-js/react": "1.0.2",
"@patternfly/patternfly": "2.0.0",
"@patternfly/react-core": "^3.1.3",
"@patternfly/react-core": "^3.2.0",
"@patternfly/react-icons": "^3.7.3",
"gatsby": "2.3.14",
"gatsby-mdx": "0.6.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-inline-edit-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.0.3...@patternfly/react-inline-edit-extension@2.1.0) (2019-04-16)


### Features

* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0))





## [2.0.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.0.2...@patternfly/react-inline-edit-extension@2.0.3) (2019-04-15)

**Note:** Version bump only for package @patternfly/react-inline-edit-extension
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-inline-edit-extension",
"version": "2.0.3",
"version": "2.1.0",
"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.0.0",
"@patternfly/react-core": "^3.1.3",
"@patternfly/react-core": "^3.2.0",
"@patternfly/react-icons": "^3.7.3",
"@patternfly/react-styles": "^3.0.2",
"@patternfly/react-table": "^2.0.3",
"@patternfly/react-table": "^2.1.0",
"classnames": "^2.2.5",
"exenv": "^1.2.2",
"reactabular-table": "^8.14.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-styled-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.0.2...@patternfly/react-styled-system@3.1.0) (2019-04-16)


### Features

* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0))





## [3.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@3.0.1...@patternfly/react-styled-system@3.0.2) (2019-04-15)

**Note:** Version bump only for package @patternfly/react-styled-system
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-styled-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-styled-system",
"version": "3.0.2",
"version": "3.1.0",
"description": "Experimental: Styled System package with PatternFly 4 theming",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.0.3...@patternfly/react-table@2.1.0) (2019-04-16)


### Features

* **mdx:** use mdx for docs ([#1753](https://github.com/patternfly/patternfly-react/issues/1753)) ([a03ecd0](https://github.com/patternfly/patternfly-react/commit/a03ecd0))





## [2.0.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.0.2...@patternfly/react-table@2.0.3) (2019-04-15)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "2.0.3",
"version": "2.1.0",
"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,7 +28,7 @@
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
"dependencies": {
"@patternfly/patternfly": "2.0.0",
"@patternfly/react-core": "^3.1.3",
"@patternfly/react-core": "^3.2.0",
"@patternfly/react-icons": "^3.7.3",
"@patternfly/react-styles": "^3.0.2",
"exenv": "^1.2.2",
Expand Down

0 comments on commit 29d56fa

Please sign in to comment.