Skip to content

Commit a144a2f

Browse files
authored
Merge pull request #61 from barocss/changeset-release/main
chore: release packages
2 parents 822a39b + 1346c63 commit a144a2f

7 files changed

Lines changed: 22 additions & 9 deletions

File tree

.changeset/api-playground-enhancements.md

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

packages/barodoc/CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [84483b3]
8+
- @barodoc/theme-docs@6.1.0
9+
310
## 6.0.0
411

512
### 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": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Documentation framework powered by Astro",
55
"type": "module",
66
"bin": {

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+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- 84483b3: Enhance API Playground with enum parameter dropdowns, JSON body validation, response size display, Basic Auth support, and request history stored in IndexedDB. Add ApiEndpoint component and comprehensive API documentation styling with endpoint TOC, code snippets, and theme-consistent response rendering.
8+
39
## 6.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": "6.0.0",
3+
"version": "6.1.0",
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+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- 84483b3: Enhance API Playground with enum parameter dropdowns, JSON body validation, response size display, Basic Auth support, and request history stored in IndexedDB. Add ApiEndpoint component and comprehensive API documentation styling with endpoint TOC, code snippets, and theme-consistent response rendering.
8+
39
## 6.0.0
410

511
### Minor 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": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Documentation theme for Barodoc",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)