Skip to content

Commit ccb127b

Browse files
github-action[bot]Papooch
authored andcommitted
chore: release packages [skip ci]
1 parent b390149 commit ccb127b

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

packages/transactional-adapters/transactional-adapter-pg-promise/CHANGES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
<!-- MONODEPLOY:BELOW -->
3+
<!-- MONOWEAVE:BELOW -->
4+
5+
## [1.4.3](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional-adapter-pg-promise@1.4.2...@nestjs-cls/transactional-adapter-pg-promise@1.4.3) "@nestjs-cls/transactional-adapter-pg-promise" (2026-01-17)<a name="1.4.3"></a>
6+
7+
### Bug Fixes
8+
9+
* **transactional-adapter-pg-promise**: support pg-promise > 11 ([76bdd1c](https://github.com/Papooch/nestjs-cls/commits/76bdd1c))
10+
11+
12+
413

514
## [1.4.0](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional-adapter-pg-promise@1.3.23...@nestjs-cls/transactional-adapter-pg-promise@1.4.0) "@nestjs-cls/transactional-adapter-pg-promise" (2025-07-10)<a name="1.4.0"></a>
615

packages/transactional-adapters/transactional-adapter-pg-promise/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-cls/transactional-adapter-pg-promise",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "A pg-promise adapter for @nestjs-cls/transactional",
55
"author": "Sam Artuso <samuele.a@gmail.com>",
66
"license": "MIT",
@@ -41,7 +41,7 @@
4141
"test:cov": "jest --coverage"
4242
},
4343
"peerDependencies": {
44-
"@nestjs-cls/transactional": "workspace:^3.1.2",
44+
"@nestjs-cls/transactional": "workspace:^3.1.0",
4545
"nestjs-cls": "workspace:^6.2.0",
4646
"pg-promise": ">= 11"
4747
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7330,7 +7330,7 @@ __metadata:
73307330
tsconfig-paths: "npm:^4.2.0"
73317331
typescript: "npm:5.9.3"
73327332
peerDependencies:
7333-
"@nestjs-cls/transactional": "workspace:^3.1.2"
7333+
"@nestjs-cls/transactional": "workspace:^3.1.0"
73347334
nestjs-cls: "workspace:^6.2.0"
73357335
pg-promise: ">= 11"
73367336
languageName: unknown

0 commit comments

Comments
 (0)