Skip to content

Commit

Permalink
chore(release): 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knice committed May 22, 2024
1 parent 3c9bc69 commit 7b7f6b0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.8.0](https://github.com/ucsc/truss/compare/v0.7.13...v0.8.0) (2024-05-22)


### ⚠ BREAKING CHANGES

* **ucsc-header:** Update links to reflect new URLs on ucsc.edu Fixes #18
* **data-list:** trss-data-list now saves fetched data in sessionStorage

### Features

* **data-list:** trss-data-list now saves fetched data in sessionStorage ([a53e0c5](https://github.com/ucsc/truss/commit/a53e0c5912eadd037f0765ddfa88e770d0327923))


### Bug Fixes

* **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))

### [0.7.13](https://github.com/ucsc/truss/compare/v0.7.12...v0.7.13) (2024-05-08)


Expand Down
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": "@ucsantacruz/truss",
"version": "0.7.13",
"version": "0.8.0",
"description": "Truss Design System",
"homepage": "https://github.com/ucsc/truss",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 7b7f6b0

Please sign in to comment.