Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
RELEASING: Releasing 2 package(s) (#40)
Browse files Browse the repository at this point in the history
Releases:
  @scalar/[email protected]
  @scalar/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hanspagel and github-actions[bot] committed Feb 27, 2024
1 parent a866e91 commit 11f1bb6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-forks-film.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-moose-tan.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- a866e91: refactor: switch to @scalar/openapi-parser

### Patch Changes

- 0399390: chore: update dependencies
- Updated dependencies [a866e91]
- Updated dependencies [0399390]
- @scalar/mock-server@0.1.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build": "rm -Rf dist/ && tsc && rollup -c"
},
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"bin": {
"scalar": "./dist/index.js"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/mock-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @scalar/mock-server

## 0.1.0

### Minor Changes

- a866e91: refactor: switch to @scalar/openapi-parser

### Patch Changes

- 0399390: chore: update dependencies

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build": "rm -Rf dist/ && tsc && rollup -c"
},
"type": "module",
"version": "0.0.2",
"version": "0.1.0",
"files": [
"./dist"
],
Expand Down

0 comments on commit 11f1bb6

Please sign in to comment.