Skip to content

Commit

Permalink
chore(release): publish new version
Browse files Browse the repository at this point in the history
 - @hirez_io/auto-spies-core@1.1.3
 - jasmine-auto-spies@6.3.4
 - jest-auto-spies@1.0.3
  • Loading branch information
@hirezio committed Oct 1, 2020
1 parent 784dc7d commit 211e6aa
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/auto-spies-core/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.1.3](https://github.com/hirezio/auto-spies/compare/@hirez_io/auto-spies-core@1.1.2...@hirez_io/auto-spies-core@1.1.3) (2020-10-01)

**Note:** Version bump only for package @hirez_io/auto-spies-core





## [1.1.2](https://github.com/hirezio/auto-spies/compare/@hirez_io/auto-spies-core@1.1.1...@hirez_io/auto-spies-core@1.1.2) (2020-09-16)

**Note:** Version bump only for package @hirez_io/auto-spies-core
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.1.2",
"version": "1.1.3",
"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.3.4](https://github.com/hirezio/auto-spies/compare/jasmine-auto-spies@6.3.3...jasmine-auto-spies@6.3.4) (2020-10-01)

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





## [6.3.3](https://github.com/hirezio/auto-spies/compare/jasmine-auto-spies@6.3.2...jasmine-auto-spies@6.3.3) (2020-09-16)

**Note:** Version bump only for package jasmine-auto-spies
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.3.3",
"version": "6.3.4",
"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.1.2"
"@hirez_io/auto-spies-core": "1.1.3"
},
"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.0.3](https://github.com/hirezio/auto-spies/compare/jest-auto-spies@1.0.2...jest-auto-spies@1.0.3) (2020-10-01)

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





## [1.0.2](https://github.com/hirezio/auto-spies/compare/jest-auto-spies@1.0.1...jest-auto-spies@1.0.2) (2020-09-16)

**Note:** Version bump only for package jest-auto-spies
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.0.2",
"version": "1.0.3",
"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.1.2"
"@hirez_io/auto-spies-core": "1.1.3"
},
"peerDependencies": {
"jest": "< 27.x",
Expand Down

0 comments on commit 211e6aa

Please sign in to comment.