Skip to content

Commit 0aa7b04

Browse files
chore(new-release) (#9)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a88c8f6 commit 0aa7b04

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/red-hotels-bow.md

-9
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# apca-check
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`a88c8f6`](https://github.com/StackExchange/apca-check/commit/a88c8f67b6f428af6a6280fcbae074eb47f668c0) Thanks [@giamir](https://github.com/giamir)! - Rename package to `apca-check` to comply with Deque Systems, Inc. request (https://github.com/StackExchange/axe-apca/issues/8).
8+
9+
BREAKING CHANGE: The [`axe-apca`](https://www.npmjs.com/package/axe-apca) package is now **deprecated**.
10+
Please remove it from your dependencies and use [`apca-check`](https://www.npmjs.com/package/apca-check) instead.
11+
For more information on installation and usage consult the [README.md](https://github.com/StackExchange/apca-check).
12+
313
## 0.0.4
414

515
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apca-check",
33
"description": "Axe rules to check against APCA bronze and silver+ conformance levels.",
4-
"version": "0.0.4",
4+
"version": "0.1.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)