Skip to content

Commit

Permalink
chore(*): version packages [skip ci]
Browse files Browse the repository at this point in the history
 - @automock/[email protected]
 - @automock/[email protected]
 - @automock/[email protected]
  • Loading branch information
omermorad committed Jul 30, 2023
1 parent 5bb215a commit 210734e
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/adapters/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/omermorad/automock/compare/@automock/[email protected]...@automock/[email protected]) (2023-07-30)


### Bug Fixes

* **adapters.nestjs:** fix broken reflection when initiate class ([#80](https://github.com/omermorad/automock/issues/80)) ([5bb215a](https://github.com/omermorad/automock/commit/5bb215ad169a49a81a37cb6203975572795bdc25))





# [1.3.0](https://github.com/omermorad/automock/compare/@automock/[email protected]...@automock/[email protected]) (2023-07-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@automock/adapters.nestjs",
"private": false,
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/testbeds/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.1](https://github.com/automock/automock/compare/@automock/[email protected]...@automock/[email protected]) (2023-07-30)

**Note:** Version bump only for package @automock/jest





# [1.3.0](https://github.com/omermorad/automock/compare/@automock/[email protected]...@automock/[email protected]) (2023-07-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/testbeds/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automock/jest",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"README.md"
],
"dependencies": {
"@automock/adapters.nestjs": "^1.3.0",
"@automock/adapters.nestjs": "^1.3.1",
"@automock/core": "^1.3.0",
"@automock/types": "^1.2.0",
"jest-mock-extended": "^2.0.9"
Expand Down
8 changes: 8 additions & 0 deletions packages/testbeds/sinon/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.

## [1.3.1](https://github.com/automock/automock/compare/@automock/[email protected]...@automock/[email protected]) (2023-07-30)

**Note:** Version bump only for package @automock/sinon
4 changes: 2 additions & 2 deletions packages/testbeds/sinon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automock/sinon",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"README.md"
],
"dependencies": {
"@automock/adapters.nestjs": "^1.3.0",
"@automock/adapters.nestjs": "^1.3.1",
"@automock/core": "^1.3.0",
"@automock/types": "^1.2.0",
"@golevelup/ts-sinon": "^0.1.0"
Expand Down

0 comments on commit 210734e

Please sign in to comment.