Skip to content

Commit

Permalink
add support for extended language codes
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 22, 2022
1 parent 8b2c090 commit c40b3a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/resources/changelog.md
Expand Up @@ -67,6 +67,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
- Moved all component descriptions to `@summary` to get them within documentation tools [#962](https://github.com/shoelace-style/shoelace/pull/962)
- Refactored form controls to use the `ShoelaceFormControl` interface to improve type safety and consistency
- Updated Lit to 2.4.1
- Updated `@shoelace-style/localize` t0 3.0.3 to support for extended language codes
- Updated Bootstrap Icons to 1.10.2
- Updated TypeScript to 4.8.4
- Updated esbuild to 0.15.14
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"@floating-ui/dom": "^1.0.6",
"@lit-labs/react": "^1.1.0",
"@shoelace-style/animations": "^1.1.0",
"@shoelace-style/localize": "^3.0.1",
"@shoelace-style/localize": "^3.0.3",
"color": "4.2",
"lit": "^2.4.1",
"qr-creator": "^1.0.0"
Expand Down

0 comments on commit c40b3a8

Please sign in to comment.