Skip to content

Commit

Permalink
Merge pull request #48 from alovajs/changeset-release/main
Browse files Browse the repository at this point in the history
ci: release
  • Loading branch information
JOU-amjs authored Nov 12, 2024
2 parents ca3c497 + 162ca5b commit 5fd6b14
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-colts-do.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.0.2

### Patch Changes

- Updated dependencies [[`ca3c497`](https://github.com/alovajs/devtools/commit/ca3c497a808ee6ab927942a04d698d765ee6fec7)]:
- @alova/wormhole@1.0.3

## 1.0.1

### 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 @@
"name": "alova-vscode-extension",
"displayName": "Alova",
"description": "Generate and search APIs without API documentation any more",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"engines": {
"vscode": "^1.89.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/wormhole/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alova/wormhole

## 1.0.3

### Patch Changes

- [#47](https://github.com/alovajs/devtools/pull/47) [`ca3c497`](https://github.com/alovajs/devtools/commit/ca3c497a808ee6ab927942a04d698d765ee6fec7) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - a random characters as replacement of non-characters $ref

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wormhole/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/wormhole",
"version": "1.0.2",
"version": "1.0.3",
"description": "More modern openAPI generating solution for alova.js",
"homepage": "https://alova.js.org",
"main": "./dist/index.js",
Expand Down

0 comments on commit 5fd6b14

Please sign in to comment.