Skip to content

Commit c046443

Browse files
committed
chore(release): 0.7.8
1 parent 3572d83 commit c046443

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
### [0.7.8](https://github.com/ucsc/truss/compare/v0.7.7...v0.7.8) (2023-09-15)
6+
7+
8+
### Features
9+
10+
* **Component:** ✨ Add accessibility reporting link to footer. Fixes [#15](https://github.com/ucsc/truss/issues/15) ([3bc0e86](https://github.com/ucsc/truss/commit/3bc0e86914fa9960c0d4da078169ba28d0c5309a))
11+
* **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))
12+
* **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))
13+
14+
15+
### Bug Fixes
16+
17+
* 🐛 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)
18+
519
### [0.7.7](https://github.com/ucsc/truss/compare/v0.7.6...v0.7.7) (2023-02-13)
620

721

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": "@ucsantacruz/truss",
3-
"version": "0.7.7",
3+
"version": "0.7.8",
44
"description": "Truss Design System",
55
"homepage": "https://github.com/ucsc/truss",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)