Skip to content

Commit 25ca229

Browse files
chore(release): releasing packages
- patternfly4-react-lerna-root@1.10.0 - @patternfly/react-core@1.23.0 - @patternfly/react-docs@3.17.1
1 parent de120e3 commit 25ca229

File tree

7 files changed

+65
-5
lines changed

7 files changed

+65
-5
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11

2-
## Change Log (2018-10-12)
2+
## Change Log (2018-10-13)
3+
4+
#### :rocket: New Feature
5+
* `patternfly-4`
6+
* [#717](https://github.com/patternfly/patternfly-react/pull/717) feat(checkBox): updated PF4 checkBox component according to PF-next ([@rvsia](https://github.com/rvsia))
7+
8+
#### Committers: 1
9+
- Richard Všianský ([@rvsia](https://github.com/rvsia))
10+
11+
12+
## patternfly4-react-lerna-root@1.9.0 (2018-10-12)
13+
14+
#### :house: Internal
15+
* [#751](https://github.com/patternfly/patternfly-react/pull/751) Fix broken image paths for patternfly-4 docs hosted by surge ([@dlabrecq](https://github.com/dlabrecq))
16+
17+
#### Committers: 2
18+
- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq))
19+
- Joachim ([@jschuler](https://github.com/jschuler))
20+
21+
22+
## @patternfly/react-docs@3.17.0 (2018-10-12)
23+
24+
#### :house: Internal
25+
* [#751](https://github.com/patternfly/patternfly-react/pull/751) Fix broken image paths for patternfly-4 docs hosted by surge ([@dlabrecq](https://github.com/dlabrecq))
26+
27+
#### Committers: 2
28+
- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq))
29+
- Joachim ([@jschuler](https://github.com/jschuler))
30+
31+
32+
## @patternfly/react-core@1.22.0 (2018-10-12)
333

434
#### :house: Internal
535
* [#751](https://github.com/patternfly/patternfly-react/pull/751) Fix broken image paths for patternfly-4 docs hosted by surge ([@dlabrecq](https://github.com/dlabrecq))

packages/patternfly-4/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.10.0"></a>
7+
# [1.10.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.9.0...patternfly4-react-lerna-root@1.10.0) (2018-10-13)
8+
9+
10+
### Features
11+
12+
* **checkboxComponent:** updated checkbox PF4 component according to demo ([#717](https://github.com/patternfly/patternfly-react/issues/717)) ([de120e3](https://github.com/patternfly/patternfly-react/commit/de120e3))
13+
14+
15+
16+
617
<a name="1.9.0"></a>
718
# [1.9.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.8.4...patternfly4-react-lerna-root@1.9.0) (2018-10-12)
819

packages/patternfly-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly4-react-lerna-root",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"private": true,
55
"config": {
66
"access": "private"

packages/patternfly-4/react-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.23.0"></a>
7+
# [1.23.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.22.0...@patternfly/react-core@1.23.0) (2018-10-13)
8+
9+
10+
### Features
11+
12+
* **checkboxComponent:** updated checkbox PF4 component according to demo ([#717](https://github.com/patternfly/patternfly-react/issues/717)) ([de120e3](https://github.com/patternfly/patternfly-react/commit/de120e3))
13+
14+
15+
16+
617
<a name="1.22.0"></a>
718
# [1.22.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.21.4...@patternfly/react-core@1.22.0) (2018-10-12)
819

packages/patternfly-4/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/patternfly-4/react-docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.17.1"></a>
7+
## [3.17.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.0...@patternfly/react-docs@3.17.1) (2018-10-13)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @patternfly/react-docs
13+
614
<a name="3.17.0"></a>
715
# [3.17.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.16.12...@patternfly/react-docs@3.17.0) (2018-10-12)
816

packages/patternfly-4/react-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@patternfly/react-docs",
33
"description": "PatternFly React Docs",
4-
"version": "3.17.0",
4+
"version": "3.17.1",
55
"author": "Red Hat",
66
"license": "Apache-2.0",
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@patternfly/react-core": "^1.22.0",
11+
"@patternfly/react-core": "^1.23.0",
1212
"@patternfly/react-icons": "^2.5.1",
1313
"@patternfly/react-styles": "^2.3.0",
1414
"@patternfly/react-tokens": "^1.5.2",

0 commit comments

Comments
 (0)