Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2021
1 parent 794e233 commit ae7483b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/friendly-plums-vanish.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.6",
"screen-reader-testing-library": "^0.0.7",
"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.6"
"screen-reader-testing-library": "^0.0.7"
},
"private": "true",
"version": "1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# screen-reader-testing-library

## 0.0.7

### Patch Changes

- [`794e233`](https://github.com/eps1lon/screen-reader-testing-library/commit/794e233f78a4ac527ec3e9051668f36f25f20425) [#23](https://github.com/eps1lon/screen-reader-testing-library/pull/23) Thanks [@eps1lon](https://github.com/eps1lon)! - Add support for node 16

Previously installs using node 16 would fail the engines check.

## 0.0.6

### Patch Changes
Expand Down
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.6",
"version": "0.0.7",
"license": "MIT",
"main": "./index.js",
"typings": "./types/index.d.ts",
Expand Down

0 comments on commit ae7483b

Please sign in to comment.