File tree Expand file tree Collapse file tree 14 files changed +82
-11
lines changed Expand file tree Collapse file tree 14 files changed +82
-11
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @suites/core.unit" ,
3
3
"private" : false ,
4
- "version" : " 3.0.0 " ,
4
+ "version" : " 3.0.1 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " dist/index.js" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @suites/di.inversify" ,
3
3
"private" : false ,
4
- "version" : " 3.0.1-next.0 " ,
4
+ "version" : " 3.0.1" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " dist/index.js" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @suites/di.nestjs" ,
3
3
"private" : false ,
4
- "version" : " 3.0.1-next.0 " ,
4
+ "version" : " 3.0.1" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " dist/index.js" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @suites/doubles.jest" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"main" : " dist/index.js" ,
6
6
"keywords" : [
44
44
"jest" : " > 26.0"
45
45
},
46
46
"dependencies" : {
47
- "@suites/core.unit" : " ^3.0.0 " ,
47
+ "@suites/core.unit" : " ^3.0.1 " ,
48
48
"@suites/types.common" : " ^3.0.0" ,
49
49
"@suites/types.doubles" : " ^3.0.0"
50
50
},
Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @suites/doubles.sinon" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"main" : " dist/index.js" ,
6
6
"keywords" : [
45
45
"sinon" : " *"
46
46
},
47
47
"dependencies" : {
48
- "@suites/core.unit" : " ^3.0.0 " ,
48
+ "@suites/core.unit" : " ^3.0.1 " ,
49
49
"@suites/types.common" : " ^3.0.0" ,
50
50
"@suites/types.doubles" : " ^3.0.0"
51
51
},
You can’t perform that action at this time.
0 commit comments