Skip to content

Commit

Permalink
chore(main): release 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 10, 2024
1 parent 86b7896 commit e2e68c9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0-alpha.1"
".": "1.0.0-alpha.2"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.0.0-alpha.2](https://github.com/inclusive-design/idrc-wcag-reporter/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-07-10)


### Features

* basic Caddy config ([#90](https://github.com/inclusive-design/idrc-wcag-reporter/issues/90)) ([38f0231](https://github.com/inclusive-design/idrc-wcag-reporter/commit/38f02318a01cbdf9ffdaafe6a69126a9100b557b))
* configure CMS authentication ([#34](https://github.com/inclusive-design/idrc-wcag-reporter/issues/34)) ([574921f](https://github.com/inclusive-design/idrc-wcag-reporter/commit/574921fea98c5e1bf94dbea511a030a08e63303f))
* link to issues from SC table (resolves [#75](https://github.com/inclusive-design/idrc-wcag-reporter/issues/75)) ([#84](https://github.com/inclusive-design/idrc-wcag-reporter/issues/84)) ([a41107b](https://github.com/inclusive-design/idrc-wcag-reporter/commit/a41107b7941b112ba2b1ea29f8c88a7b1a546a34))


### Bug Fixes

* **deps:** update dependency @11ty/eleventy to v3.0.0-alpha.11 ([#50](https://github.com/inclusive-design/idrc-wcag-reporter/issues/50)) ([222c012](https://github.com/inclusive-design/idrc-wcag-reporter/commit/222c0124b22208ee1a53a6de85ee28559736c190))
* **deps:** update dependency @11ty/eleventy to v3.0.0-alpha.12 ([#58](https://github.com/inclusive-design/idrc-wcag-reporter/issues/58)) ([b3af9e3](https://github.com/inclusive-design/idrc-wcag-reporter/commit/b3af9e3ad4f53d341fd23dd1277191a59454901a))
* **deps:** update dependency @11ty/eleventy to v3.0.0-alpha.13 ([#59](https://github.com/inclusive-design/idrc-wcag-reporter/issues/59)) ([b99a555](https://github.com/inclusive-design/idrc-wcag-reporter/commit/b99a5552f088e372ecf78fd3432ecdcc4771a40a))
* **deps:** update dependency @11ty/eleventy to v3.0.0-alpha.14 ([#71](https://github.com/inclusive-design/idrc-wcag-reporter/issues/71)) ([9683ee3](https://github.com/inclusive-design/idrc-wcag-reporter/commit/9683ee326555cd067fc0aa0d9e142ee07400e16c))
* **deps:** update dependency @11ty/eleventy to v3.0.0-alpha.16 ([#96](https://github.com/inclusive-design/idrc-wcag-reporter/issues/96)) ([86b7896](https://github.com/inclusive-design/idrc-wcag-reporter/commit/86b7896d0346281b70d62f29d3bd17f78e74558b))


### Miscellaneous Chores

* adjust version ([4c20cb1](https://github.com/inclusive-design/idrc-wcag-reporter/commit/4c20cb1304e7ae74b3897cf813e7579750fb4878))

## [1.0.0-alpha.1](https://github.com/inclusive-design/idrc-wcag-reporter/compare/v0.0.1...v1.0.0-alpha.1) (2024-04-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idrc-wcag-reporter",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Eleventy project to build accessibility conformance reports in HTML from issues written in Markdown.",
"main": "eleventy.config.js",
"scripts": {
Expand Down Expand Up @@ -58,6 +58,8 @@
"lint-staged": {
"*.css": "stylelint --fix",
"*.{js,cjs,json,jsonc}": "biome check --write --no-errors-on-unmatched",
"*.md": ["markdownlint-cli2 --fix"]
"*.md": [
"markdownlint-cli2 --fix"
]
}
}

0 comments on commit e2e68c9

Please sign in to comment.