Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 9e95069 commit 3dc1ac1
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-eels-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-foxes-relax.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.12

### Patch Changes

- Updated dependencies [[`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa)]:
- @alova/shared@1.1.2

## 2.0.11

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

### Patch Changes

- Updated dependencies [[`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa)]:
- @alova/shared@1.1.2

## 2.0.10

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

### Patch Changes

- Updated dependencies [[`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa)]:
- @alova/shared@1.1.2

## 2.0.9

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

### Patch Changes

- Updated dependencies [[`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa)]:
- @alova/shared@1.1.2

## 2.0.10

### 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.10",
"version": "2.0.11",
"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.12

### Patch Changes

- Updated dependencies [[`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa)]:
- @alova/shared@1.1.2

## 2.0.11

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

## 3.2.7

### Patch Changes

- [#608](https://github.com/alovajs/alova/pull/608) [`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - fix that cannot receive custom params call send `send` in `usePagination`

- Updated dependencies [[`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa)]:
- @alova/shared@1.1.2

## 3.2.6

### 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.6",
"version": "3.2.7",
"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.11

### Patch Changes

- Updated dependencies [[`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa)]:
- @alova/shared@1.1.2

## 1.0.10

### 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.10",
"version": "1.0.11",
"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.2

### Patch Changes

- [#608](https://github.com/alovajs/alova/pull/608) [`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa) Thanks [@JOU-amjs](https://github.com/JOU-amjs)! - fix to only clone array and plain object in `deepClone`

## 1.1.1

### 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.1.1",
"version": "1.1.2",
"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.10

### Patch Changes

- Updated dependencies [[`9e95069`](https://github.com/alovajs/alova/commit/9e95069b0fee0e86edb750f4bd5ab2c60083bcaa)]:
- @alova/shared@1.1.2

## 2.0.9

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

Please sign in to comment.