Skip to content

Commit

Permalink
Merge pull request #564 from alovajs/changeset-release/main
Browse files Browse the repository at this point in the history
ci: release
  • Loading branch information
JOU-amjs authored Oct 12, 2024
2 parents ea20f56 + ecfe0be commit 53de6fb
Show file tree
Hide file tree
Showing 22 changed files with 83 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-ducks-hide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cuddly-falcons-camp.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/empty-singers-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-glasses-glow.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/adapter-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alova/adapter-axios

## 2.0.8

### Patch Changes

- Updated dependencies [[`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c)]:
- @alova/shared@1.0.6

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/adapter-axios",
"version": "2.0.7",
"version": "2.0.8",
"description": "axios adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-axios.common.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapter-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alova/mock

## 2.0.7

### Patch Changes

- Updated dependencies [[`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c)]:
- @alova/shared@1.0.6

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/mock",
"version": "2.0.6",
"version": "2.0.7",
"description": "mock request adapter for alova.js",
"homepage": "https://github.com/alovajs/mock",
"main": "dist/alova-mock.common.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapter-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alova/adapter-taro

## 2.0.6

### Patch Changes

- Updated dependencies [[`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c)]:
- @alova/shared@1.0.6

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/adapter-taro",
"version": "2.0.5",
"version": "2.0.6",
"description": "taro adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-taro.common.cjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-uniapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @alova/adapter-uniapp

## 2.0.7

### Patch Changes

- [#563](https://github.com/alovajs/alova/pull/563) [`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - loading value depends on `immdediate` event if `middleware` is set

- Updated dependencies [[`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c)]:
- @alova/shared@1.0.6

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-uniapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/adapter-uniapp",
"version": "2.0.6",
"version": "2.0.7",
"description": "uniapp adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-uniapp.common.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapter-xhr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alova/adapter-xhr

## 2.0.8

### Patch Changes

- Updated dependencies [[`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c)]:
- @alova/shared@1.0.6

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-xhr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/adapter-xhr",
"version": "2.0.7",
"version": "2.0.8",
"description": "XMLHttpRequest adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-xhr.common.cjs",
Expand Down
17 changes: 17 additions & 0 deletions packages/alova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# alova

## 3.1.0

### Minor Changes

- [#563](https://github.com/alovajs/alova/pull/563) [`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - the function `refresh` and `reload` return by `usePagination` will return a promise

### Patch Changes

- [#563](https://github.com/alovajs/alova/pull/563) [`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - loading value depends on `immdediate` event if `middleware` is set

- [#563](https://github.com/alovajs/alova/pull/563) [`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - feat: add inference for send arguments

- [#563](https://github.com/alovajs/alova/pull/563) [`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - optimize the type `Method` to extend `Promise`

- Updated dependencies [[`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c)]:
- @alova/shared@1.0.6

## 3.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alova",
"version": "3.0.20",
"version": "3.1.0",
"description": "Request strategy library for MVVM libraries such as Vue.js, React.js and Svelte.js",
"main": "dist/alova.common.cjs",
"module": "dist/alova.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/psc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alova/psc

## 1.0.7

### Patch Changes

- Updated dependencies [[`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c)]:
- @alova/shared@1.0.6

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/psc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/psc",
"version": "1.0.6",
"version": "1.0.7",
"description": "process shared cache for alova.js on nodejs, deno, bun and electron",
"homepage": "https://alova.js.org",
"main": "dist/psc.common.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alova/shared

## 1.0.6

### Patch Changes

- [#563](https://github.com/alovajs/alova/pull/563) [`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - feat: add inference for send arguments

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/shared",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"author": "Scott Hu",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-options/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alova/vue-options

## 2.0.6

### Patch Changes

- Updated dependencies [[`ea20f56`](https://github.com/alovajs/alova/commit/ea20f564e5f33795959524d22a68f3ca4a305c1c)]:
- @alova/shared@1.0.6

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/vue-options",
"version": "2.0.5",
"version": "2.0.6",
"description": "vue options statesHook and wrapper function for alova.js",
"homepage": "https://github.com/alovajs/alova",
"main": "dist/alova-vue-options.common.cjs",
Expand Down

0 comments on commit 53de6fb

Please sign in to comment.