Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gerjanvangeest committed Dec 19, 2023
1 parent e3ea877 commit 0b59a3d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-games-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lion/ui': minor
---

Update to lit 3
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- lit3-alpha

jobs:
release:
Expand Down
25 changes: 23 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/ui/components/input-iban/src/formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export function formatIBAN(modelValue) {
if (!modelValue) {
return '';
}
// @ts-ignore should not return null
return friendlyFormatIBAN(modelValue);
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.5.2",
"version": "0.6.0-alpha.0",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",
Expand Down

0 comments on commit 0b59a3d

Please sign in to comment.