Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"packages/assets": "5.0.0",
"packages/basic": "3.0.0",
"packages/basic": "3.0.1",
"packages/body": "4.0.0",
"packages/cookie": "4.0.0",
"packages/cors": "2.0.0",
"packages/decorators": "5.0.0",
"packages/decorators": "5.0.1",
"packages/i18n": "4.0.0",
"packages/logger": "2.0.0",
"packages/prometheus": "4.0.0",
"packages/query": "4.0.0",
"packages/query": "4.0.1",
"packages/rate-limit": "4.0.0",
"packages/rate-limit-redis": "5.0.0",
"packages/swagger-ui": "4.0.0"
"packages/swagger-ui": "4.0.1"
}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
* dependencies
* @routup/query bumped from ^2.3.0 to ^2.3.1

## [3.0.1](https://github.com/routup/plugins/compare/basic-v3.0.0...basic-v3.0.1) (2026-07-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @routup/query bumped from ^4.0.0 to ^4.0.1

## [3.0.0](https://github.com/routup/plugins/compare/basic-v2.2.0...basic-v3.0.0) (2026-05-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/basic",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"description": "A basic plugin, which includes the body, cookie & query plugin.",
"exports": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"dependencies": {
"@routup/body": "^4.0.0",
"@routup/cookie": "^4.0.0",
"@routup/query": "^4.0.0"
"@routup/query": "^4.0.1"
},
"devDependencies": {
"routup": "^6.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
* devDependencies
* @routup/query bumped from ^2.3.0 to ^2.3.1

## [5.0.1](https://github.com/routup/plugins/compare/decorators-v5.0.0...decorators-v5.0.1) (2026-07-21)


### Bug Fixes

* **deps:** bump the minorandpatch group across 1 directory with 16 updates ([#828](https://github.com/routup/plugins/issues/828)) ([f737794](https://github.com/routup/plugins/commit/f7377946317099ad5915f8fb858525be780fff4c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @routup/query bumped from ^4.0.0 to ^4.0.1

## [5.0.0](https://github.com/routup/plugins/compare/decorators-v4.2.0...decorators-v5.0.0) (2026-05-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/decorators",
"version": "5.0.0",
"version": "5.0.1",
"type": "module",
"description": "Decorators plugin for routup.",
"exports": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@routup/body": "^4.0.0",
"@routup/cookie": "^4.0.0",
"@routup/query": "^4.0.0"
"@routup/query": "^4.0.1"
},
"devDependencies": {
"@trapi/core": "^2.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [4.0.1](https://github.com/routup/plugins/compare/query-v4.0.0...query-v4.0.1) (2026-07-21)


### Bug Fixes

* **deps:** bump the minorandpatch group across 1 directory with 16 updates ([#828](https://github.com/routup/plugins/issues/828)) ([f737794](https://github.com/routup/plugins/commit/f7377946317099ad5915f8fb858525be780fff4c))

## [4.0.0](https://github.com/routup/plugins/compare/query-v3.2.0...query-v4.0.0) (2026-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/query",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"description": "Query plugin for routup.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/swagger-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.1](https://github.com/routup/plugins/compare/swagger-ui-v4.0.0...swagger-ui-v4.0.1) (2026-07-21)


### Bug Fixes

* **deps:** bump the minorandpatch group across 1 directory with 16 updates ([#828](https://github.com/routup/plugins/issues/828)) ([f737794](https://github.com/routup/plugins/commit/f7377946317099ad5915f8fb858525be780fff4c))

## [4.0.0](https://github.com/routup/plugins/compare/swagger-ui-v3.2.0...swagger-ui-v4.0.0) (2026-05-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/swagger-ui",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"description": "Swagger UI plugin for routup — mount swagger-ui-dist on any path.",
"exports": {
Expand Down