Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Dec 6, 2020
1 parent c6292a9 commit e3e1831
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/expect-more-jasmine/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.

## [0.2.1](https://github.com/JamieMason/expect-more/compare/[email protected]@0.2.1) (2020-12-06)


### Bug Fixes

* **expect:** replace object with Record<any, any> ([19e282b](https://github.com/JamieMason/expect-more/commit/19e282b83ab3485081e8c9aed3db210bd09b7595))





# [0.2.0](https://github.com/JamieMason/expect-more/compare/[email protected]@0.2.0) (2020-05-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/expect-more-jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "expect-more-jasmine",
"description": "Write Beautiful Specs with Custom Matchers for Jasmine",
"version": "0.2.0",
"version": "0.2.1",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/expect-more/issues",
"contributors": [],
"dependencies": {
"expect-more": "0.8.0",
"expect-more": "0.8.1",
"jest-matcher-utils": "25.5.0"
},
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/expect-more-jest/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.

## [5.2.1](https://github.com/JamieMason/expect-more/compare/[email protected]@5.2.1) (2020-12-06)


### Bug Fixes

* **expect:** replace object with Record<any, any> ([19e282b](https://github.com/JamieMason/expect-more/commit/19e282b83ab3485081e8c9aed3db210bd09b7595))





# [5.2.0](https://github.com/JamieMason/expect-more/compare/[email protected]@5.2.0) (2020-05-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/expect-more-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "expect-more-jest",
"description": "Write Beautiful Specs with Custom Matchers for Jest",
"version": "5.2.0",
"version": "5.2.1",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/expect-more/issues",
"contributors": [
"Haroen Viaene (https://github.com/Haroenv)"
],
"dependencies": {
"expect": "26.0.1",
"expect-more": "0.8.0",
"expect-more": "0.8.1",
"jest-matcher-utils": "25.5.0"
},
"files": [
Expand Down
17 changes: 17 additions & 0 deletions packages/expect-more/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/JamieMason/expect-more/compare/[email protected]@0.8.1) (2020-12-06)


### Bug Fixes

* **expect:** fix circular dependencies ([dfdfe33](https://github.com/JamieMason/expect-more/commit/dfdfe335e96dbd2049ceab5ae2f59b9c5ba44288))
* **expect:** replace object with Record<any, any> ([19e282b](https://github.com/JamieMason/expect-more/commit/19e282b83ab3485081e8c9aed3db210bd09b7595))


### Performance Improvements

* **expect:** mark as side-effect free ([6750966](https://github.com/JamieMason/expect-more/commit/6750966d07bbbea2d0f24f5c5ef1dfe61ecb8676))





# [0.8.0](https://github.com/JamieMason/expect-more/compare/[email protected]@0.8.0) (2020-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/expect-more/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expect-more",
"description": "Curried JavaScript Type Testing Library with Zero Dependencies",
"version": "0.8.0",
"version": "0.8.1",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/expect-more/issues",
"files": [
Expand Down

0 comments on commit e3e1831

Please sign in to comment.