Skip to content

Commit 739a632

Browse files
committed
chore(release): publish
- project: json-api-nestjs-sdk 8.0.0 - project: nestjs-json-rpc-sdk 2.0.0 - project: json-api-nestjs 8.0.0
1 parent 490b51f commit 739a632

File tree

6 files changed

+43
-3
lines changed

6 files changed

+43
-3
lines changed

libs/json-api/json-api-nestjs-sdk/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 8.0.0 (2024-12-18)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs-sdk,nestjs-json-rpc-sdk:** Change export ([7953371](https://github.com/klerick/nestjs-json-api/commit/7953371))
6+
- **nestjs-json-rpc-sdk:** Skip empty element in response ([28d3efc](https://github.com/klerick/nestjs-json-api/commit/28d3efc))
7+
8+
### 🩹 Fixes
9+
10+
- **json-api-nestjs-sdk:** Fix check for relation and add type for meta data ([9bbe9fd](https://github.com/klerick/nestjs-json-api/commit/9bbe9fd))
11+
12+
### ❤️ Thank You
13+
14+
- Alex H
15+
116
## 7.0.1 (2024-04-21)
217

318

libs/json-api/json-api-nestjs-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-api-nestjs-sdk",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"engines": {
55
"node": ">= 16.0.0"
66
},

libs/json-api/json-api-nestjs/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 8.0.0 (2024-12-18)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs:** Return meta info in atomic operation ([1b61fb3](https://github.com/klerick/nestjs-json-api/commit/1b61fb3))
6+
- **json-api-nestjs:** Allow set id from request for postOne ([6202c22](https://github.com/klerick/nestjs-json-api/commit/6202c22))
7+
- **json-api-nestjs:** Extend validate for array, json and datetime, use nullable if possible ([a8c6f83](https://github.com/klerick/nestjs-json-api/commit/a8c6f83))
8+
- **json-api-nestjs:** Allow call interceptor for each operation in atomic endpoint ([9e0f066](https://github.com/klerick/nestjs-json-api/commit/9e0f066))
9+
- **json-api-nestjs:** Add wrapper transaction options ([8e498a8](https://github.com/klerick/nestjs-json-api/commit/8e498a8))
10+
- **nestjs-json-rpc:** Add support soft delete ([c3b9322](https://github.com/klerick/nestjs-json-api/commit/c3b9322))
11+
12+
### ❤️ Thank You
13+
14+
- Alex H
15+
116
## 7.0.4 (2024-10-27)
217

318

libs/json-api/json-api-nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-api-nestjs",
3-
"version": "7.0.4",
3+
"version": "8.0.0",
44
"engines": {
55
"node": ">= 16.0.0"
66
},

libs/json-rpc/nestjs-json-rpc-sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.0.0 (2024-12-18)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs-sdk,nestjs-json-rpc-sdk:** Change export ([7953371](https://github.com/klerick/nestjs-json-api/commit/7953371))
6+
7+
### ❤️ Thank You
8+
9+
- Alex H
10+
111
# 1.0.0 (2024-04-12)
212

313

libs/json-rpc/nestjs-json-rpc-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/nestjs-json-rpc-sdk",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"engines": {
55
"node": ">= 16.0.0"
66
},

0 commit comments

Comments
 (0)