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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/client":"1.2.0","packages/integration/koa":"1.2.1","packages/openapi":"1.3.0","packages/server":"1.3.0","packages/integration/taxum":"1.2.0"}
{"packages/client":"1.2.0","packages/integration/koa":"1.2.2","packages/openapi":"1.3.1","packages/server":"1.4.0","packages/integration/taxum":"1.2.1"}
11 changes: 11 additions & 0 deletions packages/integration/koa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.2.2](https://github.com/DASPRiD/jsonapi-serde-js/compare/integration-koa-v1.2.1...integration-koa-v1.2.2) (2025-10-11)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @jsonapi-serde/server bumped to 1.4.0
* peerDependencies
* @jsonapi-serde/server bumped to 1.4.0

## [1.2.1](https://github.com/DASPRiD/jsonapi-serde-js/compare/integration-koa-v1.2.0...integration-koa-v1.2.1) (2025-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/integration/koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonapi-serde/integration-koa",
"version": "1.2.1",
"version": "1.2.2",
"description": "Koa integration for @jsonapi-serde/server",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down
11 changes: 11 additions & 0 deletions packages/integration/taxum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.2.1](https://github.com/DASPRiD/jsonapi-serde-js/compare/integration-taxum-v1.2.0...integration-taxum-v1.2.1) (2025-10-11)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @jsonapi-serde/server bumped to 1.4.0
* peerDependencies
* @jsonapi-serde/server bumped to 1.4.0

## [1.2.0](https://github.com/DASPRiD/jsonapi-serde-js/compare/integration-taxum-v1.1.0...integration-taxum-v1.2.0) (2025-09-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/integration/taxum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonapi-serde/integration-taxum",
"version": "1.2.0",
"version": "1.2.1",
"description": "Taxum integration for @jsonapi-serde/server",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down
11 changes: 11 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.3.1](https://github.com/DASPRiD/jsonapi-serde-js/compare/openapi-v1.3.0...openapi-v1.3.1) (2025-10-11)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @jsonapi-serde/server bumped to 1.4.0
* peerDependencies
* @jsonapi-serde/server bumped to 1.4.0

## [1.3.0](https://github.com/DASPRiD/jsonapi-serde-js/compare/openapi-v1.2.1...openapi-v1.3.0) (2025-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonapi-serde/openapi",
"version": "1.3.0",
"version": "1.3.1",
"description": "OpenAPI schema generation for JSON:API serde",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/DASPRiD/jsonapi-serde-js/compare/server-v1.3.0...server-v1.4.0) (2025-10-11)


### Features

* **server:** allow relationships to be optional ([616777c](https://github.com/DASPRiD/jsonapi-serde-js/commit/616777cb84d9d3bc6a581c83fda780752652cc09))

## [1.3.0](https://github.com/DASPRiD/jsonapi-serde-js/compare/server-v1.2.0...server-v1.3.0) (2025-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsonapi-serde/server",
"version": "1.3.0",
"version": "1.4.0",
"description": "Framework agnostic JSON:API serialization and deserialization",
"type": "module",
"author": "Ben Scholzen 'DASPRiD'",
Expand Down