Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/layer": "0.2.0-beta.0"
"packages/layer": "0.2.1-beta.0"
}
9 changes: 9 additions & 0 deletions packages/layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.1-beta.0](https://github.com/pleaseai/docs/compare/docs-please-v0.2.0-beta.0...docs-please-v0.2.1-beta.0) (2025-12-19)


### Features

* **layer:** add header search with command dialog ([#12](https://github.com/pleaseai/docs/issues/12)) ([ac26c66](https://github.com/pleaseai/docs/commit/ac26c6685d6d8267b29e35a666fd132d966e3244))
* **layer:** add LLM support with raw markdown endpoint and SEO modules ([a5ec790](https://github.com/pleaseai/docs/commit/a5ec790fdf268c2df578b47c448893c90d5dfde7))
* **layer:** add MDC content components for accordion, badge, and collapsible ([d6f543a](https://github.com/pleaseai/docs/commit/d6f543a8a6bc73b92971c2613c3ea71b7dbd6e60))

## [0.2.0-beta.0](https://github.com/pleaseai/docs/compare/docs-please-v0.1.0-beta.0...docs-please-v0.2.0-beta.0) (2025-12-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs-please",
"type": "module",
"version": "0.2.0-beta.0",
"version": "0.2.1-beta.0",
"description": "Nuxt layer for documentation sites using shadcn-vue",
"license": "MIT",
"repository": {
Expand Down