Skip to content

Commit

Permalink
Merge pull request #454 from alovajs/changeset-release/next
Browse files Browse the repository at this point in the history
ci: release next (beta)
  • Loading branch information
MeetinaXD authored Jul 12, 2024
2 parents cd28b95 + 491d9a8 commit f95a0c9
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 12 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@
"@alova/server": "2.0.0",
"@alova/shared": "1.0.0",
"@alova/vue-options": "2.0.0",
"@alova/scripts": "1.0.0"
"@alova/scripts": "1.0.0",
"react-demo": "0.0.0",
"svelte-demo": "0.0.0",
"vue-demo": "0.0.0"
},
"changesets": [
"afraid-jars-buy",
"angry-laws-dream",
"breezy-dolls-glow",
"calm-balloons-wave",
"cuddly-mice-double",
Expand Down
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.0-beta.13

### Patch Changes

- Updated dependencies [[`a5c6dd3`](https://github.com/alovajs/alova/commit/a5c6dd341abe796944ef21fa0c72c1e55cf14c82)]:
- alova@3.0.0-beta.13

## 2.0.0-beta.12

### 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.0-beta.12",
"version": "2.0.0-beta.13",
"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.0-beta.12",
"alova": "^3.0.0-beta.13",
"axios": ">=0.4.0"
},
"dependencies": {
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.0-beta.12"
"alova": "^3.0.0-beta.13"
},
"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 @@ -52,7 +52,7 @@
"typings/*.d.ts"
],
"peerDependencies": {
"alova": "^3.0.0-beta.12"
"alova": "^3.0.0-beta.13"
},
"devDependencies": {
"@alova/mock": "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.0-beta.12"
"alova": "^3.0.0-beta.13"
},
"config": {
"commitizen": {
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.0-beta.12"
"alova": "^3.0.0-beta.13"
},
"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.0-beta.13

### Patch Changes

- [#453](https://github.com/alovajs/alova/pull/453) [`a5c6dd3`](https://github.com/alovajs/alova/commit/a5c6dd341abe796944ef21fa0c72c1e55cf14c82) Thanks [@MeetinaXD](https://github.com/MeetinaXD)! - fix: cannot stop pushing SilentMethod into queue when using async handler in onBeforePushQueue(#434)

## 3.0.0-beta.12

### 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.0-beta.12",
"version": "3.0.0-beta.13",
"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.0-beta.12"
"alova": "^3.0.0-beta.13"
},
"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.0-beta.12",
"alova": "^3.0.0-beta.13",
"electron": "^30.1.0"
},
"config": {
Expand Down
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.0-beta.12"
"alova": "^3.0.0-beta.13"
},
"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.0-beta.12"
"alova": "^3.0.0-beta.13"
},
"devDependencies": {
"@alova/mock": "workspace:*",
Expand Down

0 comments on commit f95a0c9

Please sign in to comment.