Skip to content

Commit f472af7

Browse files
chore(main): release 1.0.0-alpha.1 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ned Zimmerman <[email protected]>
1 parent a5ec903 commit f472af7

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "1.0.0-alpha.1"
33
}

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### Features
7+
8+
* add date format filter ([f856f0e](https://github.com/inclusive-design/idrc-wcag-reporter/commit/f856f0ef04527405c372f4a653bc724c8cc844c2))
9+
* add Decap CMS previews ([d73ee0f](https://github.com/inclusive-design/idrc-wcag-reporter/commit/d73ee0ff63929423470c0a541ce4978c82fa0e46))
10+
* add issue creation links (resolves [#7](https://github.com/inclusive-design/idrc-wcag-reporter/issues/7)) ([6623d25](https://github.com/inclusive-design/idrc-wcag-reporter/commit/6623d25553bf20ccb73d3382cc974c96ca484260))
11+
* add lint and Docker build CI ([#16](https://github.com/inclusive-design/idrc-wcag-reporter/issues/16)) ([bdeae51](https://github.com/inclusive-design/idrc-wcag-reporter/commit/bdeae510575acfda0ca76dea7da9dfb8098b107f))
12+
* add Pages CMS configuration ([26746ac](https://github.com/inclusive-design/idrc-wcag-reporter/commit/26746ac8f88a5737269cc3631f495d81142563e8))
13+
* add success criteria support to CMS configurations ([e545c1f](https://github.com/inclusive-design/idrc-wcag-reporter/commit/e545c1f22713c58e95e58350a649acceefd83fa0))
14+
* add supports table, group issues by principle ([7d18565](https://github.com/inclusive-design/idrc-wcag-reporter/commit/7d18565cf9a3ba27a92f2ad06ed0f1727ee9a546))
15+
* add utility for opening the PDF report ([265b372](https://github.com/inclusive-design/idrc-wcag-reporter/commit/265b372a939764f5acacb1dfdbad68e8552304d8))
16+
* add xo, convert to ES modules, many other things ([79e459c](https://github.com/inclusive-design/idrc-wcag-reporter/commit/79e459c55bebc2f502fcd1c0db5e7e9d52065cae))
17+
* configure Sveltia CMS ([#15](https://github.com/inclusive-design/idrc-wcag-reporter/issues/15)) ([16de451](https://github.com/inclusive-design/idrc-wcag-reporter/commit/16de4515712966e05541f0b12b9215907a84d645))
18+
* configure Sveltia CMS ([#29](https://github.com/inclusive-design/idrc-wcag-reporter/issues/29)) ([ab8792b](https://github.com/inclusive-design/idrc-wcag-reporter/commit/ab8792bc49c4abd3a68b07e6b1fc60ebd3358205))
19+
* improve PDF output ([87920a2](https://github.com/inclusive-design/idrc-wcag-reporter/commit/87920a2aedbc43590f5a6cdb264bd799a6029fbb))
20+
* major restructure, add Decap CMS configuration ([317fa69](https://github.com/inclusive-design/idrc-wcag-reporter/commit/317fa6995e87f6719b00111cd4630b4d9f70dcff))
21+
* style improvements and syntax highlighting ([aeaab88](https://github.com/inclusive-design/idrc-wcag-reporter/commit/aeaab88aaa5d9adfb957a082feacc6dab12166cd))
22+
23+
24+
### Bug Fixes
25+
26+
* adjust styles for print vs screen ([75c6efd](https://github.com/inclusive-design/idrc-wcag-reporter/commit/75c6efde6902f463a6598c36e8c68b1dcfa89992))
27+
* clean up property order ([83caeb5](https://github.com/inclusive-design/idrc-wcag-reporter/commit/83caeb5a3662cb615d54a92db97633dc89732e3c))
28+
* format date ([98823c0](https://github.com/inclusive-design/idrc-wcag-reporter/commit/98823c086fe543a3311fcaad699090ea547640b1))
29+
* remove Prince script ([bdc2893](https://github.com/inclusive-design/idrc-wcag-reporter/commit/bdc2893573ab37fe90a41d5c68cff6ed5458a178))
30+
* resolve contrast issue for visited WCAG links ([98823c0](https://github.com/inclusive-design/idrc-wcag-reporter/commit/98823c086fe543a3311fcaad699090ea547640b1))
31+
* screenshots field should be optional ([98823c0](https://github.com/inclusive-design/idrc-wcag-reporter/commit/98823c086fe543a3311fcaad699090ea547640b1))
32+
* simplify CSS ([a5a52c7](https://github.com/inclusive-design/idrc-wcag-reporter/commit/a5a52c7062a3a6194d420154d8d5f93fa60269c1))
33+
34+
35+
### Miscellaneous Chores
36+
37+
* release 1.0.0-alpha.1 ([#31](https://github.com/inclusive-design/idrc-wcag-reporter/issues/31)) ([9d16851](https://github.com/inclusive-design/idrc-wcag-reporter/commit/9d168518bd41c828184ad87a58b7faeedafe4f66))
38+
* **release:** release 1.0.0 ([933da65](https://github.com/inclusive-design/idrc-wcag-reporter/commit/933da6566b81410b582c9911f5ccca7d02e1587c))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idrc-wcag-reporter",
3-
"version": "1.0.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Eleventy project to build accessibility conformance reports in HTML from issues written in Markdown.",
55
"main": "eleventy.config.js",
66
"scripts": {

0 commit comments

Comments
 (0)