diff --git a/CHANGELOG.md b/CHANGELOG.md index 1386703..3214db2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.7.8](https://github.com/ucsc/truss/compare/v0.7.7...v0.7.8) (2023-09-15) + + +### Features + +* **Component:** ✨ Add accessibility reporting link to footer. Fixes [#15](https://github.com/ucsc/truss/issues/15) ([3bc0e86](https://github.com/ucsc/truss/commit/3bc0e86914fa9960c0d4da078169ba28d0c5309a)) +* **Component:** ✨ Add padding to header and remove gradient. Fixes [#11](https://github.com/ucsc/truss/issues/11) and fixes [#7](https://github.com/ucsc/truss/issues/7) ([36a348e](https://github.com/ucsc/truss/commit/36a348effc4b15cbd40e0be8b1459ff1c4396eff)) +* **Component:** ✨ Update banana slug illustration in the footer. Fixes [#14](https://github.com/ucsc/truss/issues/14) ([7ad601f](https://github.com/ucsc/truss/commit/7ad601f16e67b328a266071b51f072c5897179f0)) + + +### Bug Fixes + +* 🐛 Manage left and right padding on small screen widths ([0ed4bfb](https://github.com/ucsc/truss/commit/0ed4bfba9c7ab224fb1e4e8d92bd03f6b362de4d)), closes [#7](https://github.com/ucsc/truss/issues/7) + ### [0.7.7](https://github.com/ucsc/truss/compare/v0.7.6...v0.7.7) (2023-02-13) diff --git a/package-lock.json b/package-lock.json index c4d1e48..12410be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ucsantacruz/truss", - "version": "0.7.7", + "version": "0.7.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ucsantacruz/truss", - "version": "0.7.7", + "version": "0.7.8", "license": "MIT", "dependencies": { "@stencil/core": "^3.0.0", diff --git a/package.json b/package.json index c830937..cca035f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ucsantacruz/truss", - "version": "0.7.7", + "version": "0.7.8", "description": "Truss Design System", "homepage": "https://github.com/ucsc/truss", "main": "dist/index.cjs.js",