We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21888fc commit 2b8174eCopy full SHA for 2b8174e
.changeset/pre.json
@@ -7,6 +7,7 @@
7
"changesets": [
8
"good-needles-fix",
9
"petite-dodos-call",
10
+ "short-oranges-rescue",
11
"twenty-socks-reflect"
12
]
13
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @uswds/elements
2
3
+## 1.0.0-alpha.6
4
+
5
+### Patch Changes
6
+- 21888fc: Adds a prop to the banner component to allow customization of the flag image.
## 1.0.0-alpha.5
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@uswds/elements",
- "version": "1.0.0-alpha.5",
+ "version": "1.0.0-alpha.6",
"type": "module",
"customElements": "custom-elements.json",
"types": "./dist/index.d.ts",
0 commit comments