Skip to content

Commit 344df88

Browse files
Version Packages (alpha) (#233)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent de38766 commit 344df88

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"@uswds/elements": "1.0.0-alpha.2"
66
},
77
"changesets": [
8+
"good-needles-fix",
89
"petite-dodos-call",
910
"twenty-socks-reflect"
1011
]

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
# @uswds/elements
22

3+
## 1.0.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- 395cb36: - Add documentaton
8+
- Export types for various front-end frameworks
9+
- Add component registration helper with collision checking for custom elements
10+
- Provide React wrapper for web component implementation
11+
312
## 1.0.0-alpha.4
413

514
### Patch Changes
615

716
- 3661a08: Web components: TypeScript conversion and build improvements.
8-
- Resolved vite error [#222](https://github.com/uswds/uswds-elements/issues/222#issue-3623280254)
9-
- Provided types export in package [#221](https://github.com/uswds/uswds-elements/issues/221)
17+
- Resolved vite error [#222](https://github.com/uswds/uswds-elements/issues/222#issue-3623280254)
18+
- Provided types export in package [#221](https://github.com/uswds/uswds-elements/issues/221)
1019

1120
## 1.0.0-alpha.3
1221

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uswds/elements",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"type": "module",
55
"customElements": "custom-elements.json",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)