Skip to content

Commit 7b7f6b0

Browse files
committed
chore(release): 0.8.0
1 parent 3c9bc69 commit 7b7f6b0

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.8.0](https://github.com/ucsc/truss/compare/v0.7.13...v0.8.0) (2024-05-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **ucsc-header:** Update links to reflect new URLs on ucsc.edu Fixes #18
11+
* **data-list:** trss-data-list now saves fetched data in sessionStorage
12+
13+
### Features
14+
15+
* **data-list:** trss-data-list now saves fetched data in sessionStorage ([a53e0c5](https://github.com/ucsc/truss/commit/a53e0c5912eadd037f0765ddfa88e770d0327923))
16+
17+
18+
### Bug Fixes
19+
20+
* **ucsc-header:** Update links to reflect new URLs on ucsc.edu Fixes [#18](https://github.com/ucsc/truss/issues/18) ([3c9bc69](https://github.com/ucsc/truss/commit/3c9bc6908da8052fdcb42067d000f27347996120))
21+
522
### [0.7.13](https://github.com/ucsc/truss/compare/v0.7.12...v0.7.13) (2024-05-08)
623

724

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

0 commit comments

Comments
 (0)