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 Aug 3, 2024
1 parent 5c5b7db commit f1c2845
Show file tree
Hide file tree
Showing 22 changed files with 91 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .changeset/polite-cheetahs-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-moose-pull.md

This file was deleted.

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

## 2.0.5

### Patch Changes

- Updated dependencies [[`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df), [`1216a45`](https://github.com/alovajs/alova/commit/1216a45a088e37e89bc98d9c67eb99035083330d)]:
- @alova/shared@1.0.4
- alova@3.0.5

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "2.0.5",
"description": "axios adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-axios.common.cjs",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.4",
"alova": "^3.0.5",
"axios": ">=0.4.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alova/mock

## 2.0.4

### Patch Changes

- Updated dependencies [[`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df), [`1216a45`](https://github.com/alovajs/alova/commit/1216a45a088e37e89bc98d9c67eb99035083330d)]:
- @alova/shared@1.0.4
- alova@3.0.5

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.0.4",
"description": "mock request adapter for alova.js",
"homepage": "https://github.com/alovajs/mock",
"main": "dist/alova-mock.common.cjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.4"
"alova": "^3.0.5"
},
"devDependencies": {
"@alova/scripts": "workspace:^",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-taro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alova/adapter-taro

## 2.0.3

### Patch Changes

- Updated dependencies [[`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df), [`1216a45`](https://github.com/alovajs/alova/commit/1216a45a088e37e89bc98d9c67eb99035083330d)]:
- @alova/shared@1.0.4
- alova@3.0.5

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "2.0.3",
"description": "taro adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-taro.common.cjs",
Expand Down Expand Up @@ -60,7 +60,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.4"
"alova": "^3.0.5"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-uniapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alova/adapter-uniapp

## 2.0.4

### Patch Changes

- Updated dependencies [[`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df), [`1216a45`](https://github.com/alovajs/alova/commit/1216a45a088e37e89bc98d9c67eb99035083330d)]:
- @alova/shared@1.0.4
- alova@3.0.5

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.0.4",
"description": "uniapp adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-uniapp.common.cjs",
Expand Down Expand Up @@ -49,7 +49,7 @@
"alova": "workspace:^"
},
"peerDependencies": {
"alova": "^3.0.4"
"alova": "^3.0.5"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-xhr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alova/adapter-xhr

## 2.0.4

### Patch Changes

- Updated dependencies [[`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df), [`1216a45`](https://github.com/alovajs/alova/commit/1216a45a088e37e89bc98d9c67eb99035083330d)]:
- @alova/shared@1.0.4
- alova@3.0.5

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.0.4",
"description": "XMLHttpRequest adapter for alova.js",
"homepage": "https://alova.js.org",
"main": "dist/alova-adapter-xhr.common.cjs",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.4"
"alova": "^3.0.5"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down
11 changes: 11 additions & 0 deletions packages/alova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# alova

## 3.0.5

### Patch Changes

- [#490](https://github.com/alovajs/alova/pull/490) [`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df) Thanks [@MeetinaXD](https://github.com/MeetinaXD)! - fix: ssr in codesandbox

- [#490](https://github.com/alovajs/alova/pull/490) [`1216a45`](https://github.com/alovajs/alova/commit/1216a45a088e37e89bc98d9c67eb99035083330d) Thanks [@MeetinaXD](https://github.com/MeetinaXD)! - use the newest params to request modified in `beforeRequest`

- Updated dependencies [[`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df)]:
- @alova/shared@1.0.4

## 3.0.4

### 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.4",
"version": "3.0.5",
"description": "Request strategy library for MVVM libraries such as Vue.js, React.js and Svelte.js",
"main": "dist/alova.esm.js",
"module": "dist/alova.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/alovajs/alova/issues"
},
"peerDependencies": {
"alova": "^3.0.4"
"alova": "^3.0.5"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down
8 changes: 8 additions & 0 deletions packages/psc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alova/psc

## 1.0.4

### Patch Changes

- Updated dependencies [[`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df), [`1216a45`](https://github.com/alovajs/alova/commit/1216a45a088e37e89bc98d9c67eb99035083330d)]:
- @alova/shared@1.0.4
- alova@3.0.5

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/psc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alova/psc",
"version": "1.0.3",
"version": "1.0.4",
"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 Expand Up @@ -67,7 +67,7 @@
"electron": "^30.1.0"
},
"peerDependencies": {
"alova": "^3.0.4",
"alova": "^3.0.5",
"electron": "^30.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dist"
],
"peerDependencies": {
"alova": "^3.0.4"
"alova": "^3.0.5"
},
"dependencies": {
"@alova/shared": "workspace:^",
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.4

### Patch Changes

- [#490](https://github.com/alovajs/alova/pull/490) [`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df) Thanks [@MeetinaXD](https://github.com/MeetinaXD)! - fix: ssr in codesandbox

## 1.0.3

### 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.3",
"version": "1.0.4",
"type": "module",
"author": "Scott Hu",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-options/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alova/vue-options

## 2.0.3

### Patch Changes

- Updated dependencies [[`5b381b4`](https://github.com/alovajs/alova/commit/5b381b4c4cbfd802f8c80f17ad373b094e4606df), [`1216a45`](https://github.com/alovajs/alova/commit/1216a45a088e37e89bc98d9c67eb99035083330d)]:
- @alova/shared@1.0.4
- alova@3.0.5

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "2.0.3",
"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 Expand Up @@ -33,7 +33,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.4"
"alova": "^3.0.5"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down

0 comments on commit f1c2845

Please sign in to comment.