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.21.0
 - @patternfly/react-docs@3.19.0
 - @patternfly/react-styled-system@1.1.0
  • Loading branch information
patternfly-build committed Nov 12, 2018
1 parent 2888855 commit 3aea7c9
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 6 deletions.
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.21.0"></a>
# [1.21.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.20.0...patternfly4-react-lerna-root@1.21.0) (2018-11-12)


### Features

* **styled-system:** adds styled system to pf4 as its own package ([#891](https://github.com/patternfly/patternfly-react/issues/891)) ([2888855](https://github.com/patternfly/patternfly-react/commit/2888855))




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

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.20.0",
"version": "1.21.0",
"private": true,
"config": {
"access": "private"
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **styled-system:** adds styled system to pf4 as its own package ([#891](https://github.com/patternfly/patternfly-react/issues/891)) ([2888855](https://github.com/patternfly/patternfly-react/commit/2888855))




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

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,17 +1,17 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.18.0",
"version": "3.19.0",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-charts": "^1.0.3",
"@patternfly/react-styled-system": "^1.0.0",
"@patternfly/react-core": "^1.32.2",
"@patternfly/react-icons": "^2.7.1",
"@patternfly/react-styled-system": "^1.1.0",
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-tokens": "^1.7.1",
"babel-standalone": "^6.26.0",
Expand Down Expand Up @@ -49,4 +49,4 @@
"fs-extra": "^7.0.0",
"glob": "^7.1.2"
}
}
}
12 changes: 12 additions & 0 deletions packages/patternfly-4/react-styled-system/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="1.1.0"></a>
# 1.1.0 (2018-11-12)


### Features

* **styled-system:** adds styled system to pf4 as its own package ([#891](https://github.com/patternfly/patternfly-react/issues/891)) ([2888855](https://github.com/patternfly/patternfly-react/commit/2888855))
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-styled-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-styled-system",
"version": "1.0.0",
"version": "1.1.0",
"description": "Experimental: Styled System package with PatternFly 4 theming",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -52,4 +52,4 @@
"optionalDependencies": {
"@types/styled-system": "^3.0.7"
}
}
}

0 comments on commit 3aea7c9

Please sign in to comment.