Merge pull request #2105 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Thijs Louisse 2023-11-09 12:39:02 +01:00 committed by GitHub
commit 64a1b65c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 35 additions and 46 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': minor
---
feat: [combobox] add `allow-custom-choice` (former requireOptionMatch=false) and make it compatible with `multiple-choice`

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix: [combobox] single choice with `allow-custom-choice`(former requireOptionMatch=false) doesn't clear selection

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix: [radio-group] resetting a radio-group containing options with formatters doesn't check the default value

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix: [combobox] model-value-changed event emitted when clearing a combobox sends stale value

View file

@ -1,17 +0,0 @@
---
'providence-analytics': minor
---
Many improvements:
- rewritten from babel to swc
- swcTraverse tool, compatible with babel traverse api
- increased performance
- better windows compatibility
BREAKING:
- package fully written as esm
- entrypoints changed:
- `@providence-analytics/src/cli` => `@providence-analytics/cli.js`
- `@providence-analytics/analyzers` => `@providence-analytics/analyzers.js`

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix: [combobox] autocomplete feature for the lion-combobox component. It used to autoselect a wrong item

View file

@ -1,5 +1,23 @@
# Change Log
## 0.15.0
### Minor Changes
- bdb038e1: Many improvements:
- rewritten from babel to swc
- swcTraverse tool, compatible with babel traverse api
- increased performance
- better windows compatibility
BREAKING:
- package fully written as esm
- entrypoints changed:
- `@providence-analytics/src/cli` => `@providence-analytics/cli.js`
- `@providence-analytics/analyzers` => `@providence-analytics/analyzers.js`
## 0.14.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "providence-analytics",
"version": "0.14.1",
"version": "0.15.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",
@ -64,8 +64,8 @@
"@types/inquirer": "^9.0.3",
"@types/mocha": "^10.0.1",
"@web/dev-server-core": "^0.4.0",
"mock-require": "^3.0.3",
"mock-fs": "^5.2.0"
"mock-fs": "^5.2.0",
"mock-require": "^3.0.3"
},
"keywords": [
"analysis",

View file

@ -1,5 +1,18 @@
# @lion/ui
## 0.5.0
### Minor Changes
- 7f644cd7: feat: [combobox] add `allow-custom-choice` (former requireOptionMatch=false) and make it compatible with `multiple-choice`
### Patch Changes
- be4e25a1: fix: [combobox] single choice with `allow-custom-choice`(former requireOptionMatch=false) doesn't clear selection
- e923ba40: fix: [radio-group] resetting a radio-group containing options with formatters doesn't check the default value
- 7235a4f7: fix: [combobox] model-value-changed event emitted when clearing a combobox sends stale value
- c459ded9: fix: [combobox] autocomplete feature for the lion-combobox component. It used to autoselect a wrong item
## 0.4.2
### Patch Changes

View file

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