Skip to content
Merged
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
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"packages/assets": "4.1.0",
"packages/basic": "2.1.0",
"packages/body": "3.1.0",
"packages/cookie": "3.1.0",
"packages/cors": "1.0.1",
"packages/decorators": "4.1.0",
"packages/i18n": "3.1.0",
"packages/logger": "1.0.0",
"packages/prometheus": "3.1.0",
"packages/query": "3.1.0",
"packages/rate-limit": "3.1.0",
"packages/rate-limit-redis": "4.1.0",
"packages/swagger-ui": "3.1.0"
"packages/assets": "4.2.0",
"packages/basic": "2.2.0",
"packages/body": "3.2.0",
"packages/cookie": "3.2.0",
"packages/cors": "1.1.0",
"packages/decorators": "4.2.0",
"packages/i18n": "3.2.0",
"packages/logger": "1.1.0",
"packages/prometheus": "3.2.0",
"packages/query": "3.2.0",
"packages/rate-limit": "3.2.0",
"packages/rate-limit-redis": "4.2.0",
"packages/swagger-ui": "3.2.0"
}
44 changes: 22 additions & 22 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [4.2.0](https://github.com/routup/plugins/compare/assets-v4.1.0...assets-v4.2.0) (2026-05-12)


### Features

* **decorators:** support array of paths in @DController ([#801](https://github.com/routup/plugins/issues/801)) ([a45df32](https://github.com/routup/plugins/commit/a45df32e75512a1ef79b93a78cdd0b6fbf6505ba))

## [4.1.0](https://github.com/routup/plugins/compare/assets-v4.0.0...assets-v4.1.0) (2026-05-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/assets",
"version": "4.1.0",
"version": "4.2.0",
"type": "module",
"description": "Routup plugin for serving static files.",
"exports": {
Expand Down
16 changes: 16 additions & 0 deletions packages/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
* dependencies
* @routup/query bumped from ^2.3.0 to ^2.3.1

## [2.2.0](https://github.com/routup/plugins/compare/basic-v2.1.0...basic-v2.2.0) (2026-05-12)


### Features

* **decorators:** support array of paths in @DController ([#801](https://github.com/routup/plugins/issues/801)) ([a45df32](https://github.com/routup/plugins/commit/a45df32e75512a1ef79b93a78cdd0b6fbf6505ba))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @routup/body bumped from ^3.1.0 to ^3.2.0
* @routup/cookie bumped from ^3.1.0 to ^3.2.0
* @routup/query bumped from ^3.1.0 to ^3.2.0

## [2.1.0](https://github.com/routup/plugins/compare/basic-v2.0.0...basic-v2.1.0) (2026-05-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/basic",
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"description": "A basic plugin, which includes the body, cookie & query plugin.",
"exports": {
Expand Down Expand Up @@ -66,9 +66,9 @@
"routup": "^5.2.0"
},
"dependencies": {
"@routup/body": "^3.1.0",
"@routup/cookie": "^3.1.0",
"@routup/query": "^3.1.0"
"@routup/body": "^3.2.0",
"@routup/cookie": "^3.2.0",
"@routup/query": "^3.2.0"
},
"devDependencies": {
"routup": "^5.2.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/body/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [3.2.0](https://github.com/routup/plugins/compare/body-v3.1.0...body-v3.2.0) (2026-05-12)


### Features

* **decorators:** support array of paths in @DController ([#801](https://github.com/routup/plugins/issues/801)) ([a45df32](https://github.com/routup/plugins/commit/a45df32e75512a1ef79b93a78cdd0b6fbf6505ba))

## [3.1.0](https://github.com/routup/plugins/compare/body-v3.0.0...body-v3.1.0) (2026-05-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/body/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/body",
"version": "3.1.0",
"version": "3.2.0",
"type": "module",
"description": "Body plugin for routup.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cookie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [3.2.0](https://github.com/routup/plugins/compare/cookie-v3.1.0...cookie-v3.2.0) (2026-05-12)


### Features

* **decorators:** support array of paths in @DController ([#801](https://github.com/routup/plugins/issues/801)) ([a45df32](https://github.com/routup/plugins/commit/a45df32e75512a1ef79b93a78cdd0b6fbf6505ba))

## [3.1.0](https://github.com/routup/plugins/compare/cookie-v3.0.0...cookie-v3.1.0) (2026-05-06)


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

## [1.1.0](https://github.com/routup/plugins/compare/cors-v1.0.1...cors-v1.1.0) (2026-05-12)


### Features

* **decorators:** support array of paths in @DController ([#801](https://github.com/routup/plugins/issues/801)) ([a45df32](https://github.com/routup/plugins/commit/a45df32e75512a1ef79b93a78cdd0b6fbf6505ba))

## [1.0.1](https://github.com/routup/plugins/compare/cors-v1.0.0...cors-v1.0.1) (2026-05-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/cors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/cors",
"version": "1.0.1",
"version": "1.1.0",
"type": "module",
"description": "CORS plugin for routup.",
"exports": {
Expand Down
21 changes: 21 additions & 0 deletions packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@
* devDependencies
* @routup/query bumped from ^2.3.0 to ^2.3.1

## [4.2.0](https://github.com/routup/plugins/compare/decorators-v4.1.0...decorators-v4.2.0) (2026-05-12)


### Features

* **decorators:** support array of paths in @DController ([#801](https://github.com/routup/plugins/issues/801)) ([a45df32](https://github.com/routup/plugins/commit/a45df32e75512a1ef79b93a78cdd0b6fbf6505ba))


### Bug Fixes

* **deps:** bump the minorandpatch group across 1 directory with 8 updates ([#805](https://github.com/routup/plugins/issues/805)) ([392752f](https://github.com/routup/plugins/commit/392752f06d3b8499f7accc176aea965f41cf834d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @routup/body bumped from ^3.1.0 to ^3.2.0
* @routup/cookie bumped from ^3.1.0 to ^3.2.0
* @routup/query bumped from ^3.1.0 to ^3.2.0

## [4.1.0](https://github.com/routup/plugins/compare/decorators-v4.0.0...decorators-v4.1.0) (2026-05-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/decorators",
"version": "4.1.0",
"version": "4.2.0",
"type": "module",
"description": "Decorators plugin for routup.",
"exports": {
Expand Down Expand Up @@ -64,9 +64,9 @@
}
},
"dependencies": {
"@routup/body": "^3.1.0",
"@routup/cookie": "^3.1.0",
"@routup/query": "^3.1.0"
"@routup/body": "^3.2.0",
"@routup/cookie": "^3.2.0",
"@routup/query": "^3.2.0"
},
"devDependencies": {
"@trapi/core": "^2.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.2.0](https://github.com/routup/plugins/compare/i18n-v3.1.0...i18n-v3.2.0) (2026-05-12)


### Features

* **decorators:** support array of paths in @DController ([#801](https://github.com/routup/plugins/issues/801)) ([a45df32](https://github.com/routup/plugins/commit/a45df32e75512a1ef79b93a78cdd0b6fbf6505ba))

## [3.1.0](https://github.com/routup/plugins/compare/i18n-v3.0.0...i18n-v3.1.0) (2026-05-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/i18n",
"version": "3.1.0",
"version": "3.2.0",
"type": "module",
"description": "Translation and internationalization plugin for routup.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/routup/plugins/compare/logger-v1.0.0...logger-v1.1.0) (2026-05-12)


### Features

* **decorators:** support array of paths in @DController ([#801](https://github.com/routup/plugins/issues/801)) ([a45df32](https://github.com/routup/plugins/commit/a45df32e75512a1ef79b93a78cdd0b6fbf6505ba))

## 1.0.0 (2026-05-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routup/logger",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"description": "HTTP request logger handler for routup, with morgan-compatible tokens and presets.",
"exports": {
Expand Down
Loading