Skip to content

Commit 8f9d8d5

Browse files
authored
Merge pull request #146 from barocss/changeset-release/main
chore: release packages
2 parents 8f90f38 + 5a86da3 commit 8f9d8d5

9 files changed

Lines changed: 32 additions & 12 deletions

File tree

.changeset/asset-fullwidth-layout.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/barodoc/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# barodoc
22

3+
## 10.0.5
4+
5+
### Patch Changes
6+
7+
- 6cd6861: feat: CLI production check, create --with-github-pages, theme readingTime/fullWidth, plugin READMEs and docs
8+
- Updated dependencies [6cd6861]
9+
- @barodoc/theme-docs@10.0.5
10+
- @barodoc/plugin-openapi@10.0.1
11+
- @barodoc/plugin-llms-txt@10.0.5
12+
313
## 10.0.4
414

515
### Patch Changes

packages/barodoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "barodoc",
3-
"version": "10.0.4",
3+
"version": "10.0.5",
44
"description": "Documentation framework powered by Astro",
55
"type": "module",
66
"bin": {

packages/plugin-llms-txt/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @barodoc/plugin-llms-txt
22

3+
## 10.0.5
4+
5+
### Patch Changes
6+
7+
- 6cd6861: feat: CLI production check, create --with-github-pages, theme readingTime/fullWidth, plugin READMEs and docs
8+
39
## 10.0.0
410

511
### Minor Changes

packages/plugin-llms-txt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barodoc/plugin-llms-txt",
3-
"version": "10.0.0",
3+
"version": "10.0.5",
44
"description": "Generate llms.txt and llms-full.txt for AI consumption",
55
"type": "module",
66
"main": "./dist/index.js",

packages/plugin-openapi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @barodoc/plugin-openapi
22

3+
## 10.0.1
4+
5+
### Patch Changes
6+
7+
- 6cd6861: feat: CLI production check, create --with-github-pages, theme readingTime/fullWidth, plugin READMEs and docs
8+
39
## 10.0.0
410

511
### Patch Changes

packages/plugin-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barodoc/plugin-openapi",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "OpenAPI/Swagger auto-generation plugin for Barodoc",
55
"type": "module",
66
"main": "./dist/index.js",

packages/theme-docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @barodoc/theme-docs
22

3+
## 10.0.5
4+
5+
### Patch Changes
6+
7+
- 6cd6861: feat: CLI production check, create --with-github-pages, theme readingTime/fullWidth, plugin READMEs and docs
8+
39
## 10.0.4
410

511
### Patch Changes

packages/theme-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barodoc/theme-docs",
3-
"version": "10.0.4",
3+
"version": "10.0.5",
44
"description": "Documentation theme for Barodoc",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)