Version Packages
This commit is contained in:
parent
bc175b5609
commit
16681c85e3
8 changed files with 27 additions and 29 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[form-core] make \_setFocusOnFirstErroneousFormElement work for checkbox-group, radio-group and nested fieldsets
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
[localize] make LocalizeManager ssr-compatible
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'providence-analytics': patch
|
||||
---
|
||||
|
||||
fix normalization of native glob dirent.parentPath for optimisedGlob
|
||||
|
|
@ -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`
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue