diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2c63c08..3aeae66 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,2 +1 @@ -{ -} +{"apps/docs":"1.0.0","packages/layer":"1.0.0"} diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md new file mode 100644 index 0000000..15ff17d --- /dev/null +++ b/apps/docs/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog + +## 1.0.0 (2025-12-04) + + +### ⚠ BREAKING CHANGES + +* **layer:** Tabs now use ::tabs-item{label="..."} syntax instead of ::tabs-list/::tabs-trigger/::tabs-content + +### Features + +* add release-please, cloudflare deployment, and dotenvx configuration ([5ce0642](https://github.com/pleaseai/docs/commit/5ce0642a8930002640329f70d939b487c546a508)) +* **docs:** configure Nuxt Content to use Cloudflare D1 database ([be5192e](https://github.com/pleaseai/docs/commit/be5192e389aa6660a812fd65dd0acbe47c771ed5)) +* initial ([d0522ff](https://github.com/pleaseai/docs/commit/d0522ff6bdd56027b7b4fa5bf87300eaccc6f290)) +* **layer:** add Accordion, Card UI and FeatureCard content components ([1e8b02b](https://github.com/pleaseai/docs/commit/1e8b02b5bdb7d4a8d8e880d201a4672de3ef3481)) +* **layer:** add custom content components and UI primitives for extending apps ([#8](https://github.com/pleaseai/docs/issues/8)) ([7615ad7](https://github.com/pleaseai/docs/commit/7615ad7c74b5c3cbe3c2293c8b785c29c7bced52)) +* **layer:** add PageHero, PageSection, PageCard components and enhance ButtonA ([#5](https://github.com/pleaseai/docs/issues/5)) ([220164d](https://github.com/pleaseai/docs/commit/220164d30babedfb0315319e4a514ea6de4d68bc)) +* **layer:** add shadcn-vue CLI components and MDC content system ([66a2f1d](https://github.com/pleaseai/docs/commit/66a2f1d6df0c9f6301427d796fc02429900b5e5b)) +* **layer:** enhance MDC tabs with icons, type safety, and accessibility ([#6](https://github.com/pleaseai/docs/issues/6)) ([facd76c](https://github.com/pleaseai/docs/commit/facd76c061a43b2e026f83303351792949a7f2c8)) + + +### Bug Fixes + +* **deps:** add zod and zod-to-json-schema for Nuxt Content schema support ([6ec61a2](https://github.com/pleaseai/docs/commit/6ec61a2a964b0712a000e10ad26dd72d052f442e)) +* **docs:** update compatibility date and change nitro preset to cloudflare_pages ([d873a08](https://github.com/pleaseai/docs/commit/d873a08dd50933fd691f50deab99415ff23178d9)) +* **layer:** add [@source](https://github.com/source) for TypeScript files in Tailwind CSS v4 ([140b06c](https://github.com/pleaseai/docs/commit/140b06c6813c1bef59f46bc5c5c1379509cdd373)) +* **layer:** add proper code block styling with Tailwind import ([#7](https://github.com/pleaseai/docs/issues/7)) ([450599c](https://github.com/pleaseai/docs/commit/450599cb68c1818ba388e9f74ab51e6858f9c436)) +* **layer:** replace nuxt-shiki with @nuxt/content built-in highlighting ([54b7a42](https://github.com/pleaseai/docs/commit/54b7a423bbc8a5a0d288fd3fd829e9a7d9c4878f)) +* **layer:** resolve UI components from layer directory in multi-layer setup ([#3](https://github.com/pleaseai/docs/issues/3)) ([1f40071](https://github.com/pleaseai/docs/commit/1f400718dd7f59f8ca5080f3e7d26a2b168e2458)) + + +### Documentation + +* **components:** add content/MDC component documentation ([fa975a9](https://github.com/pleaseai/docs/commit/fa975a92f7b0ce3f5044b3f92c00bbe4d361dd01)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * docs-please bumped to 1.0.0 diff --git a/apps/docs/package.json b/apps/docs/package.json index 2584353..20b7c27 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/docs-site", "type": "module", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "nuxt dev", diff --git a/packages/layer/CHANGELOG.md b/packages/layer/CHANGELOG.md new file mode 100644 index 0000000..5e38177 --- /dev/null +++ b/packages/layer/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## 1.0.0 (2025-12-04) + + +### ⚠ BREAKING CHANGES + +* **layer:** Tabs now use ::tabs-item{label="..."} syntax instead of ::tabs-list/::tabs-trigger/::tabs-content + +### Features + +* **layer:** add Accordion, Card UI and FeatureCard content components ([1e8b02b](https://github.com/pleaseai/docs/commit/1e8b02b5bdb7d4a8d8e880d201a4672de3ef3481)) +* **layer:** add custom content components and UI primitives for extending apps ([#8](https://github.com/pleaseai/docs/issues/8)) ([7615ad7](https://github.com/pleaseai/docs/commit/7615ad7c74b5c3cbe3c2293c8b785c29c7bced52)) +* **layer:** add PageHero, PageSection, PageCard components and enhance ButtonA ([#5](https://github.com/pleaseai/docs/issues/5)) ([220164d](https://github.com/pleaseai/docs/commit/220164d30babedfb0315319e4a514ea6de4d68bc)) +* **layer:** add shadcn-vue CLI components and MDC content system ([66a2f1d](https://github.com/pleaseai/docs/commit/66a2f1d6df0c9f6301427d796fc02429900b5e5b)) +* **layer:** enhance MDC tabs with icons, type safety, and accessibility ([#6](https://github.com/pleaseai/docs/issues/6)) ([facd76c](https://github.com/pleaseai/docs/commit/facd76c061a43b2e026f83303351792949a7f2c8)) + + +### Bug Fixes + +* **deps:** add zod and zod-to-json-schema for Nuxt Content schema support ([6ec61a2](https://github.com/pleaseai/docs/commit/6ec61a2a964b0712a000e10ad26dd72d052f442e)) +* **layer:** add [@source](https://github.com/source) for TypeScript files in Tailwind CSS v4 ([140b06c](https://github.com/pleaseai/docs/commit/140b06c6813c1bef59f46bc5c5c1379509cdd373)) +* **layer:** add proper code block styling with Tailwind import ([#7](https://github.com/pleaseai/docs/issues/7)) ([450599c](https://github.com/pleaseai/docs/commit/450599cb68c1818ba388e9f74ab51e6858f9c436)) +* **layer:** prerender index route for Cloudflare Pages D1 compatibility ([52b8ad0](https://github.com/pleaseai/docs/commit/52b8ad009c9eda554bb56611d21be3902db94ea4)) +* **layer:** replace nuxt-shiki with @nuxt/content built-in highlighting ([54b7a42](https://github.com/pleaseai/docs/commit/54b7a423bbc8a5a0d288fd3fd829e9a7d9c4878f)) +* **layer:** resolve i18n type error with any cast ([28d6b25](https://github.com/pleaseai/docs/commit/28d6b252287d42b60a08f5081f82edcda39f11eb)) +* **layer:** resolve UI components from layer directory in multi-layer setup ([#3](https://github.com/pleaseai/docs/issues/3)) ([1f40071](https://github.com/pleaseai/docs/commit/1f400718dd7f59f8ca5080f3e7d26a2b168e2458)) +* **layer:** simplify landing collection query to fix prerender ([a636fa2](https://github.com/pleaseai/docs/commit/a636fa256be286fec396d4b657b83a532704622c)) +* **layer:** use slot pattern for ProsePre to fix getShikiHighlighter error ([bb2b132](https://github.com/pleaseai/docs/commit/bb2b1324604019809f0bec62a642f2ef8ca0c931)) diff --git a/packages/layer/package.json b/packages/layer/package.json index b9728bc..168cc5b 100644 --- a/packages/layer/package.json +++ b/packages/layer/package.json @@ -1,7 +1,7 @@ { "name": "docs-please", "type": "module", - "version": "0.1.0", + "version": "1.0.0", "description": "Nuxt layer for documentation sites using shadcn-vue", "license": "MIT", "repository": {