diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1772e6f..a1961ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0a658..af7d2e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [1.1.0](https://github.com/inclusive-design/acaw-cama/compare/v1.0.0...v1.1.0) (2024-06-07) + + +### Features + +* add banner videos ([#42](https://github.com/inclusive-design/acaw-cama/issues/42)) ([c18d523](https://github.com/inclusive-design/acaw-cama/commit/c18d5233b2786f7d15992c0b96c7758cb6288ef2)) +* add footer credits (resolves [#16](https://github.com/inclusive-design/acaw-cama/issues/16)) ([#32](https://github.com/inclusive-design/acaw-cama/issues/32)) ([4faf7b5](https://github.com/inclusive-design/acaw-cama/commit/4faf7b5d687905ff33520c71dc32160ff7df0112)) +* add IDRC banner (resolves [#25](https://github.com/inclusive-design/acaw-cama/issues/25)) ([#28](https://github.com/inclusive-design/acaw-cama/issues/28)) ([a95a849](https://github.com/inclusive-design/acaw-cama/commit/a95a849fdc50bd1c7668d92c59ef4d038d79bad2)) +* add video modal (resolves [#22](https://github.com/inclusive-design/acaw-cama/issues/22)) ([#34](https://github.com/inclusive-design/acaw-cama/issues/34)) ([036133d](https://github.com/inclusive-design/acaw-cama/commit/036133d276d109b37bc1dff9cc03b548656d6b97)) +* adjust structure, add conference intro ([#26](https://github.com/inclusive-design/acaw-cama/issues/26)) ([0362624](https://github.com/inclusive-design/acaw-cama/commit/0362624cc1c8115130323ba3f663a9df9c903104)) +* display YouTube video for submissions separate from their sign language video ([#44](https://github.com/inclusive-design/acaw-cama/issues/44)) ([078fa89](https://github.com/inclusive-design/acaw-cama/commit/078fa89cb7f4683a7c41a378fb31d21a37a08cbd)) +* generate URLs to submission files ([#36](https://github.com/inclusive-design/acaw-cama/issues/36)) ([6db5c15](https://github.com/inclusive-design/acaw-cama/commit/6db5c1582a6d74c58216b7e882389cdb9cf40abc)) +* modify checkboxes, links and buttons (resolves [#23](https://github.com/inclusive-design/acaw-cama/issues/23), resolves [#24](https://github.com/inclusive-design/acaw-cama/issues/24)) ([#29](https://github.com/inclusive-design/acaw-cama/issues/29)) ([1d569f3](https://github.com/inclusive-design/acaw-cama/commit/1d569f3fb8f031c3f702f59d8164e0fa1f5bb20c)) +* use Biome ([#57](https://github.com/inclusive-design/acaw-cama/issues/57)) ([86b674f](https://github.com/inclusive-design/acaw-cama/commit/86b674f8339fdb80322c5080cb010abcdbb6da3c)) +* use ID instead of UUID for submissions ([#35](https://github.com/inclusive-design/acaw-cama/issues/35)) ([8da2d72](https://github.com/inclusive-design/acaw-cama/commit/8da2d727659cd4b72f372e6a60f725ff90eb4033)) + + +### Bug Fixes + +* add a sentence about upcoming submissions in landing page ([#41](https://github.com/inclusive-design/acaw-cama/issues/41)) ([9a5909b](https://github.com/inclusive-design/acaw-cama/commit/9a5909b3be1fdc8b4cc5ebf85a1c9c257b89b579)) +* add correct lang and hreflang attributes to language links ([#50](https://github.com/inclusive-design/acaw-cama/issues/50)) ([0b0b578](https://github.com/inclusive-design/acaw-cama/commit/0b0b578e78b15bc979b08c89181262ee922b640e)) +* broken link ([ef3ed0b](https://github.com/inclusive-design/acaw-cama/commit/ef3ed0b467cdf55cc1d8f6a3c6e4b58c39b9bb4d)) +* remove null text ([9c04063](https://github.com/inclusive-design/acaw-cama/commit/9c040636e4fc046c60fadfe18fbc5a2fc5df2900)) +* resolve issue with content overflow ([#51](https://github.com/inclusive-design/acaw-cama/issues/51)) ([77f183f](https://github.com/inclusive-design/acaw-cama/commit/77f183fe78ef67039e4d92202cd9700d99cb9b32)) +* resolve layout issue with landing page ([#31](https://github.com/inclusive-design/acaw-cama/issues/31)) ([be09360](https://github.com/inclusive-design/acaw-cama/commit/be0936009f6904e1d37d1e8e65ac53c1a921cb90)) +* style issues (resolves [#46](https://github.com/inclusive-design/acaw-cama/issues/46) and [#47](https://github.com/inclusive-design/acaw-cama/issues/47)) ([#48](https://github.com/inclusive-design/acaw-cama/issues/48)) ([b31ed72](https://github.com/inclusive-design/acaw-cama/commit/b31ed7298f94c8989b629308f3cb593e32b9b5da)) +* update i18n property for asl and lsq fields to not duplicate ([#43](https://github.com/inclusive-design/acaw-cama/issues/43)) ([8321c21](https://github.com/inclusive-design/acaw-cama/commit/8321c21e502385e4ce5d5bd451c03afd0513567d)) +* update the announcement about upcoming submissions ([#45](https://github.com/inclusive-design/acaw-cama/issues/45)) ([2f8d43a](https://github.com/inclusive-design/acaw-cama/commit/2f8d43ad195ec8604e7b19e49edf6db698b750a3)) +* wrap logos on desktop ([a5d182f](https://github.com/inclusive-design/acaw-cama/commit/a5d182f8840da2b5de892a5fb6f5a9f128bc801f)) + ## [1.0.0](https://github.com/inclusive-design/acaw-cama/compare/v0.0.1...v1.0.0) (2024-04-22) diff --git a/package-lock.json b/package-lock.json index 01d7d58..6d9a248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inclusive-design/acaw-cama", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inclusive-design/acaw-cama", - "version": "1.0.0", + "version": "1.1.0", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index 66ef5de..58fe7d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inclusive-design/acaw-cama", - "version": "1.0.0", + "version": "1.1.0", "description": "Microsite for ACAW / CAMA", "scripts": { "build": "npm-run-all -l clean -p build:eleventy", @@ -61,6 +61,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" + ] } }