Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 6, 2024
1 parent 649fdb2 commit 7f3a5d5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 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"
".": "1.1.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# Changelog

## [1.1.0](https://github.com/inclusive-design/guide/compare/v1.0.0...v1.1.0) (2024-05-06)


### Features

* add basic home page structure and CMS previews ([#12](https://github.com/inclusive-design/guide/issues/12)) ([5ba8e30](https://github.com/inclusive-design/guide/commit/5ba8e3084d1b6949b9132a576e470595a7e07b5f))
* add footer design ([#14](https://github.com/inclusive-design/guide/issues/14)) ([f337e29](https://github.com/inclusive-design/guide/commit/f337e29ce9b7d002f9173407a34f9173a48c95d6))
* add YAML linter ([36cba24](https://github.com/inclusive-design/guide/commit/36cba245185b01515e0e167b541ee7338df600e8))
* initial commit ([738cddc](https://github.com/inclusive-design/guide/commit/738cddca12321ce61a4a4bd798cfb748345d52e9))
* initial Trivet setup and design system ([8180b7e](https://github.com/inclusive-design/guide/commit/8180b7ebd48cce6f774a397a5941184898fdef4c))


### Bug Fixes

* add Netlify Identity widget ([68c9f16](https://github.com/inclusive-design/guide/commit/68c9f16d2c182e43ae86c54a59eaed89836792b4))
* move permalink outside of eleventyComputed, add latest Trivet updates ([#11](https://github.com/inclusive-design/guide/issues/11)) ([2a52dfa](https://github.com/inclusive-design/guide/commit/2a52dfab7ec93d70b5fb06bf73c33a201da6b835))
* update sitemap to support localization ([36cba24](https://github.com/inclusive-design/guide/commit/36cba245185b01515e0e167b541ee7338df600e8))

## Changelog
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inclusive-design/guide",
"version": "1.0.0",
"version": "1.1.0",
"description": "Strategies and best practices for inclusive design.",
"scripts": {
"build": "npm-run-all -l clean -p build:*",
Expand Down

0 comments on commit 7f3a5d5

Please sign in to comment.