Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0f3f850

Browse files
committedMar 8, 2024
chore(release): publish
- project: json-api-nestjs-sdk 7.0.0 - project: json-api-nestjs 7.0.0
1 parent 376a177 commit 0f3f850

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed
 
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 7.0.0 (2024-03-08)
2+
3+
4+
### 🚀 Features
5+
6+
- ⚠️ **json-api-nestjs-sdk:** New version sdk for json api ([f65ca03](https://github.com/klerick/nestjs-json-api/commit/f65ca03))
7+
8+
9+
#### ⚠️ Breaking Changes
10+
11+
- **json-api-nestjs-sdk:** - add support native js
12+
13+
### ❤️ Thank You
14+
15+
- Alex H

‎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": "6.0.0",
3+
"version": "7.0.0",
44
"engines": {
55
"node": ">= 16.0.0"
66
},
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 7.0.0 (2024-03-08)
2+
3+
4+
### 🚀 Features
5+
6+
- ⚠️ **json-api-nestjs:** new version json-api ([66076a3](https://github.com/klerick/nestjs-json-api/commit/66076a3))
7+
8+
9+
#### ⚠️ Breaking Changes
10+
11+
- **json-api-nestjs:** - remove ajv and use zod for validation
12+
13+
### ❤️ Thank You
14+
15+
- Alex H

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-api-nestjs",
3-
"version": "6.0.3",
3+
"version": "7.0.0",
44
"engines": {
55
"node": ">= 16.0.0"
66
},
@@ -30,4 +30,3 @@
3030
"CRUD"
3131
]
3232
}
33-

0 commit comments

Comments
 (0)
Please sign in to comment.