Skip to content

Commit 624826e

Browse files
github-actions[bot]bennypowers
authored andcommitted
chore: version packages (next)
1 parent 2caa7da commit 624826e

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"loud-cycles-vanish",
7676
"markdown",
7777
"modal",
78+
"moody-games-applaud",
7879
"nervous-meals-turn",
7980
"nervous-sheep-walk",
8081
"nice-baboons-perform",

elements/pfe-page-status/CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
# @patternfly/pfe-page-status
22

3+
## 2.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- 2caa7daf: desassify pfe-page-status
8+
39
## 2.0.0-next.0
10+
411
### Major Changes
512

613
- dfc12b7f: ## 🔥 Migrate to Lit
7-
14+
815
This release migrates `<pfe-page-status>` to LitElement.
9-
16+
1017
### NEW: CSS Shadow Parts!
18+
1119
- Adds the `container` CSS part to `<pfe-page-status>`
12-
20+
1321
### Breaking Changes
22+
1423
- Initial render is now [asynchronous](https://lit.dev/docs/components/lifecycle/#reactive-update-cycle).
1524
If your code assumes that shadow DOM is ready once the element is constructed, update it to `await element.updateComplete`
16-
17-
25+
1826
See [docs](https://patternflyelements.org/components/page-status/) for more info
1927

2028
### Patch Changes

elements/pfe-page-status/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/pfe-page-status",
33
"license": "MIT",
4-
"version": "2.0.0-next.0",
4+
"version": "2.0.0-next.1",
55
"description": "Page element for PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",

0 commit comments

Comments
 (0)