Skip to content

Commit

Permalink
chore(release): publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
@hirezio committed Dec 14, 2020
1 parent a9eb17b commit 3035a89
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/auto-spies-core/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/hirezio/auto-spies/compare/@hirez_io/[email protected]...@hirez_io/[email protected]) (2020-12-14)


### Bug Fixes

* **global:** fix resolveWithPerCall delay issue ([a9eb17b](https://github.com/hirezio/auto-spies/commit/a9eb17bb3963702ac5f493acba32849d33c245d0))





# [1.3.0](https://github.com/hirezio/auto-spies/compare/@hirez_io/[email protected]...@hirez_io/[email protected]) (2020-12-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/auto-spies-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hirez_io/auto-spies-core",
"version": "1.3.0",
"version": "1.3.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/jasmine-auto-spies/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.

## [6.5.1](https://github.com/hirezio/auto-spies/compare/[email protected]@6.5.1) (2020-12-14)

**Note:** Version bump only for package jasmine-auto-spies





# [6.5.0](https://github.com/hirezio/auto-spies/compare/[email protected]@6.5.0) (2020-12-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine-auto-spies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasmine-auto-spies",
"version": "6.5.0",
"version": "6.5.1",
"author": {
"name": "Shai Reznik",
"company": "HiRez.io"
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@hirez_io/auto-spies-core": "1.3.0"
"@hirez_io/auto-spies-core": "1.3.1"
},
"peerDependencies": {
"jasmine-core": ">=2.6.0 < 4",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-auto-spies/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.2.1](https://github.com/hirezio/auto-spies/compare/[email protected]@1.2.1) (2020-12-14)

**Note:** Version bump only for package jest-auto-spies





# [1.2.0](https://github.com/hirezio/auto-spies/compare/[email protected]@1.2.0) (2020-12-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/jest-auto-spies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-auto-spies",
"version": "1.2.0",
"version": "1.2.1",
"author": {
"name": "Shai Reznik",
"company": "HiRez.io"
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@hirez_io/auto-spies-core": "1.3.0"
"@hirez_io/auto-spies-core": "1.3.1"
},
"peerDependencies": {
"jest": "< 27.x",
Expand Down

0 comments on commit 3035a89

Please sign in to comment.