Version Packages

This commit is contained in:
github-actions[bot] 2024-10-29 11:16:44 +00:00 committed by Thijs Louisse
parent bc175b5609
commit 16681c85e3
8 changed files with 27 additions and 29 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[form-core] make \_setFocusOnFirstErroneousFormElement work for checkbox-group, radio-group and nested fieldsets

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[localize] make LocalizeManager ssr-compatible

View file

@ -1,5 +0,0 @@
---
'providence-analytics': patch
---
fix normalization of native glob dirent.parentPath for optimisedGlob

View file

@ -1,12 +0,0 @@
---
'providence-analytics': minor
---
- use oxc for all analyzers (oxc is way smaller and more performant than swc, let alone babel)
- make swcTraverse compatible with oxc
- expand scope functionality of swcTraverse
BREAKING:
- make parsers peerDependencies (babel or swc should be loaded by external analyzers)
- rename `swcTraverse` to `oxcTraverse`

View file

@ -1,5 +1,23 @@
# Change Log
## 0.17.0
### Minor Changes
- 615472c: - use oxc for all analyzers (oxc is way smaller and more performant than swc, let alone babel)
- make swcTraverse compatible with oxc
- expand scope functionality of swcTraverse
BREAKING:
- make parsers peerDependencies (babel or swc should be loaded by external analyzers)
- rename `swcTraverse` to `oxcTraverse`
### Patch Changes
- 6f3137c: fix normalization of native glob dirent.parentPath for optimisedGlob
## 0.16.8
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "providence-analytics",
"version": "0.16.8",
"version": "0.17.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",

View file

@ -1,5 +1,12 @@
# @lion/ui
## 0.8.1
### Patch Changes
- 2d4fb0e: [form-core] make \_setFocusOnFirstErroneousFormElement work for checkbox-group, radio-group and nested fieldsets
- 7baecb5: [localize] make LocalizeManager ssr-compatible
## 0.8.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ui",
"version": "0.8.0",
"version": "0.8.1",
"description": "A package of extendable web components",
"license": "MIT",
"author": "ing-bank",