From 76a1f1a43b27b99a4877c7000ea62fa4899a565c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Apr 2024 18:14:56 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/neat-ducks-worry.md | 5 ----- .changeset/plenty-lemons-look.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/neat-ducks-worry.md delete mode 100644 .changeset/plenty-lemons-look.md diff --git a/.changeset/neat-ducks-worry.md b/.changeset/neat-ducks-worry.md deleted file mode 100644 index 52e85e5..0000000 --- a/.changeset/neat-ducks-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/chromatic-ado": patch ---- - -Improved logging. diff --git a/.changeset/plenty-lemons-look.md b/.changeset/plenty-lemons-look.md deleted file mode 100644 index fc2d536..0000000 --- a/.changeset/plenty-lemons-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/chromatic-ado": patch ---- - -Updated the PR comment UI diff --git a/CHANGELOG.md b/CHANGELOG.md index aa69865..d6fc672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @workleap/chromatic-ado +## 0.0.16 + +### Patch Changes + +- [`8392589`](https://github.com/gsoft-inc/wl-chromatic-ado/commit/8392589ffdcdfac4b8840f344f007615dce71af6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Improved logging. + +- [`2809fa1`](https://github.com/gsoft-inc/wl-chromatic-ado/commit/2809fa11bc388e9e36f2eb9a0073c190331a6885) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated the PR comment UI + ## 0.0.15 ### Patch Changes diff --git a/package.json b/package.json index bbd0f02..e531543 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@workleap/chromatic-ado", "author": "Workleap", - "version": "0.0.15", + "version": "0.0.16", "description": "Utilities to use Chromatic with Azure DevOps.", "license": "Apache-2.0", "repository": {