Skip to content

Commit cb00ecc

Browse files
Version Packages (#17)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a2d4576 commit cb00ecc

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.changeset/small-starfishes-yell.md

-5
This file was deleted.

examples/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@types/jest": "^26.0.13",
88
"jest": "^26.4.2",
99
"playwright": "^1.6.2",
10-
"screen-reader-testing-library": "^0.0.4",
10+
"screen-reader-testing-library": "^0.0.5",
1111
"typescript": "^4.0.2"
1212
},
1313
"private": "true",

examples/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "example-node",
33
"dependencies": {
44
"playwright": "^1.6.2",
5-
"screen-reader-testing-library": "^0.0.4"
5+
"screen-reader-testing-library": "^0.0.5"
66
},
77
"private": "true",
88
"version": "1.0.0"

src/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# screen-reader-testing-library
22

3-
## 0.0.4
3+
## 0.0.5
4+
45
### Patch Changes
56

7+
- [`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`
68

9+
## 0.0.4
10+
11+
### Patch Changes
712

813
- [`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

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "screen-reader-testing-library",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"license": "MIT",
55
"main": "./index.js",
66
"typings": "./types/index.d.ts",

0 commit comments

Comments
 (0)