Skip to content

Commit 9a327ee

Browse files
authored
Merge pull request #958 from patternfly/release/v1.0.0-prerelease.50
version bumps from release/v1.0.0-prerelease.50
2 parents 3eecba0 + 31bb685 commit 9a327ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+136
-114
lines changed

CHANGELOG-prerelease.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
## Prerelease 50 ( TBD )
2-
3-
- [cf010c1](https://github.com/patternfly/patternfly-elements/commit/cf010c18c404e07d59eab775ee44552f52627bde) feat: Automerging PRs based on labels
4-
- [b3f1e46](https://github.com/patternfly/patternfly-elements/commit/b3f1e46fe401be3f09f361fcc3b284a87de3728e) fix: pfe-dropdown: remove preventDefault call on clicks outside of dropdown #915
5-
- [cf010c1](https://github.com/patternfly/patternfly-elements/commit/cf010c18c404e07d59eab775ee44552f52627bde) feat: Automerging PRs based on labels
6-
- [775b821](https://github.com/patternfly/patternfly-elements/commit/775b821702c903f926b8bf9fdf9c948ac949335f) feat: Add automatic labeling to PRs
7-
- [82bf8e6](https://github.com/patternfly/patternfly-elements/commit/82bf8e6a0d407a651571dac1e37d06a2b14fa3d4) feat: Move PR cards automatically in the Project when labels are changed
8-
- [235e9a8](https://github.com/patternfly/patternfly-elements/commit/235e9a816b763dc9251e3022c914cba72f148368) fix: Move tab headings to the ShadowDOM
9-
- [2adef08](https://github.com/patternfly/patternfly-elements/commit/2adef088768ac52f813899d42ba5a45119761ea3) fix: Add watch task to components generated before infra change
10-
- [235e9a8](https://github.com/patternfly/patternfly-elements/commit/235e9a816b763dc9251e3022c914cba72f148368) fix: Move tab headings to the ShadowDOM
11-
- [6919a2c](https://github.com/patternfly/patternfly-elements/commit/6919a2c9283551d9e25d60ff96d497fab016e270) feat: pfe-icon and pfe-icon-panel updates
1+
## Prerelease 50 ( 2020-06-26 )
2+
3+
- [3eecba0](https://github.com/patternfly/patternfly-elements/commit/3eecba06102bd3a92cdcd61780aafebb27175a95) fix: fixed offset to work more reliably and added some docs (#908)
4+
- [003f4dd](https://github.com/patternfly/patternfly-elements/commit/003f4dd4620d02d2ea3f5c04a43bda32f50963a7) fix capitalization of labels & column name in Github actions (#944)
5+
- [732f65a](https://github.com/patternfly/patternfly-elements/commit/732f65ada3383f6d04deb6670d82eb80d525d8ff) fix: pfe-modal removing hidden attribute (#924)
6+
- [cf010c1](https://github.com/patternfly/patternfly-elements/commit/cf010c18c404e07d59eab775ee44552f52627bde) feat: Automerging PRs based on labels (#920)
7+
- [b3f1e46](https://github.com/patternfly/patternfly-elements/commit/b3f1e46fe401be3f09f361fcc3b284a87de3728e) fix: pfe-dropdown: remove preventDefault call on clicks outside of dropdown (#915)
8+
- [342fe80](https://github.com/patternfly/patternfly-elements/commit/342fe804ab72fe628faef68ecede73b4ffed2598) docs: Fix misspelling of src attribute (#925)
9+
- [775b821](https://github.com/patternfly/patternfly-elements/commit/775b821702c903f926b8bf9fdf9c948ac949335f) feat: Add automatic labeling to PRs (#909)
10+
- [82bf8e6](https://github.com/patternfly/patternfly-elements/commit/82bf8e6a0d407a651571dac1e37d06a2b14fa3d4) feat: Move PR cards automatically in the Project when labels are changed (#911)
11+
- [0488b70](https://github.com/patternfly/patternfly-elements/commit/0488b70a073ee7eb5584b6ddf9f060a54564c37b) docs: pfe-number update for storybook (#922)
12+
- [235e9a8](https://github.com/patternfly/patternfly-elements/commit/235e9a816b763dc9251e3022c914cba72f148368) fix: pfe-tab move content from light to shadow DOM (#769)
13+
- [2adef08](https://github.com/patternfly/patternfly-elements/commit/2adef088768ac52f813899d42ba5a45119761ea3) fix: Add watch task to components generated before infra change (#912)
14+
- [6919a2c](https://github.com/patternfly/patternfly-elements/commit/6919a2c9283551d9e25d60ff96d497fab016e270) feat: pfe-icon and pfe-icon-panel updates (#867)
1215
- Update paths to built-in sets: (#723)
1316
- Storybook icon listing: (#728)
1417
- Icon panel storybook: (#719)
15-
- [732f65a](https://github.com/patternfly/patternfly-elements/commit/732f65ada3383f6d04deb6670d82eb80d525d8ff) fix: pfe-modal removing hidden attribute (#924)
16-
- []() feat: Adjust github labels and project board names in automation tasks and workflows
18+
- [7cb02be](https://github.com/patternfly/patternfly-elements/commit/7cb02bed99d23b4a37082a56c025e18ae5aa9d9b) docs: Update templates and guides (#905)
1719

1820
## Prerelease 49 ( 2020-05-29 )
1921

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.49</span>
11+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.50</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.49</span>
11+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.50</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.49</span>
43+
<span class="label big" style="margin-bottom: 1.5rem;">Version 1.0.0-prerelease.50</span>
4444

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

elements/pfe-accordion/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-accordion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"pfe-accordion-panel.js"
1010
]
1111
},
12-
"version": "1.0.0-prerelease.49",
12+
"version": "1.0.0-prerelease.50",
1313
"publishConfig": {
1414
"access": "public"
1515
},
@@ -50,8 +50,8 @@
5050
],
5151
"license": "MIT",
5252
"dependencies": {
53-
"@patternfly/pfe-sass": "^1.0.0-prerelease.49",
54-
"@patternfly/pfelement": "^1.0.0-prerelease.49"
53+
"@patternfly/pfe-sass": "^1.0.0-prerelease.50",
54+
"@patternfly/pfelement": "^1.0.0-prerelease.50"
5555
},
5656
"generator-pfelement-version": "0.5.5",
5757
"bugs": {

elements/pfe-autocomplete/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-autocomplete/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "PfeAutocomplete",
55
"elementName": "pfe-autocomplete"
66
},
7-
"version": "1.0.0-prerelease.49",
7+
"version": "1.0.0-prerelease.50",
88
"description": "Autocomplete element for PatternFly Elements",
99
"keywords": [
1010
"web-components",
@@ -37,8 +37,8 @@
3737
],
3838
"license": "MIT",
3939
"dependencies": {
40-
"@patternfly/pfe-sass": "^1.0.0-prerelease.49",
41-
"@patternfly/pfelement": "^1.0.0-prerelease.49"
40+
"@patternfly/pfe-sass": "^1.0.0-prerelease.50",
41+
"@patternfly/pfelement": "^1.0.0-prerelease.50"
4242
},
4343
"generator-pfelement-version": "0.5.5",
4444
"bugs": {

elements/pfe-avatar/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-avatar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"className": "PfeAvatar",
55
"elementName": "pfe-avatar"
66
},
7-
"version": "1.0.0-prerelease.49",
7+
"version": "1.0.0-prerelease.50",
88
"description": "Avatar for PatternFly Elements",
99
"keywords": [
1010
"web-components",
@@ -37,8 +37,8 @@
3737
],
3838
"license": "MIT",
3939
"dependencies": {
40-
"@patternfly/pfe-sass": "^1.0.0-prerelease.49",
41-
"@patternfly/pfelement": "^1.0.0-prerelease.49"
40+
"@patternfly/pfe-sass": "^1.0.0-prerelease.50",
41+
"@patternfly/pfelement": "^1.0.0-prerelease.50"
4242
},
4343
"generator-pfelement-version": "0.6.8",
4444
"bugs": {

0 commit comments

Comments
 (0)