Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/react-core@2.2.7
 - @patternfly/react-docs@3.21.41
 - @patternfly/react-table@1.0.22
  • Loading branch information
patternfly-build committed Feb 21, 2019
1 parent 153e4b1 commit 1f1b451
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 9 deletions.
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@2.2.5...@patternfly/react-core@2.2.7) (2019-02-21)

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





## [2.2.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@2.2.4...@patternfly/react-core@2.2.5) (2019-02-20)

**Note:** Version bump only for package @patternfly/react-core
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.2.6",
"version": "2.2.7",
"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 @@ -83,4 +83,4 @@
"tslint-react": "^3.6.0",
"typescript": "3.2.2"
}
}
}
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.21.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.21.39...@patternfly/react-docs@3.21.41) (2019-02-21)

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





## [3.21.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.21.38...@patternfly/react-docs@3.21.39) (2019-02-20)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
8 changes: 4 additions & 4 deletions packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.21.40",
"version": "3.21.41",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-charts": "^2.0.5",
"@patternfly/react-core": "^2.2.5",
"@patternfly/react-core": "^2.2.7",
"@patternfly/react-icons": "^3.0.2",
"@patternfly/react-styled-system": "^2.0.6",
"@patternfly/react-styles": "^2.3.4",
"@patternfly/react-table": "^1.0.20",
"@patternfly/react-table": "^1.0.22",
"@patternfly/react-tokens": "^2.0.2",
"babel-standalone": "^6.26.0",
"clipboard-copy": "^2.0.1",
Expand Down Expand Up @@ -49,4 +49,4 @@
"fs-extra": "^7.0.1",
"glob": "^7.1.3"
}
}
}
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.

## [1.0.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@1.0.20...@patternfly/react-table@1.0.22) (2019-02-21)

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





## [1.0.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@1.0.19...@patternfly/react-table@1.0.20) (2019-02-20)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
6 changes: 3 additions & 3 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": "1.0.21",
"version": "1.0.22",
"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": "1.0.184",
"@patternfly/react-core": "^2.2.5",
"@patternfly/react-core": "^2.2.7",
"@patternfly/react-icons": "^3.0.2",
"@patternfly/react-styles": "^2.3.4",
"exenv": "^1.2.2",
Expand All @@ -52,4 +52,4 @@
"fs-extra": "^6.0.1",
"glob": "^7.1.2"
}
}
}

0 comments on commit 1f1b451

Please sign in to comment.