Skip to content

Commit 44484c6

Browse files
Version Packages (alpha)
1 parent 3661a08 commit 44484c6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"initialVersions": {
55
"@uswds/elements": "1.0.0-alpha.2"
66
},
7-
"changesets": ["petite-dodos-call"]
7+
"changesets": [
8+
"petite-dodos-call",
9+
"twenty-socks-reflect"
10+
]
811
}

CHANGELOG.md

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

3+
## 1.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- 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)
10+
311
## 1.0.0-alpha.3
412

513
### Patch Changes

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.3",
3+
"version": "1.0.0-alpha.4",
44
"type": "module",
55
"customElements": "custom-elements.json",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)