Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: release #603

Merged
merged 1 commit into from
Nov 29, 2024
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
5 changes: 0 additions & 5 deletions .changeset/itchy-bottles-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-onions-wash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sour-games-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-lies-wave.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.11

### Patch Changes

- Updated dependencies [[`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e)]:
- @alova/shared@1.1.1

## 2.0.10

### 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.10",
"version": "2.0.11",
"description": "axios adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-axios.common.cjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @alova/mock

## 2.0.10

### Patch Changes

- [#602](https://github.com/alovajs/alova/pull/602) [`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - split response and cache data with different reference value

- Updated dependencies [[`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e)]:
- @alova/shared@1.1.1

## 2.0.9

### 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.9",
"version": "2.0.10",
"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.9

### Patch Changes

- Updated dependencies [[`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e)]:
- @alova/shared@1.1.1

## 2.0.8

### 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.8",
"version": "2.0.9",
"description": "taro adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-taro.common.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapter-uniapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @alova/adapter-uniapp

## 2.0.10

### Patch Changes

- Updated dependencies [[`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e)]:
- @alova/shared@1.1.1

## 2.0.9

### 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.9",
"version": "2.0.10",
"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.11

### Patch Changes

- Updated dependencies [[`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e)]:
- @alova/shared@1.1.1

## 2.0.10

### 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.10",
"version": "2.0.11",
"description": "XMLHttpRequest adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-xhr.common.cjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/alova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# alova

## 3.2.6

### Patch Changes

- [#602](https://github.com/alovajs/alova/pull/602) [`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - fix that `fromCache` is undefined in cache hit console

- [#602](https://github.com/alovajs/alova/pull/602) [`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - do not share request when special request body is exists

- [#602](https://github.com/alovajs/alova/pull/602) [`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - split response and cache data with different reference value

- [#602](https://github.com/alovajs/alova/pull/602) [`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - correct default `multiplier` 0 to 1 in comment

- Updated dependencies [[`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e)]:
- @alova/shared@1.1.1

## 3.2.5

### 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.2.5",
"version": "3.2.6",
"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.10

### Patch Changes

- Updated dependencies [[`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e)]:
- @alova/shared@1.1.1

## 1.0.9

### 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.9",
"version": "1.0.10",
"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.1.1

### Patch Changes

- [#602](https://github.com/alovajs/alova/pull/602) [`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - split response and cache data with different reference value

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"type": "module",
"author": "Scott Hu",
"main": "dist/alova-shared.common.cjs",
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.9

### Patch Changes

- Updated dependencies [[`cf0b04a`](https://github.com/alovajs/alova/commit/cf0b04a82829c116232d487c046fec3c563f8a8e)]:
- @alova/shared@1.1.1

## 2.0.8

### 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.8",
"version": "2.0.9",
"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