Skip to content

Commit aa10c88

Browse files
committed
chore(release): publish
- project: json-api-nestjs-microorm 0.1.0-beta.0 - project: json-api-nestjs-typeorm 0.1.0-beta.0 - project: json-api-nestjs-shared 1.0.0-beta.0 - project: json-api-nestjs-sdk 10.0.0-beta.0 - project: json-api-nestjs 10.0.0-beta.0
1 parent da78230 commit aa10c88

File tree

10 files changed

+66
-5
lines changed

10 files changed

+66
-5
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.1.0-beta.0 (2025-05-21)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs-microorm:** Adapter for microorm ([cd56636](https://github.com/klerick/nestjs-json-api/commit/cd56636))
6+
7+
### 🩹 Fixes
8+
9+
- **json-api-nestjs-typeorm, json-api-nestjs-microorm:** Fix mysql like error ([780bbf9](https://github.com/klerick/nestjs-json-api/commit/780bbf9))
10+
11+
### ❤️ Thank You
12+
13+
- Alex H

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-microorm",
3-
"version": "0.0.1",
3+
"version": "0.1.0-beta.0",
44
"type": "commonjs",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.0.0-beta.0 (2025-05-21)
2+
3+
This was a version bump only for json-api-nestjs-sdk to align it with other projects, there were no code changes.
4+
15
# 9.0.0 (2025-02-12)
26

37
This was a version bump only for json-api-nestjs-sdk to align it with other projects, there were no code changes.

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": "@klerick/json-api-nestjs-sdk",
3-
"version": "9.0.0",
3+
"version": "10.0.0-beta.0",
44
"description": "Helper for client JsonAPi Plugin for NestJs",
55
"keywords": [
66
"nestjs",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 1.0.0-beta.0 (2025-05-21)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs-shared:** Use new structure ([4359ac7](https://github.com/klerick/nestjs-json-api/commit/4359ac7))
6+
- **json-api-nestjs-shared:** Use shared type from separate package ([1a1c859](https://github.com/klerick/nestjs-json-api/commit/1a1c859))
7+
- **json-api-nestjs:** Microro orm ([4696f51](https://github.com/klerick/nestjs-json-api/commit/4696f51))
8+
9+
### ❤️ Thank You
10+
11+
- Alex H

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-shared",
3-
"version": "0.0.1",
3+
"version": "1.0.0-beta.0",
44
"description": "Shared Helper for JsonApi Plugin for NestJs",
55
"keywords": [
66
"nestjs",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.1.0-beta.0 (2025-05-21)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs-typeorm:** Adapter for typerorm ([f25d319](https://github.com/klerick/nestjs-json-api/commit/f25d319))
6+
7+
### 🩹 Fixes
8+
9+
- **json-api-nestjs-typeorm, json-api-nestjs-microorm:** Fix mysql like error ([780bbf9](https://github.com/klerick/nestjs-json-api/commit/780bbf9))
10+
11+
### ❤️ Thank You
12+
13+
- Alex H

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-typeorm",
3-
"version": "0.0.1",
3+
"version": "0.1.0-beta.0",
44
"dependencies": {
55
"tslib": ">2.3.0",
66
"reflect-metadata": "^0.1.12 || ^0.2.0",

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 10.0.0-beta.0 (2025-05-21)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ **json-api-nestjs:** remove module and refactoring ([f202ebc](https://github.com/klerick/nestjs-json-api/commit/f202ebc))
6+
7+
### 🩹 Fixes
8+
9+
- **json-api-nestjs:** Some fix for swagger ([9a0f190](https://github.com/klerick/nestjs-json-api/commit/9a0f190))
10+
- **json-api-nestjs:** Use correct options for check is debug or not ([e52cc92](https://github.com/klerick/nestjs-json-api/commit/e52cc92))
11+
- **json-api-nestjs:** fix type in some place ([61f45e6](https://github.com/klerick/nestjs-json-api/commit/61f45e6))
12+
13+
### ⚠️ Breaking Changes
14+
15+
- **json-api-nestjs:** Change type signature, rename npm package
16+
17+
### ❤️ Thank You
18+
19+
- Alex H
20+
121
# 9.0.0 (2025-02-12)
222

323
### 🚀 Features

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": "@klerick/json-api-nestjs",
3-
"version": "9.0.0",
3+
"version": "10.0.0-beta.0",
44
"type": "commonjs",
55
"description": "JsonApi Plugin for NestJs",
66
"keywords": [

0 commit comments

Comments
 (0)