From fb92719fa276ea597b3018eb04abc8cfb27ba8be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 04:10:51 +0100 Subject: [PATCH] chore: release package(s) (#18) Co-authored-by: github-actions[bot] --- .changeset/clean-countries-sneeze.md | 5 ----- .changeset/small-kings-serve.md | 5 ----- quickbundle/CHANGELOG.md | 8 ++++++++ quickbundle/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/clean-countries-sneeze.md delete mode 100644 .changeset/small-kings-serve.md diff --git a/.changeset/clean-countries-sneeze.md b/.changeset/clean-countries-sneeze.md deleted file mode 100644 index ee35e2f..0000000 --- a/.changeset/clean-countries-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"quickbundle": minor ---- - -Update dependencies including rollup and swc. diff --git a/.changeset/small-kings-serve.md b/.changeset/small-kings-serve.md deleted file mode 100644 index ce3dd5c..0000000 --- a/.changeset/small-kings-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"quickbundle": minor ---- - -Add `compile` command to build standalone executables. diff --git a/quickbundle/CHANGELOG.md b/quickbundle/CHANGELOG.md index 4877d43..495464d 100644 --- a/quickbundle/CHANGELOG.md +++ b/quickbundle/CHANGELOG.md @@ -1,5 +1,13 @@ # quickbundle +## 2.7.0 + +### Minor Changes + +- [`71fed0b`](https://github.com/adbayb/quickbundle/commit/71fed0b71441e34ac6e49358c10b888c236810e6) Thanks [@adbayb](https://github.com/adbayb)! - Update dependencies including rollup and swc. + +- [`bc06d62`](https://github.com/adbayb/quickbundle/commit/bc06d6251f5af6e33c73cb7e28a8b3e713d3de76) Thanks [@adbayb](https://github.com/adbayb)! - Add `compile` command to build standalone executables. + ## 2.6.0 ### Minor Changes diff --git a/quickbundle/package.json b/quickbundle/package.json index 30b9e04..ff3a125 100644 --- a/quickbundle/package.json +++ b/quickbundle/package.json @@ -1,6 +1,6 @@ { "name": "quickbundle", - "version": "2.6.0", + "version": "2.7.0", "description": "The zero-configuration transpiler and bundler for the web", "author": { "name": "Ayoub Adib",