From 0aa7b04cdbcd26bf313b93526bfbc115a66290e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:55:51 +0200 Subject: [PATCH] chore(new-release) (#9) Co-authored-by: github-actions[bot] --- .changeset/red-hotels-bow.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/red-hotels-bow.md diff --git a/.changeset/red-hotels-bow.md b/.changeset/red-hotels-bow.md deleted file mode 100644 index a16c7ab..0000000 --- a/.changeset/red-hotels-bow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"apca-check": minor ---- - -Rename package to `apca-check` to comply with Deque Systems, Inc. request (https://github.com/StackExchange/axe-apca/issues/8). - -BREAKING CHANGE: The [`axe-apca`](https://www.npmjs.com/package/axe-apca) package is now **deprecated**. -Please remove it from your dependencies and use [`apca-check`](https://www.npmjs.com/package/apca-check) instead. -For more information on installation and usage consult the [README.md](https://github.com/StackExchange/apca-check). \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f37dba0..c51531d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # apca-check +## 0.1.0 + +### Minor Changes + +- [`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). + + BREAKING CHANGE: The [`axe-apca`](https://www.npmjs.com/package/axe-apca) package is now **deprecated**. + Please remove it from your dependencies and use [`apca-check`](https://www.npmjs.com/package/apca-check) instead. + For more information on installation and usage consult the [README.md](https://github.com/StackExchange/apca-check). + ## 0.0.4 ### Patch Changes diff --git a/package.json b/package.json index 7181474..b34d72c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apca-check", "description": "Axe rules to check against APCA bronze and silver+ conformance levels.", - "version": "0.0.4", + "version": "0.1.0", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/index.js",