Skip to content
Merged
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
13 changes: 12 additions & 1 deletion .changeset/.release-plan.json
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
[]
[
{
"name": "worma-vscode",
"version": "0.1.2-beta.1",
"type": "patch"
},
{
"name": "wormajs",
"version": "0.0.2-beta.1",
"type": "patch"
}
]
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"wormajs": "0.0.1"
},
"changesets": [
"fuzzy-places-stop",
"olive-hats-kiss",
"vscode-extension-release",
"wormajs-release"
]
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.1.2-beta.1

### Patch Changes

- [#150](https://github.com/alovajs/devtools/pull/150) [`62804c3`](https://github.com/alovajs/devtools/commit/62804c3f865bc64293910b496843b507c44f6af9) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - Change extension logo.

## 0.0.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "worma",
"name": "worma-vscode",
"displayName": "Worma",
"version": "0.1.2-beta.0",
"version": "0.1.2-beta.1",
"private": true,
"packageManager": "pnpm@10.13.1",
"description": "Generate and search APIs without API documentation any more",
Expand Down
6 changes: 6 additions & 0 deletions packages/worma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# worma

## 0.0.2-beta.1

### Patch Changes

- [#150](https://github.com/alovajs/devtools/pull/150) [`62804c3`](https://github.com/alovajs/devtools/commit/62804c3f865bc64293910b496843b507c44f6af9) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - Correc temp file name. Which is bundled by esbuild.

## 0.0.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/worma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wormajs",
"version": "0.0.2-beta.0",
"version": "0.0.2-beta.1",
"description": "A modern OpenAPI code generator - Generate type-safe API clients from OpenAPI specs",
"author": "worma",
"license": "MIT",
Expand Down
Loading