Skip to content

Commit 911b995

Browse files
github-actions[bot]bennypowers
authored andcommitted
chore: version packages (next)
1 parent ebcc17c commit 911b995

File tree

65 files changed

+477
-156
lines changed

Some content is hidden

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

65 files changed

+477
-156
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"badge",
4848
"band",
4949
"big-crews-prove",
50+
"big-dingos-taste",
5051
"blue-emus-draw",
5152
"breezy-bikes-smell",
5253
"button",
@@ -69,6 +70,7 @@
6970
"good-actors-allow",
7071
"good-terms-smile",
7172
"health-index",
73+
"hip-cats-change",
7274
"icon-panel",
7375
"icon",
7476
"jump-links",
@@ -85,6 +87,7 @@
8587
"number",
8688
"odd-ties-give",
8789
"page-status",
90+
"polite-bats-kick",
8891
"primary-detail",
8992
"progress-indicator",
9093
"progress-steps",
@@ -94,6 +97,7 @@
9497
"select",
9598
"seven-bears-exercise",
9699
"shiny-dots-rescue",
100+
"silver-fans-lie",
97101
"slimy-rockets-fail",
98102
"small-moose-flow",
99103
"soft-radios-hear",

core/pfe-core/CHANGELOG.md

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

3+
## 2.0.0-next.3
4+
5+
### Patch Changes
6+
7+
- 447b2d75: Remove `esbuild` export condition, as this anyways was a runtime error
8+
39
## 2.0.0-next.2
410

511
### Patch Changes

core/pfe-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/pfe-core",
3-
"version": "2.0.0-next.2",
3+
"version": "2.0.0-next.3",
44
"license": "MIT",
55
"description": "PatternFly Elements Core Library",
66
"customElements": "custom-elements.json",

elements/pfe-accordion/CHANGELOG.md

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

3+
## 2.0.0-next.3
4+
5+
### Patch Changes
6+
7+
- 447b2d75: Remove `esbuild` export condition, as this anyways was a runtime error
8+
- Updated dependencies [447b2d75]
9+
- @patternfly/pfe-core@2.0.0-next.3
10+
- @patternfly/pfe-collapse@2.0.0-next.1
11+
- @patternfly/pfe-icon@2.0.0-next.1
12+
313
## 2.0.0-next.2
414

515
### Patch Changes

elements/pfe-accordion/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-accordion",
3-
"version": "2.0.0-next.2",
3+
"version": "2.0.0-next.3",
44
"license": "MIT",
55
"description": "Accordion for PatternFly Elements",
66
"customElements": "custom-elements.json",
@@ -69,9 +69,9 @@
6969
"Michael Potter"
7070
],
7171
"dependencies": {
72-
"@patternfly/pfe-collapse": "^2.0.0-next.0",
73-
"@patternfly/pfe-core": "^2.0.0-next.1",
74-
"@patternfly/pfe-icon": "^2.0.0-next.0",
72+
"@patternfly/pfe-collapse": "^2.0.0-next.1",
73+
"@patternfly/pfe-core": "^2.0.0-next.3",
74+
"@patternfly/pfe-icon": "^2.0.0-next.1",
7575
"lit": "^2.1.2"
7676
}
7777
}

elements/pfe-autocomplete/CHANGELOG.md

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

3+
## 2.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- 447b2d75: Remove `esbuild` export condition, as this anyways was a runtime error
8+
- Updated dependencies [447b2d75]
9+
- @patternfly/pfe-core@2.0.0-next.3
10+
311
## 2.0.0-next.1
412

513
### Patch Changes

elements/pfe-autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/pfe-autocomplete",
33
"license": "MIT",
4-
"version": "2.0.0-next.1",
4+
"version": "2.0.0-next.2",
55
"description": "Autocomplete for PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",
@@ -67,7 +67,7 @@
6767
"Benny Powers <[email protected]>"
6868
],
6969
"dependencies": {
70-
"@patternfly/pfe-core": "^2.0.0-next.0",
70+
"@patternfly/pfe-core": "^2.0.0-next.3",
7171
"@patternfly/pfe-sass": "^2.0.0-next.0",
7272
"lit": "^2.1.2"
7373
}

elements/pfe-avatar/CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
11
# @patternfly/pfe-avatar
22

3+
## 2.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- 447b2d75: Remove `esbuild` export condition, as this anyways was a runtime error
8+
- Updated dependencies [447b2d75]
9+
- @patternfly/pfe-core@2.0.0-next.3
10+
311
## 2.0.0-next.0
12+
413
### Major Changes
514

615
- 216beeb8: ## 🔥 Migrate to Lit
7-
16+
817
This release migrates `<pfe-avatar>` to LitElement.
9-
18+
1019
### NEW: CSS Shadow Parts
20+
1121
- Adds `canvas` and `img` CSS parts to `<pfe-avatar>`
12-
22+
1323
### Breaking Changes
24+
1425
- Initial render is now [asynchronous](https://lit.dev/docs/components/lifecycle/#reactive-update-cycle).
1526
If your code assumes that shadow DOM is ready once the element is constructed, update it to `await element.updateComplete`;
1627
- Deprecates `pfe-avatar:connected` event. Use `await pfeAvatar.updateComplete` instead
1728
- Deprecates `pfe-avatar:options-shown`, `pfe-avatar:option-cleared`, `pfe-avatar:search-event`, and `pfe-avatar:option-selected` events.
18-
29+
1930
See [docs](https://patternflyelements.org/components/avatar/) for more info
2031

2132
### Patch Changes

elements/pfe-avatar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/pfe-avatar",
33
"license": "MIT",
4-
"version": "2.0.0-next.0",
4+
"version": "2.0.0-next.1",
55
"customElements": "custom-elements.json",
66
"type": "module",
77
"main": "./pfe-avatar.js",
@@ -65,7 +65,7 @@
6565
"Benny Powers <[email protected]>"
6666
],
6767
"dependencies": {
68-
"@patternfly/pfe-core": "^2.0.0-next.0",
68+
"@patternfly/pfe-core": "^2.0.0-next.3",
6969
"lit": "^2.1.2"
7070
}
7171
}

elements/pfe-badge/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
# @patternfly/pfe-badge
22

3+
## 2.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- 447b2d75: Remove `esbuild` export condition, as this anyways was a runtime error
8+
- Updated dependencies [447b2d75]
9+
- @patternfly/pfe-core@2.0.0-next.3
10+
311
## 2.0.0-next.0
12+
413
### Major Changes
514

615
- e4a76fb2: ## 🔥 Migrate to Lit
7-
16+
817
This release migrates `<pfe-badge>` to LitElement.
9-
18+
1019
### Breaking Changes
20+
1121
- Initial render is now [asynchronous](https://lit.dev/docs/components/lifecycle/#reactive-update-cycle).
1222
If your code assumes that shadow DOM is ready once the element is constructed, update it to `await element.updateComplete`;
13-
23+
1424
See [docs](https://patternflyelements.org/components/badge/) for more info
1525

1626
### Patch Changes

0 commit comments

Comments
 (0)