Skip to content

Commit d9bfc6e

Browse files
committed
chore: version packages [skip ci]
1 parent aabae2a commit d9bfc6e

21 files changed

Lines changed: 177 additions & 63 deletions

packages/core/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/core.unit@3.0.0...@suites/core.unit@3.0.1) (2025-01-02)
6+
# [3.1.0](https://github.com/suites-dev/suites/compare/@suites/core.unit@3.0.1...@suites/core.unit@3.1.0) (2025-12-10)
7+
8+
### Bug Fixes
9+
10+
* **core.unit:** add missing @suites/types.doubles dependency ([#925](https://github.com/suites-dev/suites/issues/925)) ([554cbb7](https://github.com/suites-dev/suites/commit/554cbb75e47e3cca30c38387176f8750997a2921))
11+
* **core.unit:** remove @suites/types.doubles dependency ([463a102](https://github.com/suites-dev/suites/commit/463a1024941686f893d5059ee327718138d06504))
12+
* **di.inversify,core:** use node util instead of lodash isequal ([#783](https://github.com/suites-dev/suites/issues/783)) ([b7b6f5b](https://github.com/suites-dev/suites/commit/b7b6f5b11961461da6dd034821298896a96e1889))
713

14+
### Features
15+
16+
* **core.unit:** add dual CJS/ESM build output ([3e90b1d](https://github.com/suites-dev/suites/commit/3e90b1dd53f9cce302d770c4184dd1b9b076bb0d))
17+
18+
## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/core.unit@3.0.0...@suites/core.unit@3.0.1) (2025-01-02)
819

920
### Bug Fixes
1021

packages/core/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@suites/core.unit",
33
"private": false,
4-
"version": "3.0.1",
4+
"version": "3.1.0",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",
77
"module": "./dist/esm/index.js",
@@ -50,15 +50,14 @@
5050
"README.md"
5151
],
5252
"dependencies": {
53-
"@suites/types.common": "workspace:^3.0.0",
54-
"@suites/types.di": "workspace:^3.0.0",
55-
"@suites/types.doubles": "workspace:^3.0.0"
53+
"@suites/types.common": "workspace:^3.1.0",
54+
"@suites/types.di": "workspace:^3.1.0",
55+
"@suites/types.doubles": "workspace:^3.1.0"
5656
},
57-
"devDependencies": {},
5857
"publishConfig": {
5958
"access": "public",
6059
"provenance": true
6160
},
6261
"packageManager": "pnpm@8.15.9",
6362
"gitHead": "62e9e59e0a68b670ec5578400ce28c9f0f9f0eac"
64-
}
63+
}

packages/di/inversify/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/suites-dev/suites/compare/@suites/di.inversify@3.0.1...@suites/di.inversify@3.1.0) (2025-12-10)
7+
8+
### Bug Fixes
9+
10+
* **di.inversify,core:** use node util instead of lodash isequal ([#783](https://github.com/suites-dev/suites/issues/783)) ([b7b6f5b](https://github.com/suites-dev/suites/commit/b7b6f5b11961461da6dd034821298896a96e1889))
11+
* **di.inversify:** revert reflect-metadata version constraint ([4044bbb](https://github.com/suites-dev/suites/commit/4044bbb5fa3ebd8d9b75f48cb804232f35f0854d))
12+
13+
### Features
14+
15+
* **di.inversify:** add dual CJS/ESM build output ([c6dafb0](https://github.com/suites-dev/suites/commit/c6dafb0dc5a81bc954ce5bdcc5e6ba28a09a1ca1))
16+
617
## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/di.inversify@3.0.1-next.0...@suites/di.inversify@3.0.1) (2025-01-02)
718

819

packages/di/inversify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@suites/di.inversify",
33
"private": false,
4-
"version": "3.0.1",
4+
"version": "3.1.0",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",
77
"module": "./dist/esm/index.js",
@@ -49,8 +49,8 @@
4949
"dist"
5050
],
5151
"dependencies": {
52-
"@suites/types.common": "workspace:^3.0.0",
53-
"@suites/types.di": "workspace:^3.0.0"
52+
"@suites/types.common": "workspace:^3.1.0",
53+
"@suites/types.di": "workspace:^3.1.0"
5454
},
5555
"peerDependencies": {
5656
"inversify": ">= 6.0",

packages/di/nestjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/suites-dev/suites/compare/@suites/di.nestjs@3.0.1...@suites/di.nestjs@3.1.0) (2025-12-10)
7+
8+
### Features
9+
10+
* **di.nestjs:** add dual CJS/ESM build output ([9fc56ec](https://github.com/suites-dev/suites/commit/9fc56ecba61c6f8441da03b94bc66dfb99f0a68e))
11+
612
## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/di.nestjs@3.0.1-next.0...@suites/di.nestjs@3.0.1) (2025-01-02)
713

814
**Note:** Version bump only for package @suites/di.nestjs

packages/di/nestjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@suites/di.nestjs",
33
"private": false,
4-
"version": "3.0.1",
4+
"version": "3.1.0",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",
77
"module": "./dist/esm/index.js",
@@ -49,8 +49,8 @@
4949
"dist"
5050
],
5151
"dependencies": {
52-
"@suites/types.common": "workspace:^3.0.0",
53-
"@suites/types.di": "workspace:^3.0.0"
52+
"@suites/types.common": "workspace:^3.1.0",
53+
"@suites/types.di": "workspace:^3.1.0"
5454
},
5555
"peerDependencies": {
5656
"@nestjs/common": ">= 8.0",

packages/doubles/jest/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/suites-dev/suites/compare/@suites/doubles.jest@3.0.1...@suites/doubles.jest@3.1.0) (2025-12-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **doubles.jest:** use relative imports in type augmentation ([710312b](https://github.com/suites-dev/suites/commit/710312b4b9632e4b94860be62a4b22da0627cc37))
12+
13+
### Features
14+
15+
* **doubles.jest:** add dual CJS/ESM build output ([e82bd57](https://github.com/suites-dev/suites/commit/e82bd576fc565711a03e494b0447d8265a8acac3))
16+
17+
18+
19+
20+
621
## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/doubles.jest@3.0.0...@suites/doubles.jest@3.0.1) (2025-01-02)
722

823

packages/doubles/jest/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suites/doubles.jest",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"license": "Apache-2.0",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -62,10 +62,10 @@
6262
"jest": "> 26.0"
6363
},
6464
"dependencies": {
65-
"@suites/core.unit": "workspace:^3.0.1",
66-
"@suites/types.common": "workspace:^3.0.0",
67-
"@suites/types.di": "workspace:^3.0.0",
68-
"@suites/types.doubles": "workspace:^3.0.0"
65+
"@suites/core.unit": "workspace:^3.1.0",
66+
"@suites/types.common": "workspace:^3.1.0",
67+
"@suites/types.di": "workspace:^3.1.0",
68+
"@suites/types.doubles": "workspace:^3.1.0"
6969
},
7070
"devDependencies": {
7171
"jest": "^29.7.0"

packages/doubles/sinon/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/suites-dev/suites/compare/@suites/doubles.sinon@3.0.1...@suites/doubles.sinon@3.1.0) (2025-12-10)
7+
8+
### Bug Fixes
9+
10+
* **doubles.sinon:** use relative imports in type augmentation ([d455ccf](https://github.com/suites-dev/suites/commit/d455ccf139e33f16888fbeb7a1338eff65ee73ff))
11+
12+
### Features
13+
14+
* **doubles.sinon:** add dual CJS/ESM build output ([3adcb59](https://github.com/suites-dev/suites/commit/3adcb591e6cbf82758b7549e8e1d46faa36592b1))
15+
16+
17+
18+
19+
620
## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/doubles.sinon@3.0.0...@suites/doubles.sinon@3.0.1) (2025-01-02)
721

822

packages/doubles/sinon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suites/doubles.sinon",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"license": "Apache-2.0",
55
"type": "commonjs",
66
"main": "./dist/cjs/index.js",
@@ -64,10 +64,10 @@
6464
"sinon": "*"
6565
},
6666
"dependencies": {
67-
"@suites/core.unit": "workspace:^3.0.1",
68-
"@suites/types.common": "workspace:^3.0.0",
69-
"@suites/types.di": "workspace:^3.0.0",
70-
"@suites/types.doubles": "workspace:^3.0.0"
67+
"@suites/core.unit": "workspace:^3.1.0",
68+
"@suites/types.common": "workspace:^3.1.0",
69+
"@suites/types.di": "workspace:^3.1.0",
70+
"@suites/types.doubles": "workspace:^3.1.0"
7171
},
7272
"devDependencies": {
7373
"@types/sinon": "^10.0.20",

0 commit comments

Comments
 (0)