Skip to content

Commit

Permalink
Version Packages (#17)
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] committed Dec 6, 2020
1 parent a2d4576 commit cb00ecc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/small-starfishes-yell.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/jest": "^26.0.13",
"jest": "^26.4.2",
"playwright": "^1.6.2",
"screen-reader-testing-library": "^0.0.4",
"screen-reader-testing-library": "^0.0.5",
"typescript": "^4.0.2"
},
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-node",
"dependencies": {
"playwright": "^1.6.2",
"screen-reader-testing-library": "^0.0.4"
"screen-reader-testing-library": "^0.0.5"
},
"private": "true",
"version": "1.0.0"
Expand Down
7 changes: 6 additions & 1 deletion src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# screen-reader-testing-library

## 0.0.4
## 0.0.5

### Patch Changes

- [`a71cb81`](https://github.com/eps1lon/screen-reader-testing-library/commit/a71cb8163caaf0cdc9ce96509e3483e94b35cdac) [#16](https://github.com/eps1lon/screen-reader-testing-library/pull/16) Thanks [@eps1lon](https://github.com/eps1lon)! - Implement same signature as `toMatchSpeechSnapshot` in `toMatchSpeechInlineSnapshot`

## 0.0.4

### Patch Changes

- [`8947f5b`](https://github.com/eps1lon/screen-reader-testing-library/commit/8947f5b34a2f5511143efa5d0cea6b429413fc16) [#13](https://github.com/eps1lon/screen-reader-testing-library/pull/13) Thanks [@eps1lon](https://github.com/eps1lon)! - Add TypeScript types
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screen-reader-testing-library",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"main": "./index.js",
"typings": "./types/index.d.ts",
Expand Down

0 comments on commit cb00ecc

Please sign in to comment.