Skip to content

Commit

Permalink
chore: RC v4.9.0 (#380)
Browse files Browse the repository at this point in the history
##
[4.9.0](v4.8.2...v4.9.0)
(2024-03-26)


### Features

* Update axe-core to v4.9.0
([#379](#379))
([182d9c9](182d9c9))
  • Loading branch information
dequejenn committed Mar 26, 2024
2 parents bf6f1a1 + 78a8fb3 commit bd26a87
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [4.9.0](https://github.com/dequelabs/axe-core-gems/compare/v4.8.2...v4.9.0) (2024-03-26)


### Features

* Update axe-core to v4.9.0 ([#379](https://github.com/dequelabs/axe-core-gems/issues/379)) ([182d9c9](https://github.com/dequelabs/axe-core-gems/commit/182d9c9e10ccf9c6c4b4aa07b3a346123d70e714))

## [4.8.2](https://github.com/dequelabs/axe-core-gems/compare/v4.8.1...v4.8.2) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Join our Slack chat](https://img.shields.io/badge/slack-chat-purple.svg?logo=slack)](https://accessibility.deque.com/axe-community)

This repository contains 6 pacakges/ gems, which can be used for automated accesibility testing powered by [axe core][axe-core].
This repository contains 6 packages/gems, which can be used for automated accessibility testing powered by [axe core][axe-core].

The gems are as below:
- [`axe-core-api`](./packages/axe-core-api/README.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core-gems",
"version": "4.8.2",
"version": "4.9.0",
"license": "MPL-2.0",
"private": true,
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions packages/axe-core-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/axe-core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "axe-core-api",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "^4.8.4"
"axe-core": "^4.9.0"
}
}
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this version is used by all the packages

module AxeCoreGems
VERSION = "4.8.2"
VERSION = "4.9.0"
end

0 comments on commit bd26a87

Please sign in to comment.