diff --git a/.changeset/bright-snakes-smash.md b/.changeset/bright-snakes-smash.md deleted file mode 100644 index 27100a5485..0000000000 --- a/.changeset/bright-snakes-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': minor ---- - -[form-core] add "user-edited" mode to formatOptions while editing existing value of a form control diff --git a/.changeset/poor-ligers-punch.md b/.changeset/poor-ligers-punch.md deleted file mode 100644 index 83a323135a..0000000000 --- a/.changeset/poor-ligers-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[input-amount]: when an existing value is edited (preformatted), stick with the same heuristic for interpreting separators (commas, dots, spaces), namely: `withLocale` diff --git a/.changeset/proud-pugs-think.md b/.changeset/proud-pugs-think.md deleted file mode 100644 index e19c0d01e2..0000000000 --- a/.changeset/proud-pugs-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': minor ---- - -update version of oxc; cleanup; include .ts(x) and jsx by default diff --git a/.changeset/smooth-boats-argue.md b/.changeset/smooth-boats-argue.md deleted file mode 100644 index 1b3bcadf92..0000000000 --- a/.changeset/smooth-boats-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[overlays]: overlayController teardown cleanup (removes logs in test files) diff --git a/.changeset/tricky-suns-change.md b/.changeset/tricky-suns-change.md deleted file mode 100644 index 4775be4ad8..0000000000 --- a/.changeset/tricky-suns-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[overlays]: allow Subclassers to teardown at the right moment diff --git a/.changeset/tricky-suns-changerz.md b/.changeset/tricky-suns-changerz.md deleted file mode 100644 index 0cb9ea6900..0000000000 --- a/.changeset/tricky-suns-changerz.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': minor ---- - -[overlays]: rework setup and teardown logic of OverlayMixin (allow to reconnect offline dom nodes; allow moving dom nodes in performant way) diff --git a/.changeset/twenty-planes-push.md b/.changeset/twenty-planes-push.md deleted file mode 100644 index e1404e8b72..0000000000 --- a/.changeset/twenty-planes-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[form-core] enhance formatter and parser meta with viewValueStates diff --git a/packages-node/providence-analytics/CHANGELOG.md b/packages-node/providence-analytics/CHANGELOG.md index 1e6fb03165..61dc771402 100644 --- a/packages-node/providence-analytics/CHANGELOG.md +++ b/packages-node/providence-analytics/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.18.0 + +### Minor Changes + +- 71992cc: update version of oxc; cleanup; include .ts(x) and jsx by default + ## 0.17.3 ### Patch Changes diff --git a/packages-node/providence-analytics/package.json b/packages-node/providence-analytics/package.json index 2d6200b8f1..cc035f3ce6 100644 --- a/packages-node/providence-analytics/package.json +++ b/packages-node/providence-analytics/package.json @@ -1,6 +1,6 @@ { "name": "providence-analytics", - "version": "0.17.3", + "version": "0.18.0", "description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes", "license": "MIT", "author": "ing-bank", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3fa42137b7..c2ac47c6b6 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,19 @@ # @lion/ui +## 0.10.0 + +### Minor Changes + +- 35e6605: [form-core] add "user-edited" mode to formatOptions while editing existing value of a form control +- 8377e8d: [overlays]: rework setup and teardown logic of OverlayMixin (allow to reconnect offline dom nodes; allow moving dom nodes in performant way) + +### Patch Changes + +- 45f0666: [input-amount]: when an existing value is edited (preformatted), stick with the same heuristic for interpreting separators (commas, dots, spaces), namely: `withLocale` +- e5ff2b0: [overlays]: overlayController teardown cleanup (removes logs in test files) +- 8377e8d: [overlays]: allow Subclassers to teardown at the right moment +- d5258d5: [form-core] enhance formatter and parser meta with viewValueStates + ## 0.9.1 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 8e2dbd4382..eb018756b3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.9.1", + "version": "0.10.0", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",