From c8a36c6f23b7295a9174e045b55f6d1cd973274a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Dec 2020 09:04:58 +0000 Subject: [PATCH] Version Packages --- .changeset/spicy-terms-grin.md | 5 ----- packages/providence-analytics/CHANGELOG.md | 6 ++++++ packages/providence-analytics/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/spicy-terms-grin.md diff --git a/.changeset/spicy-terms-grin.md b/.changeset/spicy-terms-grin.md deleted file mode 100644 index 5394ac0e9..000000000 --- a/.changeset/spicy-terms-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -Relative source path util take posix path for both full path and root path, to ensure the replace happens properly. diff --git a/packages/providence-analytics/CHANGELOG.md b/packages/providence-analytics/CHANGELOG.md index 05c27788a..0f9994b90 100644 --- a/packages/providence-analytics/CHANGELOG.md +++ b/packages/providence-analytics/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.8.2 + +### Patch Changes + +- 3cd1cf95: Relative source path util take posix path for both full path and root path, to ensure the replace happens properly. + ## 0.8.1 ### Patch Changes diff --git a/packages/providence-analytics/package.json b/packages/providence-analytics/package.json index 29c1cb54b..15ca6cbae 100644 --- a/packages/providence-analytics/package.json +++ b/packages/providence-analytics/package.json @@ -1,6 +1,6 @@ { "name": "providence-analytics", - "version": "0.8.1", + "version": "0.8.2", "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",