Skip to content

Commit bc232c8

Browse files
Merge pull request #871 from jg-wright/release-please--branches--master
chore: release master
2 parents 957069e + b1f0277 commit bc232c8

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/logger": "5.0.3",
55
"packages/message-bus": "6.0.3",
66
"packages/plugin-manager": "9.0.0",
7-
"packages/query-params": "3.0.3",
7+
"packages/query-params": "3.0.4",
88
"packages/store": "8.0.3",
99
"packages/store-logger": "3.0.3",
1010
"packages/streams": "2.0.3",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/query-params/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.4](https://github.com/jg-wright/plugola/compare/query-params-v3.0.3...query-params-v3.0.4) (2026-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **query-params:** make sure dist exists ([fee9721](https://github.com/jg-wright/plugola/commit/fee9721ba9fc51eeecf14beb79132bc60125ece0))
9+
310
## [3.0.3](https://github.com/jg-wright/plugola/compare/query-params-v3.0.2...query-params-v3.0.3) (2026-06-08)
411

512

packages/query-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plugola/query-params",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Parses location query parameters",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)