Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 31, 2021
1 parent d880ff3 commit 545dc7d
Show file tree
Hide file tree
Showing 6 changed files with 43 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.4.0](https://github.com/JamieMason/expect-more/compare/[email protected]@0.4.0) (2021-08-31)


### Features

* **expect:** add 13 new matchers ([d880ff3](https://github.com/JamieMason/expect-more/commit/d880ff3e4f0f49f1ddbaa9afaf9217c9a1e084d3)), closes [#8](https://github.com/JamieMason/expect-more/issues/8) [#9](https://github.com/JamieMason/expect-more/issues/9) [#10](https://github.com/JamieMason/expect-more/issues/10) [#11](https://github.com/JamieMason/expect-more/issues/11) [#12](https://github.com/JamieMason/expect-more/issues/12) [#13](https://github.com/JamieMason/expect-more/issues/13) [#14](https://github.com/JamieMason/expect-more/issues/14) [#15](https://github.com/JamieMason/expect-more/issues/15) [#16](https://github.com/JamieMason/expect-more/issues/16)





# [0.3.0](https://github.com/JamieMason/expect-more/compare/[email protected]@0.3.0) (2021-08-08)


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.3.0",
"version": "0.4.0",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/expect-more/issues",
"contributors": [],
"dependencies": {
"expect-more": "1.1.0",
"expect-more": "1.2.0",
"jest-matcher-utils": "27.0.6"
},
"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.4.0](https://github.com/JamieMason/expect-more/compare/[email protected]@5.4.0) (2021-08-31)


### Features

* **expect:** add 13 new matchers ([d880ff3](https://github.com/JamieMason/expect-more/commit/d880ff3e4f0f49f1ddbaa9afaf9217c9a1e084d3)), closes [#8](https://github.com/JamieMason/expect-more/issues/8) [#9](https://github.com/JamieMason/expect-more/issues/9) [#10](https://github.com/JamieMason/expect-more/issues/10) [#11](https://github.com/JamieMason/expect-more/issues/11) [#12](https://github.com/JamieMason/expect-more/issues/12) [#13](https://github.com/JamieMason/expect-more/issues/13) [#14](https://github.com/JamieMason/expect-more/issues/14) [#15](https://github.com/JamieMason/expect-more/issues/15) [#16](https://github.com/JamieMason/expect-more/issues/16)





# [5.3.0](https://github.com/JamieMason/expect-more/compare/[email protected]@5.3.0) (2021-08-08)


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.3.0",
"version": "5.4.0",
"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": "27.0.6",
"expect-more": "1.1.0",
"expect-more": "1.2.0",
"jest-matcher-utils": "27.0.6"
},
"files": [
Expand Down
16 changes: 16 additions & 0 deletions packages/expect-more/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/JamieMason/expect-more/compare/[email protected]@1.2.0) (2021-08-31)


### Bug Fixes

* **curry:** handle calls with more args than needed ([5cf626d](https://github.com/JamieMason/expect-more/commit/5cf626d82ffae8bcce08254332200f685272117c))


### Features

* **expect:** add 13 new matchers ([d880ff3](https://github.com/JamieMason/expect-more/commit/d880ff3e4f0f49f1ddbaa9afaf9217c9a1e084d3)), closes [#8](https://github.com/JamieMason/expect-more/issues/8) [#9](https://github.com/JamieMason/expect-more/issues/9) [#10](https://github.com/JamieMason/expect-more/issues/10) [#11](https://github.com/JamieMason/expect-more/issues/11) [#12](https://github.com/JamieMason/expect-more/issues/12) [#13](https://github.com/JamieMason/expect-more/issues/13) [#14](https://github.com/JamieMason/expect-more/issues/14) [#15](https://github.com/JamieMason/expect-more/issues/15) [#16](https://github.com/JamieMason/expect-more/issues/16)





# [1.1.0](https://github.com/JamieMason/expect-more/compare/[email protected]@1.1.0) (2021-08-08)


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": "1.1.0",
"version": "1.2.0",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/expect-more/issues",
"files": [
Expand Down

0 comments on commit 545dc7d

Please sign in to comment.