Skip to content

Commit

Permalink
Version Packages (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 22, 2021
1 parent 00cae63 commit d9344ac
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-rings-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-apples-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-meals-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-pumas-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-buttons-teach.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/earljs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# earljs

## 0.1.11

### Patch Changes

- d69576f: Fix types for mockFn's default implementation
- 00cae63: Function mocks can now be typed as Mock.Of<TFunctionType>
- a0f7b98: Improve support for comparing recursive objects
- 3651e17: Earl no longer crashes in mocha --watch mode
- d02b7d6: process.env.UPDATE_SNAPSHOTS set to "1" is now treated the same as when set to "true"

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/earljs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"repository": "[email protected]:earl-js/earl.git",
"author": "Kris Kaczor <[email protected]>",
"license": "MIT",
"version": "0.1.10",
"version": "0.1.11",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down

0 comments on commit d9344ac

Please sign in to comment.