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 12, 2024
1 parent 56563f3 commit 5c37f7d
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-students-melt.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/adapter-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.6",
"alova": "^3.0.7",
"axios": ">=0.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.6"
"alova": "^3.0.7"
},
"devDependencies": {
"@alova/scripts": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-taro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.6"
"alova": "^3.0.7"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-uniapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"alova": "workspace:^"
},
"peerDependencies": {
"alova": "^3.0.6"
"alova": "^3.0.7"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.6"
"alova": "^3.0.7"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down
6 changes: 6 additions & 0 deletions packages/alova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# alova

## 3.0.7

### Patch Changes

- [#497](https://github.com/alovajs/alova/pull/497) [`6fb5e32`](https://github.com/alovajs/alova/commit/6fb5e32059b42aec9bada5b1fd2cf39b68d57eaa) Thanks [@MeetinaXD](https://github.com/MeetinaXD)! - fix: incorrect type inference to statehook

## 3.0.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.0.6",
"version": "3.0.7",
"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.6"
"alova": "^3.0.7"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/psc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"electron": "^30.1.0"
},
"peerDependencies": {
"alova": "^3.0.6",
"alova": "^3.0.7",
"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.6"
"alova": "^3.0.7"
},
"dependencies": {
"@alova/shared": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.6"
"alova": "^3.0.7"
},
"dependencies": {
"@alova/shared": "workspace:^"
Expand Down

0 comments on commit 5c37f7d

Please sign in to comment.