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@3.0.0
 - jasmine-auto-spies@8.0.0
 - jest-auto-spies@3.0.0
  • Loading branch information
@hirezio committed Jun 3, 2023
1 parent 452868d commit e433d8d
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 7 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.

# [3.0.0](https://github.com/hirezio/auto-spies/compare/@hirez_io/auto-spies-core@2.0.0...@hirez_io/auto-spies-core@3.0.0) (2023-06-03)

### Bug Fixes

- **types:** typesafety for mocked objects/functions ([d1ffbac](https://github.com/hirezio/auto-spies/commit/d1ffbac0df82f9c54081e8ef5acc3b4bf0b288c5)), closes [#51](https://github.com/hirezio/auto-spies/issues/51)

### BREAKING CHANGES

- **types:** "mockReturnValue" for a function that returns a number no longer accepts something
that's not a number

# [2.0.0](https://github.com/hirezio/auto-spies/compare/@hirez_io/auto-spies-core@1.6.7...@hirez_io/auto-spies-core@2.0.0) (2023-03-28)

### chore
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": "2.0.0",
"version": "3.0.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.

# [8.0.0](https://github.com/hirezio/auto-spies/compare/jasmine-auto-spies@7.0.0...jasmine-auto-spies@8.0.0) (2023-06-03)

### Bug Fixes

- **types:** typesafety for mocked objects/functions ([d1ffbac](https://github.com/hirezio/auto-spies/commit/d1ffbac0df82f9c54081e8ef5acc3b4bf0b288c5)), closes [#51](https://github.com/hirezio/auto-spies/issues/51)

### BREAKING CHANGES

- **types:** "mockReturnValue" for a function that returns a number no longer accepts something
that's not a number

# [7.0.0](https://github.com/hirezio/auto-spies/compare/jasmine-auto-spies@6.9.9...jasmine-auto-spies@7.0.0) (2023-03-28)

### chore
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": "7.0.0",
"version": "8.0.0",
"author": {
"name": "Shai Reznik",
"company": "HiRez.io"
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@hirez_io/auto-spies-core": "2.0.0"
"@hirez_io/auto-spies-core": "3.0.0"
},
"peerDependencies": {
"jasmine-core": ">=2.6.0 < 5",
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.

# [3.0.0](https://github.com/hirezio/auto-spies/compare/jest-auto-spies@2.0.0...jest-auto-spies@3.0.0) (2023-06-03)

### Bug Fixes

- **types:** typesafety for mocked objects/functions ([d1ffbac](https://github.com/hirezio/auto-spies/commit/d1ffbac0df82f9c54081e8ef5acc3b4bf0b288c5)), closes [#51](https://github.com/hirezio/auto-spies/issues/51)

### BREAKING CHANGES

- **types:** "mockReturnValue" for a function that returns a number no longer accepts something
that's not a number

# [2.0.0](https://github.com/hirezio/auto-spies/compare/jest-auto-spies@1.6.11...jest-auto-spies@2.0.0) (2023-03-28)

### chore
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": "2.0.0",
"version": "3.0.0",
"author": {
"name": "Shai Reznik",
"company": "HiRez.io"
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@hirez_io/auto-spies-core": "2.0.0"
"@hirez_io/auto-spies-core": "3.0.0"
},
"peerDependencies": {
"jest": ">= 29.0.0 < 30.x",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e433d8d

Please sign in to comment.