Skip to content

Commit

Permalink
chore: release 0.79.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gray-bot committed Dec 10, 2024
1 parent 01dbb28 commit ef8802a
Show file tree
Hide file tree
Showing 4 changed files with 18 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 +1 @@
{".":"0.79.0"}
{".":"0.79.1"}
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.79.1](https://github.com/graycoreio/daffodil/compare/v0.79.0...v0.79.1) (2024-12-10)


### Features

* **daffio:** only render root api nav items ([#3354](https://github.com/graycoreio/daffodil/issues/3354)) ([01dbb28](https://github.com/graycoreio/daffodil/commit/01dbb28f677886f4514f83977ab766cb79537706))
* **design:** update active style for list component ([#3356](https://github.com/graycoreio/daffodil/issues/3356)) ([95d2d31](https://github.com/graycoreio/daffodil/commit/95d2d3139063cf25b390a3d6701229f93c07e8f4))


### Bug Fixes

* **dgeni:** breadcrumbs have relative paths ([#3355](https://github.com/graycoreio/daffodil/issues/3355)) ([4ec3743](https://github.com/graycoreio/daffodil/commit/4ec37437c8fe3328dd4f97ee409ce9217658cb4b))
* **router:** old route data is replayed for new routes ([#3352](https://github.com/graycoreio/daffodil/issues/3352)) ([ea2e75d](https://github.com/graycoreio/daffodil/commit/ea2e75d910b59adae4117d2e25d56ffee7b716ab))

## [0.79.0](https://github.com/graycoreio/daffodil/compare/v0.78.0...v0.79.0) (2024-11-26)


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": "@daffodil/daffodil",
"version": "0.79.0",
"version": "0.79.1",
"license": "MIT",
"scripts": {
"release": "cd tools/release; gulp",
Expand Down

0 comments on commit ef8802a

Please sign in to comment.