Skip to content

Commit 9e2a648

Browse files
authored
Merge pull request #792 from patternfly/release/v1.0.0-prerelease.41
Release/v1.0.0 prerelease.41
2 parents 7a8149e + aaa6315 commit 9e2a648

File tree

14 files changed

+85
-84
lines changed

14 files changed

+85
-84
lines changed

CHANGELOG-prerelease.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## Prerelease 41 ( TBD )
1+
## Prerelease 41 ( 2020-03-19 )
22

33
Tag: [v1.0.0-prerelease.41](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.41)
44

5-
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: Add events to the generator
6-
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: pfe-tabs keep history on tab click and open tab based on url parameters #786
7-
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: pfe-health-index size="mini" version #789
8-
- [](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-cta text wrapping issues
5+
- [7a8149e](https://github.com/patternfly/patternfly-elements/commit/7a8149e74fac2792d9968edf7ae0ec4a7a5968c6) fix: pfe-cta text wrapping issues (#791)
6+
- [9f83786](https://github.com/patternfly/patternfly-elements/commit/9f837862e38001e6a1a4d7e2ca735073443c9e7c) feat: pfe-tabs keep history on tab click and open tab based on url parameters (#786)
7+
- [e2ba182](https://github.com/patternfly/patternfly-elements/commit/e2ba18204fb751f8dd434ceb18d6ccdbc05b4081) feat: pfe-health-index size="mini" version (#789)
8+
- [fdfd6fc](https://github.com/patternfly/patternfly-elements/commit/fdfd6fcb25cf01a8a107cb4947864e30da06d087) feat: Add events to the generator (#707)
9+
- [384c314](https://github.com/patternfly/patternfly-elements/commit/384c31407a01939c0877ad214d9290c50ffd2ef7) docs: PR template updates (#776)
910

1011
## Prerelease 40 ( 2020-03-10 )
1112

docs/layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Convert to a partial -->
99
<nav id="main-toc">
1010
<section class="inner-toc">
11-
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.40</span>
11+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.41</span>
1212

1313
<h3><a href="/getting-started">Getting Started</a></h3>
1414
<ul>

docs/layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Convert to a partial -->
99
<nav id="main-toc">
1010
<section class="inner-toc">
11-
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.40</span>
11+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.41</span>
1212

1313
<h3><a href="/getting-started">Getting Started</a></h3>
1414
<ul>

docs/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<!-- Convert to a partial -->
4141
<nav id="mobile-toc" class="hide">
4242
<section class="inner-toc">
43-
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.40</span>
43+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.41</span>
4444

4545
<h3><a href="/getting-started">Getting Started</a></h3>
4646
<ul>

elements/pfe-content-set/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elements/pfe-content-set/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "PfeContentSet",
55
"elementName": "pfe-content-set"
66
},
7-
"version": "1.0.0-prerelease.40",
7+
"version": "1.0.0-prerelease.41",
88
"description": "This PatternFly Element dynamically hides and shows content; the style is determined by the available space.",
99
"keywords": [
1010
"web-components",
@@ -45,7 +45,7 @@
4545
"license": "MIT",
4646
"dependencies": {
4747
"@patternfly/pfe-accordion": "^1.0.0-prerelease.40",
48-
"@patternfly/pfe-tabs": "^1.0.0-prerelease.40",
48+
"@patternfly/pfe-tabs": "^1.0.0-prerelease.41",
4949
"@patternfly/pfelement": "^1.0.0-prerelease.39"
5050
},
5151
"generator-pfelement-version": "1.1.0",

elements/pfe-cta/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elements/pfe-cta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "PfeCta",
55
"elementName": "pfe-cta"
66
},
7-
"version": "1.0.0-prerelease.40",
7+
"version": "1.0.0-prerelease.41",
88
"publishConfig": {
99
"access": "public"
1010
},

elements/pfe-health-index/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elements/pfe-health-index/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "PfeHealthIndex",
55
"elementName": "pfe-health-index"
66
},
7-
"version": "1.0.0-prerelease.40",
7+
"version": "1.0.0-prerelease.41",
88
"publishConfig": {
99
"access": "public"
1010
},

0 commit comments

Comments
 (0)