Skip to content

Commit 6387c86

Browse files
chore: release main (#38)
Co-authored-by: automated-pr-bot[bot] <102436816+automated-pr-bot[bot]@users.noreply.github.com>
1 parent 998d2c4 commit 6387c86

File tree

9 files changed

+45
-5
lines changed

9 files changed

+45
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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"}
1+
{"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"}

packages/integration/koa/CHANGELOG.md

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

3+
## [1.2.2](https://github.com/DASPRiD/jsonapi-serde-js/compare/integration-koa-v1.2.1...integration-koa-v1.2.2) (2025-10-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @jsonapi-serde/server bumped to 1.4.0
11+
* peerDependencies
12+
* @jsonapi-serde/server bumped to 1.4.0
13+
314
## [1.2.1](https://github.com/DASPRiD/jsonapi-serde-js/compare/integration-koa-v1.2.0...integration-koa-v1.2.1) (2025-08-24)
415

516

packages/integration/koa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonapi-serde/integration-koa",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Koa integration for @jsonapi-serde/server",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",

packages/integration/taxum/CHANGELOG.md

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

3+
## [1.2.1](https://github.com/DASPRiD/jsonapi-serde-js/compare/integration-taxum-v1.2.0...integration-taxum-v1.2.1) (2025-10-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @jsonapi-serde/server bumped to 1.4.0
11+
* peerDependencies
12+
* @jsonapi-serde/server bumped to 1.4.0
13+
314
## [1.2.0](https://github.com/DASPRiD/jsonapi-serde-js/compare/integration-taxum-v1.1.0...integration-taxum-v1.2.0) (2025-09-13)
415

516

packages/integration/taxum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonapi-serde/integration-taxum",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Taxum integration for @jsonapi-serde/server",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",

packages/openapi/CHANGELOG.md

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

3+
## [1.3.1](https://github.com/DASPRiD/jsonapi-serde-js/compare/openapi-v1.3.0...openapi-v1.3.1) (2025-10-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @jsonapi-serde/server bumped to 1.4.0
11+
* peerDependencies
12+
* @jsonapi-serde/server bumped to 1.4.0
13+
314
## [1.3.0](https://github.com/DASPRiD/jsonapi-serde-js/compare/openapi-v1.2.1...openapi-v1.3.0) (2025-08-24)
415

516

packages/openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonapi-serde/openapi",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "OpenAPI schema generation for JSON:API serde",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",

packages/server/CHANGELOG.md

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

3+
## [1.4.0](https://github.com/DASPRiD/jsonapi-serde-js/compare/server-v1.3.0...server-v1.4.0) (2025-10-11)
4+
5+
6+
### Features
7+
8+
* **server:** allow relationships to be optional ([616777c](https://github.com/DASPRiD/jsonapi-serde-js/commit/616777cb84d9d3bc6a581c83fda780752652cc09))
9+
310
## [1.3.0](https://github.com/DASPRiD/jsonapi-serde-js/compare/server-v1.2.0...server-v1.3.0) (2025-08-24)
411

512

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonapi-serde/server",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Framework agnostic JSON:API serialization and deserialization",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",

0 commit comments

Comments
 (0)