diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18e5090975..34dd613c87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.80.0"} +{".":"0.80.1"} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0b15c34b50..3964edd7af 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.80.1](https://github.com/graycoreio/daffodil/compare/v0.80.0...v0.80.1) (2025-01-07) + + +### Features + +* **dgeni,docs-utils:** add kind to documents ([#3396](https://github.com/graycoreio/daffodil/issues/3396)) ([a26cde4](https://github.com/graycoreio/daffodil/commit/a26cde40ac29ce4805d3393805a63739eaff7d74)) +* **docs-utils,dgeni:** pull examples out of content and store in doc ([#3389](https://github.com/graycoreio/daffodil/issues/3389)) ([84a5def](https://github.com/graycoreio/daffodil/commit/84a5def17246eacaf073da6503dacd10ed292f5f)) +* **docs-utils:** support component doc kinds in helper ([#3398](https://github.com/graycoreio/daffodil/issues/3398)) ([bd26e3d](https://github.com/graycoreio/daffodil/commit/bd26e3dca8473437be2f59bc269d56b54a0c701f)) + ## [0.80.0](https://github.com/graycoreio/daffodil/compare/v0.79.0...v0.80.0) (2025-01-06) diff --git a/package-lock.json b/package-lock.json index bd59d68d59..0516e8089d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@daffodil/daffodil", - "version": "0.80.0", + "version": "0.80.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@daffodil/daffodil", - "version": "0.80.0", + "version": "0.80.1", "license": "MIT", "dependencies": { "@angular/animations": "^18.2.2", diff --git a/package.json b/package.json index 03e6455b95..cdedb4fb58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@daffodil/daffodil", - "version": "0.80.0", + "version": "0.80.1", "license": "MIT", "scripts": { "release": "cd tools/release; gulp",