Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action[bot] committed Jan 22, 2024
1 parent da05ae7 commit 1d3cd28
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 12 deletions.
9 changes: 9 additions & 0 deletions packages/core/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!-- MONODEPLOY:BELOW -->

## [4.0.1](https://github.com/Papooch/nestjs-cls/compare/nestjs-cls@4.0.0...nestjs-cls@4.0.1) "nestjs-cls" (2024-01-22)<a name="4.0.1"></a>

### Bug Fixes

* update publish config ([da05ae7](https://github.com/Papooch/nestjs-cls/commits/da05ae7))




## [3.6.0](https://github.com/Papooch/nestjs-cls/compare/nestjs-cls@3.5.1...nestjs-cls@3.6.0) "nestjs-cls" (2023-10-18)<a name="3.6.0"></a>

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-cls",
"version": "4.0.0",
"version": "4.0.1",
"description": "A continuation-local storage module compatible with NestJS's dependency injection.",
"author": "papooch",
"license": "MIT",
Expand Down Expand Up @@ -75,4 +75,4 @@
"tsconfig-paths": "^4.0.0",
"typescript": "~4.8.0"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

<!-- MONODEPLOY:BELOW -->

## [1.0.1](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional-adapter-prisma@1.0.0...@nestjs-cls/transactional-adapter-prisma@1.0.1) "@nestjs-cls/transactional-adapter-prisma" (2024-01-22)<a name="1.0.1"></a>

### Bug Fixes

* update publish config ([da05ae7](https://github.com/Papooch/nestjs-cls/commits/da05ae7))


Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-cls/transactional-adapter-prisma",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Prisma adapter for @nestjs-cls/transactional",
"author": "papooch",
"license": "MIT",
Expand Down Expand Up @@ -41,9 +41,9 @@
"test:cov": "jest --coverage"
},
"peerDependencies": {
"@nestjs-cls/transactional": "workspace:^",
"@nestjs-cls/transactional": "workspace:^1.0.1",
"@prisma/client": "> 4 < 6",
"nestjs-cls": "workspace:^",
"nestjs-cls": "workspace:^4.0.1",
"prisma": "> 4 < 6"
},
"devDependencies": {
Expand All @@ -65,4 +65,4 @@
"tsconfig-paths": "^4.0.0",
"typescript": "~4.8.0"
}
}
}
11 changes: 11 additions & 0 deletions packages/transactional/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

<!-- MONODEPLOY:BELOW -->

## [1.0.1](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional@1.0.0...@nestjs-cls/transactional@1.0.1) "@nestjs-cls/transactional" (2024-01-22)<a name="1.0.1"></a>

### Bug Fixes

* update publish config ([da05ae7](https://github.com/Papooch/nestjs-cls/commits/da05ae7))


6 changes: 3 additions & 3 deletions packages/transactional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-cls/transactional",
"version": "1.0.0",
"version": "1.0.1",
"description": "A nestjs-cls plugin for transactional decorators",
"author": "papooch",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"peerDependencies": {
"@nestjs/common": "> 7.0.0 < 11",
"@nestjs/core": "> 7.0.0 < 11",
"nestjs-cls": "workspace:^",
"nestjs-cls": "workspace:^4.0.1",
"reflect-metadata": "*",
"rxjs": ">= 7"
},
Expand All @@ -65,4 +65,4 @@
"tsconfig-paths": "^4.0.0",
"typescript": "~4.8.0"
}
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4667,9 +4667,9 @@ __metadata:
tsconfig-paths: "npm:^4.0.0"
typescript: "npm:~4.8.0"
peerDependencies:
"@nestjs-cls/transactional": "workspace:^"
"@nestjs-cls/transactional": "workspace:^1.0.1"
"@prisma/client": "> 4 < 6"
nestjs-cls: "workspace:^"
nestjs-cls: "workspace:^4.0.1"
prisma: "> 4 < 6"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4697,7 +4697,7 @@ __metadata:
peerDependencies:
"@nestjs/common": "> 7.0.0 < 11"
"@nestjs/core": "> 7.0.0 < 11"
nestjs-cls: "workspace:^"
nestjs-cls: "workspace:^4.0.1"
reflect-metadata: "*"
rxjs: ">= 7"
languageName: unknown
Expand Down

0 comments on commit 1d3cd28

Please sign in to comment.