From fb7abf70bc24ab69ad1159d7d3e4efc5b52fd7cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:54:00 -0500 Subject: [PATCH] ci(changesets): version packages (#224) Co-authored-by: github-actions[bot] --- .changeset/wild-buttons-swim.md | 5 ----- packages/firefly-honeycomb/CHANGELOG.md | 6 ++++++ packages/firefly-honeycomb/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wild-buttons-swim.md diff --git a/.changeset/wild-buttons-swim.md b/.changeset/wild-buttons-swim.md deleted file mode 100644 index 849b62afb..000000000 --- a/.changeset/wild-buttons-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@squide/firefly-honeycomb": patch ---- - -This package is now a wrapper around `@workleap/honeycomb`. diff --git a/packages/firefly-honeycomb/CHANGELOG.md b/packages/firefly-honeycomb/CHANGELOG.md index 73b769e14..6c43b3e1d 100644 --- a/packages/firefly-honeycomb/CHANGELOG.md +++ b/packages/firefly-honeycomb/CHANGELOG.md @@ -1,5 +1,11 @@ # @squide/firefly-honeycomb +## 1.0.2 + +### Patch Changes + +- [#223](https://github.com/gsoft-inc/wl-squide/pull/223) [`8cd47f4`](https://github.com/gsoft-inc/wl-squide/commit/8cd47f4eafe7e9ee83fdeaf8cc4a87b1361c0551) Thanks [@patricklafrance](https://github.com/patricklafrance)! - This package is now a wrapper around `@workleap/honeycomb`. + ## 1.0.1 ### Patch Changes diff --git a/packages/firefly-honeycomb/package.json b/packages/firefly-honeycomb/package.json index a4a9054ad..09daac4bf 100644 --- a/packages/firefly-honeycomb/package.json +++ b/packages/firefly-honeycomb/package.json @@ -1,7 +1,7 @@ { "name": "@squide/firefly-honeycomb", "author": "Workleap", - "version": "1.0.1", + "version": "1.0.2", "description": "Honeycomb instrumentation for the Squide firefly technology stack.", "license": "Apache-2.0", "repository": {