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
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@evoactivity/jsonapi-adonis": {
"impact": "minor",
"oldVersion": "0.1.3",
"newVersion": "0.2.0",
"oldVersion": "0.2.0",
"newVersion": "0.3.0",
"tagName": "latest",
"constraints": [
{
Expand All @@ -14,5 +14,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-07-31)\n\n* @evoactivity/jsonapi-adonis 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@evoactivity/jsonapi-adonis`\n * [#7](https://github.com/evoactivity/jsonapi-adonis/pull/7) Add withPreloadScopes to constrain included relations ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n"
"description": "## Release (2026-08-12)\n\n* @evoactivity/jsonapi-adonis 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@evoactivity/jsonapi-adonis`\n * [#14](https://github.com/evoactivity/jsonapi-adonis/pull/14) Add relationshipsOnly to select relationship routes (#13) ([@evoactivity](https://github.com/evoactivity))\n * [#11](https://github.com/evoactivity/jsonapi-adonis/pull/11) Gate every relationship path on exposeRelationships ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Release (2026-08-12)

* @evoactivity/jsonapi-adonis 0.3.0 (minor)

#### :rocket: Enhancement
* `@evoactivity/jsonapi-adonis`
* [#14](https://github.com/evoactivity/jsonapi-adonis/pull/14) Add relationshipsOnly to select relationship routes (#13) ([@evoactivity](https://github.com/evoactivity))
* [#11](https://github.com/evoactivity/jsonapi-adonis/pull/11) Gate every relationship path on exposeRelationships ([@evoactivity](https://github.com/evoactivity))

#### Committers: 1
- Liam ([@evoactivity](https://github.com/evoactivity))

## Release (2026-07-31)

* @evoactivity/jsonapi-adonis 0.2.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evoactivity/jsonapi-adonis",
"version": "0.2.0",
"version": "0.3.0",
"description": "JSON:API serialization, deserialization and routing for AdonisJS",
"keywords": [
"adonisjs",
Expand Down