Skip to content

Commit

Permalink
Version Packages (#18)
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 730096e commit 7ea5833
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/poor-flies-sort.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/jest/package.json
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.5",
"screen-reader-testing-library": "^0.0.6",
"typescript": "^4.0.2"
},
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "example-node",
"dependencies": {
"playwright": "^1.6.2",
"screen-reader-testing-library": "^0.0.5"
"screen-reader-testing-library": "^0.0.6"
},
"private": "true",
"version": "1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions src/CHANGELOG.md
@@ -1,5 +1,13 @@
# screen-reader-testing-library

## 0.0.6

### Patch Changes

- [`730096e`](https://github.com/eps1lon/screen-reader-testing-library/commit/730096e2f641a8bba167adae583b99130fc14673) Thanks [@eps1lon](https://github.com/eps1lon)! - Fix failing download on install

Changesets use a different naming scheme for tags which we forgot to incorporate in the install script.

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "screen-reader-testing-library",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"main": "./index.js",
"typings": "./types/index.d.ts",
Expand Down

0 comments on commit 7ea5833

Please sign in to comment.