From b1f02775b1286c6188f0eeef1e6a0ac9a278b849 Mon Sep 17 00:00:00 2001 From: "jg-wright[bot]" <278933176+jg-wright[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:16:21 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 2 +- package-lock.json | 2 +- packages/query-params/CHANGELOG.md | 7 +++++++ packages/query-params/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a7d8e791..7fba22775 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "packages/logger": "5.0.3", "packages/message-bus": "6.0.3", "packages/plugin-manager": "9.0.0", - "packages/query-params": "3.0.3", + "packages/query-params": "3.0.4", "packages/store": "8.0.3", "packages/store-logger": "3.0.3", "packages/streams": "2.0.3", diff --git a/package-lock.json b/package-lock.json index 2498f6be0..5706410d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3302,7 +3302,7 @@ }, "packages/query-params": { "name": "@plugola/query-params", - "version": "3.0.3", + "version": "3.0.4", "license": "MIT", "dependencies": { "tslib": "^2.8.1" diff --git a/packages/query-params/CHANGELOG.md b/packages/query-params/CHANGELOG.md index fb755a054..0ad0fe390 100644 --- a/packages/query-params/CHANGELOG.md +++ b/packages/query-params/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.4](https://github.com/jg-wright/plugola/compare/query-params-v3.0.3...query-params-v3.0.4) (2026-06-09) + + +### Bug Fixes + +* **query-params:** make sure dist exists ([fee9721](https://github.com/jg-wright/plugola/commit/fee9721ba9fc51eeecf14beb79132bc60125ece0)) + ## [3.0.3](https://github.com/jg-wright/plugola/compare/query-params-v3.0.2...query-params-v3.0.3) (2026-06-08) diff --git a/packages/query-params/package.json b/packages/query-params/package.json index 26ca639f4..07992b21b 100644 --- a/packages/query-params/package.json +++ b/packages/query-params/package.json @@ -1,6 +1,6 @@ { "name": "@plugola/query-params", - "version": "3.0.3", + "version": "3.0.4", "description": "Parses location query parameters", "type": "module", "exports": {