Skip to content

Commit

Permalink
chore(*): version packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad committed Jan 2, 2025
1 parent e2720e6 commit 8cfa432
Show file tree
Hide file tree
Showing 14 changed files with 82 additions and 11 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/[email protected]...@suites/[email protected]) (2025-01-02)


### Bug Fixes

* **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))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suites/core.unit",
"private": false,
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/di/inversify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/[email protected]...@suites/[email protected]) (2025-01-02)


### Bug Fixes

* **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))
2 changes: 1 addition & 1 deletion packages/di/inversify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suites/di.inversify",
"private": false,
"version": "3.0.1-next.0",
"version": "3.0.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/di/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/[email protected]...@suites/[email protected]) (2025-01-02)

**Note:** Version bump only for package @suites/di.nestjs
2 changes: 1 addition & 1 deletion packages/di/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suites/di.nestjs",
"private": false,
"version": "3.0.1-next.0",
"version": "3.0.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/doubles/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/[email protected]...@suites/[email protected]) (2025-01-02)


### Bug Fixes

* **doubles.jest:** remove redundant import ([315422a](https://github.com/suites-dev/suites/commit/315422a59c7d9804f9d0e6e3d0d24e16f3a95d44))
4 changes: 2 additions & 2 deletions packages/doubles/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suites/doubles.jest",
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"jest": "> 26.0"
},
"dependencies": {
"@suites/core.unit": "^3.0.0",
"@suites/core.unit": "^3.0.1",
"@suites/types.common": "^3.0.0",
"@suites/types.doubles": "^3.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/doubles/sinon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/[email protected]...@suites/[email protected]) (2025-01-02)


### Bug Fixes

* **doubles.sinon:** remove redundant import ([c8c2337](https://github.com/suites-dev/suites/commit/c8c23378fde83e1ad34cead9919119a84d4447ce))
4 changes: 2 additions & 2 deletions packages/doubles/sinon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suites/doubles.sinon",
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"sinon": "*"
},
"dependencies": {
"@suites/core.unit": "^3.0.0",
"@suites/core.unit": "^3.0.1",
"@suites/types.common": "^3.0.0",
"@suites/types.doubles": "^3.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/doubles/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/[email protected]...@suites/[email protected]) (2025-01-02)


### Bug Fixes

* **doubles.vitest:** remove redundant import ([09dc869](https://github.com/suites-dev/suites/commit/09dc869de94b0953be4589c447a66fd5f2b5a40c))
4 changes: 2 additions & 2 deletions packages/doubles/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suites/doubles.vitest",
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"vitest": ">= 1.0"
},
"dependencies": {
"@suites/core.unit": "^3.0.0",
"@suites/core.unit": "^3.0.1",
"@suites/types.common": "^3.0.0",
"@suites/types.doubles": "^3.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/unit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/suites-dev/suites/compare/@suites/[email protected]...@suites/[email protected]) (2025-01-02)

**Note:** Version bump only for package @suites/unit
4 changes: 2 additions & 2 deletions packages/unit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@suites/unit",
"private": false,
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"README.md"
],
"dependencies": {
"@suites/core.unit": "^3.0.0",
"@suites/core.unit": "^3.0.1",
"@suites/types.common": "^3.0.0",
"@suites/types.di": "^3.0.0",
"@suites/types.doubles": "^3.0.0"
Expand Down

0 comments on commit 8cfa432

Please sign in to comment.