Skip to content

Commit

Permalink
chore(release): releasing packages
Browse files Browse the repository at this point in the history
 - patternfly4-react-lerna-root@1.19.3
 - @patternfly/react-charts@1.0.3
 - @patternfly/react-docs@3.17.42
  • Loading branch information
patternfly-build committed Nov 12, 2018
1 parent 83cb283 commit 57f6d3e
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## Change Log (2018-11-12)

#### :memo: Documentation
* [#882](https://github.com/patternfly/patternfly-react/pull/882) update contributing guidelines ([@christiemolloy](https://github.com/christiemolloy))

#### Committers: 2
- Christie Molloy ([@christiemolloy](https://github.com/christiemolloy))
- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq))


## patternfly4-react-lerna-root@1.19.1 (2018-11-08)

#### :bug: Bug Fix
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/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.

<a name="1.19.3"></a>
## [1.19.3](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.19.2...patternfly4-react-lerna-root@1.19.3) (2018-11-12)


### Bug Fixes

* **charts:** address typescript issues ([#902](https://github.com/patternfly/patternfly-react/issues/902)) ([83cb283](https://github.com/patternfly/patternfly-react/commit/83cb283))




<a name="1.19.2"></a>
## [1.19.2](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.19.1...patternfly4-react-lerna-root@1.19.2) (2018-11-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly4-react-lerna-root",
"version": "1.19.2",
"version": "1.19.3",
"private": true,
"config": {
"access": "private"
Expand Down
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.

<a name="1.0.3"></a>
## [1.0.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@1.0.2...@patternfly/react-charts@1.0.3) (2018-11-12)


### Bug Fixes

* **charts:** address typescript issues ([#902](https://github.com/patternfly/patternfly-react/issues/902)) ([83cb283](https://github.com/patternfly/patternfly-react/commit/83cb283))




<a name="1.0.2"></a>
## [1.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@1.0.1...@patternfly/react-charts@1.0.2) (2018-11-07)

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": "1.0.2",
"version": "1.0.3",
"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
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.17.42"></a>
## [3.17.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.41...@patternfly/react-docs@3.17.42) (2018-11-12)




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

<a name="3.17.41"></a>
## [3.17.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.40...@patternfly/react-docs@3.17.41) (2018-11-08)

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,14 +1,14 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.17.41",
"version": "3.17.42",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-charts": "^1.0.2",
"@patternfly/react-charts": "^1.0.3",
"@patternfly/react-core": "^1.32.2",
"@patternfly/react-icons": "^2.7.1",
"@patternfly/react-styles": "^2.3.0",
Expand Down

0 comments on commit 57f6d3e

Please sign in to comment.