Skip to content

Commit

Permalink
chore(release): releasing packages
Browse files Browse the repository at this point in the history
 - @redallen-patternfly/[email protected]
 - @redallen-patternfly/[email protected]
 - @redallen-patternfly/[email protected]
  • Loading branch information
redallen committed Feb 21, 2019
1 parent fbc7a1f commit 8cc8e52
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
13 changes: 13 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,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.3](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/[email protected]...@redallen-patternfly/[email protected]) (2019-02-21)


### Bug Fixes

* **about:** another core change ([cc6f9a2](https://github.com/redallen/patternfly-react/commit/cc6f9a2))
* **about:** touch core ([19ea1f9](https://github.com/redallen/patternfly-react/commit/19ea1f9))
* **about:** yet another core change ([8609589](https://github.com/redallen/patternfly-react/commit/8609589))





## [6.0.2](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/[email protected]...@redallen-patternfly/[email protected]) (2019-02-21)


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": "@redallen-patternfly/react-core",
"version": "6.0.2",
"version": "6.0.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
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.

## [3.26.3](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/[email protected]...@redallen-patternfly/[email protected]) (2019-02-21)

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





## [3.26.2](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/[email protected]...@redallen-patternfly/[email protected]) (2019-02-21)

**Note:** Version bump only for package @redallen-patternfly/react-docs
Expand Down
6 changes: 3 additions & 3 deletions packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@redallen-patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.26.2",
"version": "3.26.3",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@redallen-patternfly/react-charts": "^6.0.0",
"@redallen-patternfly/react-core": "^6.0.2",
"@redallen-patternfly/react-core": "^6.0.3",
"@redallen-patternfly/react-icons": "^7.0.0",
"@redallen-patternfly/react-styled-system": "^6.0.0",
"@redallen-patternfly/react-styles": "^2.8.0",
"@redallen-patternfly/react-table": "^5.0.2",
"@redallen-patternfly/react-table": "^5.0.3",
"@redallen-patternfly/react-tokens": "^6.0.0",
"babel-standalone": "^6.26.0",
"clipboard-copy": "^2.0.1",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.3](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/[email protected]...@redallen-patternfly/[email protected]) (2019-02-21)

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





## [5.0.2](https://github.com/redallen/patternfly-react/compare/@redallen-patternfly/[email protected]...@redallen-patternfly/[email protected]) (2019-02-21)

**Note:** Version bump only for package @redallen-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": "@redallen-patternfly/react-table",
"version": "5.0.2",
"version": "5.0.3",
"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 All @@ -27,7 +27,7 @@
"homepage": "https://github.com/redallen/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
"dependencies": {
"@patternfly/patternfly": "1.0.178",
"@redallen-patternfly/react-core": "^6.0.2",
"@redallen-patternfly/react-core": "^6.0.3",
"@redallen-patternfly/react-icons": "^7.0.0",
"@redallen-patternfly/react-styles": "^2.8.0",
"exenv": "^1.2.2",
Expand Down

0 comments on commit 8cc8e52

Please sign in to comment.