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 18, 2020
1 parent de3c30b commit e437df2
Show file tree
Hide file tree
Showing 6 changed files with 38 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.5.0](https://github.com/hirezio/auto-spies/compare/@hirez_io/[email protected]...@hirez_io/[email protected]) (2020-12-18)


### Features

* **global:** add `nextWithValues` ([de3c30b](https://github.com/hirezio/auto-spies/commit/de3c30b6c6bcc54db6c95f8247ed0bdd5c918493)), closes [#20](https://github.com/hirezio/auto-spies/issues/20)





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


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.4.0",
"version": "1.5.0",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/jasmine-auto-spies/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.

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


### Features

* **global:** add `nextWithValues` ([de3c30b](https://github.com/hirezio/auto-spies/commit/de3c30b6c6bcc54db6c95f8247ed0bdd5c918493)), closes [#20](https://github.com/hirezio/auto-spies/issues/20)





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


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.6.0",
"version": "6.7.0",
"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.4.0"
"@hirez_io/auto-spies-core": "1.5.0"
},
"peerDependencies": {
"jasmine-core": ">=2.6.0 < 4",
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-auto-spies/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.4.0](https://github.com/hirezio/auto-spies/compare/[email protected]@1.4.0) (2020-12-18)


### Features

* **global:** add `nextWithValues` ([de3c30b](https://github.com/hirezio/auto-spies/commit/de3c30b6c6bcc54db6c95f8247ed0bdd5c918493)), closes [#20](https://github.com/hirezio/auto-spies/issues/20)





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


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.3.0",
"version": "1.4.0",
"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.4.0"
"@hirez_io/auto-spies-core": "1.5.0"
},
"peerDependencies": {
"jest": "< 27.x",
Expand Down

0 comments on commit e437df2

Please sign in to comment.