Skip to content

Commit 0f3f850

Browse files
committed
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
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

+1-1
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
},
+15
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

+1-2
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)