Version Packages

This commit is contained in:
github-actions[bot] 2023-02-20 09:15:03 +00:00 committed by gerjanvangeest
parent 1b3ba5457f
commit 44be4edeee
7 changed files with 19 additions and 21 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[combobox] make the first occurrence of a string highlighted, instead of the last.

View file

@ -1,9 +0,0 @@
---
'providence-analytics': patch
---
Fixes:
- allow absence of config file
- remove package=lock of non-root packages
- fix conflicting package entries

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix(@lion/ui): declare sideEffects in package.json

View file

@ -1,5 +1,15 @@
# Change Log # Change Log
## 0.14.1
### Patch Changes
- d40fd90b: Fixes:
- allow absence of config file
- remove package=lock of non-root packages
- fix conflicting package entries
## 0.14.0 ## 0.14.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "providence-analytics", "name": "providence-analytics",
"version": "0.14.0", "version": "0.14.1",
"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", "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", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",

View file

@ -1,5 +1,12 @@
# @lion/ui # @lion/ui
## 0.1.4
### Patch Changes
- 1c18057c: [combobox] make the first occurrence of a string highlighted, instead of the last.
- 974e9ea4: fix(@lion/ui): declare sideEffects in package.json
## 0.1.3 ## 0.1.3
### Patch Changes ### Patch Changes

View file

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