Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: json-api-nestjs-sdk 8.0.0

- project: nestjs-json-rpc-sdk 2.0.0

- project: json-api-nestjs 8.0.0
  • Loading branch information
actions-user committed Dec 18, 2024
1 parent 490b51f commit 739a632
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 3 deletions.
15 changes: 15 additions & 0 deletions libs/json-api/json-api-nestjs-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 8.0.0 (2024-12-18)

### 🚀 Features

- **json-api-nestjs-sdk,nestjs-json-rpc-sdk:** Change export ([7953371](https://github.com/klerick/nestjs-json-api/commit/7953371))
- **nestjs-json-rpc-sdk:** Skip empty element in response ([28d3efc](https://github.com/klerick/nestjs-json-api/commit/28d3efc))

### 🩹 Fixes

- **json-api-nestjs-sdk:** Fix check for relation and add type for meta data ([9bbe9fd](https://github.com/klerick/nestjs-json-api/commit/9bbe9fd))

### ❤️ Thank You

- Alex H

## 7.0.1 (2024-04-21)


Expand Down
2 changes: 1 addition & 1 deletion libs/json-api/json-api-nestjs-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-api-nestjs-sdk",
"version": "7.0.1",
"version": "8.0.0",
"engines": {
"node": ">= 16.0.0"
},
Expand Down
15 changes: 15 additions & 0 deletions libs/json-api/json-api-nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 8.0.0 (2024-12-18)

### 🚀 Features

- **json-api-nestjs:** Return meta info in atomic operation ([1b61fb3](https://github.com/klerick/nestjs-json-api/commit/1b61fb3))
- **json-api-nestjs:** Allow set id from request for postOne ([6202c22](https://github.com/klerick/nestjs-json-api/commit/6202c22))
- **json-api-nestjs:** Extend validate for array, json and datetime, use nullable if possible ([a8c6f83](https://github.com/klerick/nestjs-json-api/commit/a8c6f83))
- **json-api-nestjs:** Allow call interceptor for each operation in atomic endpoint ([9e0f066](https://github.com/klerick/nestjs-json-api/commit/9e0f066))
- **json-api-nestjs:** Add wrapper transaction options ([8e498a8](https://github.com/klerick/nestjs-json-api/commit/8e498a8))
- **nestjs-json-rpc:** Add support soft delete ([c3b9322](https://github.com/klerick/nestjs-json-api/commit/c3b9322))

### ❤️ Thank You

- Alex H

## 7.0.4 (2024-10-27)


Expand Down
2 changes: 1 addition & 1 deletion libs/json-api/json-api-nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-api-nestjs",
"version": "7.0.4",
"version": "8.0.0",
"engines": {
"node": ">= 16.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions libs/json-rpc/nestjs-json-rpc-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2.0.0 (2024-12-18)

### 🚀 Features

- **json-api-nestjs-sdk,nestjs-json-rpc-sdk:** Change export ([7953371](https://github.com/klerick/nestjs-json-api/commit/7953371))

### ❤️ Thank You

- Alex H

# 1.0.0 (2024-04-12)


Expand Down
2 changes: 1 addition & 1 deletion libs/json-rpc/nestjs-json-rpc-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klerick/nestjs-json-rpc-sdk",
"version": "1.0.0",
"version": "2.0.0",
"engines": {
"node": ">= 16.0.0"
},
Expand Down

0 comments on commit 739a632

Please sign in to comment.