Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 8, 2021
1 parent 4cff05e commit 6063eea
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 5 deletions.
16 changes: 16 additions & 0 deletions packages/expect-more-jasmine/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.

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


### Bug Fixes

* **npm:** update dependencies ([b34b440](https://github.com/JamieMason/expect-more/commit/b34b44027162306ecf678830a65a74852c442d9a))


### Features

* **typings:** improve type information ([4cff05e](https://github.com/JamieMason/expect-more/commit/4cff05e535460a2b7e10ce69528c0789f429dcce))





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


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.2",
"version": "0.3.0",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/expect-more/issues",
"contributors": [],
"dependencies": {
"expect-more": "1.0.1",
"expect-more": "1.1.0",
"jest-matcher-utils": "27.0.6"
},
"files": [
Expand Down
16 changes: 16 additions & 0 deletions packages/expect-more-jest/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.

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


### Bug Fixes

* **npm:** update dependencies ([b34b440](https://github.com/JamieMason/expect-more/commit/b34b44027162306ecf678830a65a74852c442d9a))


### Features

* **typings:** improve type information ([4cff05e](https://github.com/JamieMason/expect-more/commit/4cff05e535460a2b7e10ce69528c0789f429dcce))





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


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.2",
"version": "5.3.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.0.1",
"expect-more": "1.1.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.1.0](https://github.com/JamieMason/expect-more/compare/[email protected]@1.1.0) (2021-08-08)


### Bug Fixes

* **npm:** update dependencies ([b34b440](https://github.com/JamieMason/expect-more/commit/b34b44027162306ecf678830a65a74852c442d9a))


### Features

* **typings:** improve type information ([4cff05e](https://github.com/JamieMason/expect-more/commit/4cff05e535460a2b7e10ce69528c0789f429dcce))





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

**Note:** Version bump only for package expect-more
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.0.1",
"version": "1.1.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 6063eea

Please sign in to comment.