Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/starlight-theme": "0.3.4",
"packages/create-docs": "0.2.2"
"packages/starlight-theme": "0.3.5",
"packages/create-docs": "0.2.3"
}
8 changes: 8 additions & 0 deletions packages/create-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to `@abstractdata/create-docs` are documented here. The form

This file is maintained by [release-please](https://github.com/googleapis/release-please) going forward — do not hand-edit beyond bootstrapping.

## [0.2.3](https://github.com/Abstract-Data/abstract-data-doc-theme/compare/create-docs-v0.2.2...create-docs-v0.2.3) (2026-05-11)


### Bug Fixes

* **npm publish:** fixed npm publishing issues ([#20](https://github.com/Abstract-Data/abstract-data-doc-theme/issues/20)) ([f12b532](https://github.com/Abstract-Data/abstract-data-doc-theme/commit/f12b532224f3dba941af9731df6809bd82f2ac5f))
* **release:** fixed release issues ([#21](https://github.com/Abstract-Data/abstract-data-doc-theme/issues/21)) ([f3084e2](https://github.com/Abstract-Data/abstract-data-doc-theme/commit/f3084e226d0a2d52c65dbeb0de13dabbec3f3ab9))

## [0.2.2](https://github.com/Abstract-Data/abstract-data-doc-theme/compare/create-docs-v0.2.1...create-docs-v0.2.2) (2026-05-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstractdata/create-docs",
"version": "0.2.2",
"version": "0.2.3",
"description": "Scaffold a new branded documentation site using @abstractdata/starlight-theme. Run with `bun create @abstractdata/docs <name>`.",
"type": "module",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/starlight-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to `@abstractdata/starlight-theme` are documented here. The

This file is maintained by [release-please](https://github.com/googleapis/release-please) going forward — do not hand-edit beyond bootstrapping.

## [0.3.5](https://github.com/Abstract-Data/abstract-data-doc-theme/compare/starlight-theme-v0.3.4...starlight-theme-v0.3.5) (2026-05-11)


### Bug Fixes

* **npm publish:** fixed npm publishing issues ([#20](https://github.com/Abstract-Data/abstract-data-doc-theme/issues/20)) ([f12b532](https://github.com/Abstract-Data/abstract-data-doc-theme/commit/f12b532224f3dba941af9731df6809bd82f2ac5f))
* **release:** fixed release issues ([#21](https://github.com/Abstract-Data/abstract-data-doc-theme/issues/21)) ([f3084e2](https://github.com/Abstract-Data/abstract-data-doc-theme/commit/f3084e226d0a2d52c65dbeb0de13dabbec3f3ab9))

## [0.3.4](https://github.com/Abstract-Data/abstract-data-doc-theme/compare/starlight-theme-v0.3.3...starlight-theme-v0.3.4) (2026-05-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/starlight-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstractdata/starlight-theme",
"version": "0.3.4",
"version": "0.3.5",
"description": "Abstract Data Documentation Theme — the branded docs system Abstract Data uses across client projects. Built on Astro Starlight. HUD and Calm surfaces, light + dark, motion-aware. Ships with the abstract-data-setup skill (Claude Code, Cursor, GitHub Copilot) for one-command project setup.",
"type": "module",
"main": "./src/index.ts",
Expand Down