Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

chore: release #163

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 0 additions & 5 deletions .changeset/beige-spiders-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-spoons-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-coats-sort.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-rivers-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-bears-applaud.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/openapi-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @scalar/openapi-parser

## 0.8.0

### Minor Changes

- 5706b18: feat: new @scalar/openapi-types package

### Patch Changes

- a52eb57: feat: add literal versions to OpenAPI.Document types
- aec9f22: feat: types: allow to type custom extensions
- aec9f22: feat: types: allow any attribute in schemas
- d2493fe: feat: expose more types under the OpenAPI namespace

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Scalar (https://github.com/scalar)",
"homepage": "https://github.com/scalar/scalar",
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
"version": "0.7.2",
"version": "0.8.0",
"engines": {
"node": ">=18"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/openapi-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @scalar/openapi-types

## 0.1.0

### Minor Changes

- 5706b18: feat: new @scalar/openapi-types package
2 changes: 1 addition & 1 deletion packages/openapi-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Scalar (https://github.com/scalar)",
"homepage": "https://github.com/scalar/scalar",
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
"version": "0.0.0",
"version": "0.1.0",
"engines": {
"node": ">=18"
},
Expand Down