Skip to content

Commit 41d8d2f

Browse files
github-actions[bot]bennypowers
authored andcommitted
chore: version packages (next)
1 parent 87b7cd5 commit 41d8d2f

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"cta",
5959
"datetime",
6060
"dropdown",
61+
"eight-spiders-brake",
6162
"empty-cougars-remain",
6263
"few-windows-exercise",
6364
"five-planets-prove",
@@ -92,6 +93,7 @@
9293
"strong-yaks-join",
9394
"tabs",
9495
"tasty-dragons-drum",
96+
"three-owls-add",
9597
"toast",
9698
"violet-cows-film",
9799
"violet-sheep-ring",

core/pfe-sass/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @patternfly/pfe-sass
22

3+
## 2.0.0-next.3
4+
5+
### Major Changes
6+
7+
- 87b7cd59: Removed `pfe-collapsible` mixin. See `pfe-accordion-panel.scss` for implementation.
8+
39
## 2.0.0-next.2
410

511
### Patch Changes

core/pfe-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-sass",
3-
"version": "2.0.0-next.2",
3+
"version": "2.0.0-next.3",
44
"license": "MIT",
55
"description": "Sass variables and mixins for PatternFly Elements",
66
"main": "./index.scss",

elements/pfe-accordion/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @patternfly/pfe-accordion
22

3+
## 2.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- 87b7cd59: Fix #1914: `<pfe-accordion>` on a page with CSS normalize
8+
39
## 2.0.0-next.1
410

511
### Patch Changes

elements/pfe-accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-accordion",
3-
"version": "2.0.0-next.1",
3+
"version": "2.0.0-next.2",
44
"license": "MIT",
55
"description": "Accordion for PatternFly Elements",
66
"customElements": "custom-elements.json",

0 commit comments

Comments
 (0)