Skip to content

Commit c563d34

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

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"progress-indicator",
8787
"progress-steps",
8888
"readtime",
89+
"real-kids-act",
8990
"real-tips-relax",
9091
"select",
9192
"seven-bears-exercise",

elements/pfe-datetime/CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# @patternfly/pfe-datetime
22

3+
## 2.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- 1e89269b: document `time-zone-name` attribute
8+
39
## 2.0.0-next.0
10+
411
### Major Changes
512

613
- 48e48655: ## 🔥 Migrate to Lit
7-
14+
815
This release migrates `<pfe-datetime>` to LitElement.
9-
16+
1017
### Breaking Changes
18+
1119
- Initial render is now [asynchronous](https://lit.dev/docs/components/lifecycle/#reactive-update-cycle).
1220
If your code assumes that shadow DOM is ready once the element is constructed, update it to `await element.updateComplete`
13-
14-
21+
1522
See [docs](https://patternflyelements.org/components/datetime/) for more info
1623

1724
### Patch Changes

elements/pfe-datetime/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-datetime",
33
"license": "MIT",
4-
"version": "2.0.0-next.0",
4+
"version": "2.0.0-next.1",
55
"description": "Datetime element for PFElements",
66
"customElements": "custom-elements.json",
77
"type": "module",

0 commit comments

Comments
 (0)