Skip to content

Commit 7ea5833

Browse files
Version Packages (#18)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 730096e commit 7ea5833

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

.changeset/poor-flies-sort.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/jest/package.json

Lines changed: 1 addition & 1 deletion
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.5",
10+
"screen-reader-testing-library": "^0.0.6",
1111
"typescript": "^4.0.2"
1212
},
1313
"private": "true",

examples/node/package.json

Lines changed: 1 addition & 1 deletion
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.5"
5+
"screen-reader-testing-library": "^0.0.6"
66
},
77
"private": "true",
88
"version": "1.0.0"

src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# screen-reader-testing-library
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- [`730096e`](https://github.com/eps1lon/screen-reader-testing-library/commit/730096e2f641a8bba167adae583b99130fc14673) Thanks [@eps1lon](https://github.com/eps1lon)! - Fix failing download on install
8+
9+
Changesets use a different naming scheme for tags which we forgot to incorporate in the install script.
10+
311
## 0.0.5
412

513
### Patch Changes

src/package.json

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

0 commit comments

Comments
 (0)