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.24.0
 - @patternfly/react-table@0.1.0
  • Loading branch information
patternfly-build committed Nov 14, 2018
1 parent 9cee1ad commit ec56ab9
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 4 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@

## Change Log (2018-11-14)
## patternfly3-react-lerna-root@7.9.3 (2018-11-14)

#### :memo: Documentation
* `patternfly-3`
* [#907](https://github.com/patternfly/patternfly-react/pull/907) Updating reference link to PatternFly Storybook ([@lizsurette](https://github.com/lizsurette))

#### Committers: 1
- Liz ([@lizsurette](https://github.com/lizsurette))


## patternfly-react@2.23.2 (2018-11-14)

#### :memo: Documentation
* `patternfly-3`
* [#907](https://github.com/patternfly/patternfly-react/pull/907) Updating reference link to PatternFly Storybook ([@lizsurette](https://github.com/lizsurette))

#### Committers: 1
- Liz ([@lizsurette](https://github.com/lizsurette))


## patternfly-react-extensions@2.12.10 (2018-11-14)

#### :memo: Documentation
* `patternfly-3`
* [#907](https://github.com/patternfly/patternfly-react/pull/907) Updating reference link to PatternFly Storybook ([@lizsurette](https://github.com/lizsurette))

#### Committers: 1
- Liz ([@lizsurette](https://github.com/lizsurette))


## @patternfly/react-console@1.6.2 (2018-11-14)

#### :memo: Documentation
* `patternfly-3`
Expand Down
16 changes: 16 additions & 0 deletions packages/patternfly-4/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.

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


### Bug Fixes

* **styled-system:** check if global variables are defined before use ([#918](https://github.com/patternfly/patternfly-react/issues/918)) ([e8d1eb0](https://github.com/patternfly/patternfly-react/commit/e8d1eb0))


### Features

* **pf4-table:** Introduce new package [@patternfly](https://github.com/patternfly)/react-table for table implementation ([#899](https://github.com/patternfly/patternfly-react/issues/899)) ([9cee1ad](https://github.com/patternfly/patternfly-react/commit/9cee1ad))




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

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.23.1",
"version": "1.24.0",
"private": true,
"config": {
"access": "private"
Expand Down
12 changes: 12 additions & 0 deletions packages/patternfly-4/react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.0"></a>
# 0.1.0 (2018-11-14)


### Features

* **pf4-table:** Introduce new package [@patternfly](https://github.com/patternfly)/react-table for table implementation ([#899](https://github.com/patternfly/patternfly-react/issues/899)) ([9cee1ad](https://github.com/patternfly/patternfly-react/commit/9cee1ad))
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": "0.0.1",
"version": "0.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 All @@ -26,9 +26,9 @@
},
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
"dependencies": {
"@patternfly/react-core": "^1.25.6",
"@patternfly/react-icons": "^2.5.2",
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-core": "^1.25.6",
"babel-plugin-lodash": "^3.3.4",
"exenv": "^1.2.2",
"lodash": "^4.17.11",
Expand Down

0 comments on commit ec56ab9

Please sign in to comment.