Skip to content

Commit 8cfa432

Browse files
committed
chore(*): version packages [skip ci]
- @suites/core.unit@3.0.1 - @suites/di.inversify@3.0.1 - @suites/di.nestjs@3.0.1 - @suites/doubles.jest@3.0.1 - @suites/doubles.sinon@3.0.1 - @suites/doubles.vitest@3.0.1 - @suites/unit@3.0.1
1 parent e2720e6 commit 8cfa432

File tree

14 files changed

+82
-11
lines changed

14 files changed

+82
-11
lines changed

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
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)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** add missing return for instantiated exposed classes ([#529](https://github.com/suites-dev/suites/issues/529)) ([85516e7](https://github.com/suites-dev/suites/commit/85516e79a638aeff218bdf4cf763cb12541ce53f))

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "3.0.1",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",
77
"repository": {

packages/di/inversify/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [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)
7+
8+
9+
### Bug Fixes
10+
11+
* **di.inversify:** change interface import to type ([#547](https://github.com/suites-dev/suites/issues/547)) ([6430bf7](https://github.com/suites-dev/suites/commit/6430bf782726bb51aea2d5cf76f28c1066134fae))

packages/di/inversify/package.json

Lines changed: 1 addition & 1 deletion
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-next.0",
4+
"version": "3.0.1",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",
77
"repository": {

packages/di/nestjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [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)
7+
8+
**Note:** Version bump only for package @suites/di.nestjs

packages/di/nestjs/package.json

Lines changed: 1 addition & 1 deletion
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-next.0",
4+
"version": "3.0.1",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",
77
"repository": {

packages/doubles/jest/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [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)
7+
8+
9+
### Bug Fixes
10+
11+
* **doubles.jest:** remove redundant import ([315422a](https://github.com/suites-dev/suites/commit/315422a59c7d9804f9d0e6e3d0d24e16f3a95d44))

packages/doubles/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suites/doubles.jest",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"keywords": [
@@ -44,7 +44,7 @@
4444
"jest": "> 26.0"
4545
},
4646
"dependencies": {
47-
"@suites/core.unit": "^3.0.0",
47+
"@suites/core.unit": "^3.0.1",
4848
"@suites/types.common": "^3.0.0",
4949
"@suites/types.doubles": "^3.0.0"
5050
},
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [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)
7+
8+
9+
### Bug Fixes
10+
11+
* **doubles.sinon:** remove redundant import ([c8c2337](https://github.com/suites-dev/suites/commit/c8c23378fde83e1ad34cead9919119a84d4447ce))

packages/doubles/sinon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suites/doubles.sinon",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"keywords": [
@@ -45,7 +45,7 @@
4545
"sinon": "*"
4646
},
4747
"dependencies": {
48-
"@suites/core.unit": "^3.0.0",
48+
"@suites/core.unit": "^3.0.1",
4949
"@suites/types.common": "^3.0.0",
5050
"@suites/types.doubles": "^3.0.0"
5151
},

0 commit comments

Comments
 (0)