Skip to content

Commit

Permalink
chore(release): releasing packages
Browse files Browse the repository at this point in the history
 - patternfly3-react-lerna-root@7.19.13
 - patternfly-react-extensions@2.16.11
 - patternfly-react@2.29.9
 - @patternfly/react-console@1.10.17
 - @patternfly/react-core@1.51.6
 - @patternfly/react-docs@3.21.17
 - @patternfly/react-integration@1.0.14
 - @patternfly/react-table@0.4.17
 - @patternfly/react-icons@2.10.5
  • Loading branch information
patternfly-build committed Feb 1, 2019
1 parent df0c275 commit 043958c
Show file tree
Hide file tree
Showing 19 changed files with 125 additions and 18 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@

## Unreleased (2019-02-01)
## patternfly4-react-lerna-root@1.42.7 (2019-02-01)

#### :bug: Bug Fix
* `patternfly-4`
* [#1281](https://github.com/patternfly/patternfly-react/pull/1281) Fix react-table not expose index.d.ts issue ([@kunyan](https://github.com/kunyan))

#### Committers: 1
- Kun Yan ([@kunyan](https://github.com/kunyan))


## @patternfly/react-table@0.4.16 (2019-02-01)

#### :bug: Bug Fix
* `patternfly-4`
* [#1281](https://github.com/patternfly/patternfly-react/pull/1281) Fix react-table not expose index.d.ts issue ([@kunyan](https://github.com/kunyan))

#### Committers: 1
- Kun Yan ([@kunyan](https://github.com/kunyan))


## @patternfly/react-docs@3.21.16 (2019-02-01)

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

## [7.19.13](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.19.12...patternfly3-react-lerna-root@7.19.13) (2019-02-01)


### Bug Fixes

* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))





## [7.19.12](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.19.11...patternfly3-react-lerna-root@7.19.12) (2019-01-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly3-react-lerna-root",
"version": "7.19.12",
"version": "7.19.13",
"private": true,
"config": {
"access": "private"
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-3/patternfly-react-extensions/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.16.11](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.16.10...patternfly-react-extensions@2.16.11) (2019-02-01)


### Bug Fixes

* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))





## [2.16.10](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.16.9...patternfly-react-extensions@2.16.10) (2019-01-29)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.16.10",
"version": "2.16.11",
"private": false,
"description": "This library provides an extended set of React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"classnames": "^2.2.5",
"css-element-queries": "^1.0.1",
"patternfly": "^3.58.0",
"patternfly-react": "^2.29.8",
"patternfly-react": "^2.29.9",
"react-bootstrap": "^0.32.1",
"react-diff-view": "^1.8.1",
"react-virtualized": "9.x",
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-3/patternfly-react/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.29.9](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.29.8...patternfly-react@2.29.9) (2019-02-01)


### Bug Fixes

* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))





## [2.29.8](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.29.7...patternfly-react@2.29.8) (2019-01-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-3/patternfly-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react",
"version": "2.29.8",
"version": "2.29.9",
"private": false,
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-3/react-console/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.

## [1.10.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.10.16...@patternfly/react-console@1.10.17) (2019-02-01)


### Bug Fixes

* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))





## [1.10.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.10.15...@patternfly/react-console@1.10.16) (2019-01-25)

**Note:** Version bump only for package @patternfly/react-console
Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-3/react-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-console",
"version": "1.10.16",
"version": "1.10.17",
"private": false,
"description": "This library provides a set of Console React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"cross-var": "^1.1.0",
"patternfly": "^3.58.0",
"patternfly-react": "^2.29.8"
"patternfly-react": "^2.29.9"
},
"peerDependencies": {
"patternfly-react": "^2.24.0",
Expand Down
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.

## [1.51.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.51.5...@patternfly/react-core@1.51.6) (2019-02-01)

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





## [1.51.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.51.4...@patternfly/react-core@1.51.5) (2019-02-01)

**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": "1.51.5",
"version": "1.51.6",
"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 All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"dependencies": {
"@patternfly/react-icons": "^2.10.4",
"@patternfly/react-icons": "^2.10.5",
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-tokens": "^1.10.2",
"@tippy.js/react": "^1.1.1",
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.21.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.21.16...@patternfly/react-docs@3.21.17) (2019-02-01)

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





## [3.21.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.21.15...@patternfly/react-docs@3.21.16) (2019-02-01)

**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.16",
"version": "3.21.17",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-charts": "^1.4.3",
"@patternfly/react-core": "^1.51.5",
"@patternfly/react-icons": "^2.10.4",
"@patternfly/react-core": "^1.51.6",
"@patternfly/react-icons": "^2.10.5",
"@patternfly/react-styled-system": "^1.4.2",
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-table": "^0.4.16",
"@patternfly/react-table": "^0.4.17",
"@patternfly/react-tokens": "^1.10.2",
"babel-standalone": "^6.26.0",
"clipboard-copy": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-integration/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.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@1.0.13...@patternfly/react-integration@1.0.14) (2019-02-01)

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





## [1.0.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@1.0.12...@patternfly/react-integration@1.0.13) (2019-02-01)

**Note:** Version bump only for package @patternfly/react-integration
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-integration",
"version": "1.0.13",
"version": "1.0.14",
"description": "Integration testing for PF4 using demo applications",
"main": "lib/index.js",
"sideEffects": false,
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.

## [0.4.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.4.16...@patternfly/react-table@0.4.17) (2019-02-01)

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





## [0.4.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.4.15...@patternfly/react-table@0.4.16) (2019-02-01)

**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": "0.4.16",
"version": "0.4.17",
"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,8 +27,8 @@
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
"dependencies": {
"@patternfly/patternfly-next": "1.0.167",
"@patternfly/react-core": "^1.51.5",
"@patternfly/react-icons": "^2.10.4",
"@patternfly/react-core": "^1.51.6",
"@patternfly/react-icons": "^2.10.5",
"@patternfly/react-styles": "^2.3.0",
"exenv": "^1.2.2",
"reactabular-table": "^8.14.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-icons/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.10.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.10.4...@patternfly/react-icons@2.10.5) (2019-02-01)


### Bug Fixes

* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))





## [2.10.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.10.3...@patternfly/react-icons@2.10.4) (2019-02-01)

**Note:** Version bump only for package @patternfly/react-icons
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-icons",
"version": "2.10.4",
"version": "2.10.5",
"description": "PatternFly 4 Icons as React Components",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 043958c

Please sign in to comment.