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]
 - @automock/[email protected]
 - @automock/[email protected]
  • Loading branch information
omermorad committed Jun 10, 2023
1 parent e2d6cfc commit 3afac8f
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 13 deletions.
6 changes: 6 additions & 0 deletions packages/adapters/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.2.0 (2023-06-10)

### Features

- **adapters.nestjs:** support primitive value type in dependencies ([#56](https://github.com/omermorad/automock/issues/56)) ([ce2e779](https://github.com/omermorad/automock/commit/ce2e77942d4d1ac72025877735b1b51969c8671f))

# 1.1.0 (2023-06-02)

**Note:** Version bump only for package @automock/nestjs
6 changes: 3 additions & 3 deletions 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.1.0",
"version": "1.2.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -29,13 +29,13 @@
"index.js"
],
"dependencies": {
"@automock/common": "^1.1.0"
"@automock/common": "^1.2.0"
},
"peerDependencies": {
"@nestjs/common": ">= 8.x"
},
"devDependencies": {
"@automock/types": "^1.1.0",
"@automock/types": "^1.2.0",
"@nestjs/common": "^8.3.1"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.2.0 (2023-06-10)

### Features

- **common:** add primitive value type ([#57](https://github.com/omermorad/automock/issues/57)) ([6e62fde](https://github.com/omermorad/automock/commit/6e62fdeafa2956a23ab550935edb6e596d162531))

# 1.1.0 (2023-06-02)

**Note:** Version bump only for package @automock/common
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@automock/common",
"private": false,
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"types": "dist/index.d.ts",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"README.md"
],
"devDependencies": {
"@automock/types": "^1.1.0"
"@automock/types": "^1.2.0"
},
"config": {
"publishConfig": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.2.0 (2023-06-10)

### Features

- **core:** support primitive value in testbuilder api ([#59](https://github.com/omermorad/automock/issues/59)) ([ef01f7c](https://github.com/omermorad/automock/commit/ef01f7ccc95867c66f992e78d7de90c353e53671))

# 1.1.0 (2023-06-02)

**Note:** Version bump only for package @automock/core
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@automock/core",
"private": false,
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"README.md"
],
"devDependencies": {
"@automock/common": "^1.1.0",
"@automock/types": "^1.1.0"
"@automock/common": "^1.2.0",
"@automock/types": "^1.2.0"
}
}
4 changes: 4 additions & 0 deletions packages/testbeds/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/omermorad/automock/compare/@automock/[email protected]...@automock/[email protected]) (2023-06-10)

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

# [1.1.0](https://github.com/omermorad/automock/compare/@automock/[email protected]...@automock/[email protected]) (2023-06-02)

### Features
Expand Down
8 changes: 4 additions & 4 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.1.0",
"version": "1.2.0",
"license": "MIT",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -33,9 +33,9 @@
"README.md"
],
"dependencies": {
"@automock/adapters.nestjs": "^1.1.0",
"@automock/core": "^1.1.0",
"@automock/types": "^1.1.0",
"@automock/adapters.nestjs": "^1.2.0",
"@automock/core": "^1.2.0",
"@automock/types": "^1.2.0",
"jest-mock-extended": "^2.0.9"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.2.0 (2023-06-10)

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

# 1.1.0 (2023-06-02)

**Note:** Version bump only for package @automock/types
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@automock/types",
"private": false,
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"types": "index.d.ts",
"repository": {
Expand Down

0 comments on commit 3afac8f

Please sign in to comment.