Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6fa4b0b

Browse files
committedAug 27, 2024·
RELEASING: Releasing 2 package(s)
Releases: @scalar/[email protected] @scalar/[email protected]
1 parent c106e09 commit 6fa4b0b

9 files changed

+22
-28
lines changed
 

‎.changeset/beige-spiders-grin.md

-5
This file was deleted.

‎.changeset/flat-spoons-learn.md

-5
This file was deleted.

‎.changeset/loud-coats-sort.md

-5
This file was deleted.

‎.changeset/rude-rivers-smell.md

-6
This file was deleted.

‎.changeset/twenty-bears-applaud.md

-5
This file was deleted.

‎packages/openapi-parser/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @scalar/openapi-parser
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 5706b18: feat: new @scalar/openapi-types package
8+
9+
### Patch Changes
10+
11+
- a52eb57: feat: add literal versions to OpenAPI.Document types
12+
- aec9f22: feat: types: allow to type custom extensions
13+
- aec9f22: feat: types: allow any attribute in schemas
14+
- d2493fe: feat: expose more types under the OpenAPI namespace
15+
316
## 0.7.2
417

518
### Patch Changes

‎packages/openapi-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Scalar (https://github.com/scalar)",
1313
"homepage": "https://github.com/scalar/scalar",
1414
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
15-
"version": "0.7.2",
15+
"version": "0.8.0",
1616
"engines": {
1717
"node": ">=18"
1818
},

‎packages/openapi-types/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @scalar/openapi-types
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 5706b18: feat: new @scalar/openapi-types package

‎packages/openapi-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "Scalar (https://github.com/scalar)",
1212
"homepage": "https://github.com/scalar/scalar",
1313
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
14-
"version": "0.0.0",
14+
"version": "0.1.0",
1515
"engines": {
1616
"node": ">=18"
1717
},

0 commit comments

Comments
 (0)
This repository has been archived.