diff --git a/.changeset/fast-taxis-kneel.md b/.changeset/fast-taxis-kneel.md deleted file mode 100644 index be652d700..000000000 --- a/.changeset/fast-taxis-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[combobox] make the first occurrence of a string highlighted, instead of the last. diff --git a/.changeset/honest-cars-hang.md b/.changeset/honest-cars-hang.md deleted file mode 100644 index 9396eee1e..000000000 --- a/.changeset/honest-cars-hang.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'providence-analytics': patch ---- - -Fixes: - -- allow absence of config file -- remove package=lock of non-root packages -- fix conflicting package entries diff --git a/.changeset/witty-carpets-clap.md b/.changeset/witty-carpets-clap.md deleted file mode 100644 index ce05bef21..000000000 --- a/.changeset/witty-carpets-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -fix(@lion/ui): declare sideEffects in package.json diff --git a/packages-node/providence-analytics/CHANGELOG.md b/packages-node/providence-analytics/CHANGELOG.md index edfaf17fa..9fda533fc 100644 --- a/packages-node/providence-analytics/CHANGELOG.md +++ b/packages-node/providence-analytics/CHANGELOG.md @@ -1,5 +1,15 @@ # 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 ### Minor Changes diff --git a/packages-node/providence-analytics/package.json b/packages-node/providence-analytics/package.json index f18e39567..7f4657167 100644 --- a/packages-node/providence-analytics/package.json +++ b/packages-node/providence-analytics/package.json @@ -1,6 +1,6 @@ { "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", "license": "MIT", "author": "ing-bank", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 847da1c06..98b636d31 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @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 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index bf0b7f255..b7173b1dc 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.1.3", + "version": "0.1.4", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",