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 #570

Merged
merged 1 commit into from
Oct 23, 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/funny-meals-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-eggs-listen.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.9

### Patch Changes

- Updated dependencies [[`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d)]:
- @alova/shared@1.0.7

## 2.0.8

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

### Patch Changes

- Updated dependencies [[`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d)]:
- @alova/shared@1.0.7

## 2.0.7

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

### Patch Changes

- Updated dependencies [[`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d)]:
- @alova/shared@1.0.7

## 2.0.6

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

### Patch Changes

- Updated dependencies [[`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d)]:
- @alova/shared@1.0.7

## 2.0.7

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

### Patch Changes

- Updated dependencies [[`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d)]:
- @alova/shared@1.0.7

## 2.0.8

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

### Patch Changes

- [#569](https://github.com/alovajs/alova/pull/569) [`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d) Thanks [@MeetinaXD](https://github.com/MeetinaXD)! - fix: correct type inconsistency between the form arg of handler and initialData in `useForm`

- Updated dependencies [[`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d)]:
- @alova/shared@1.0.7

## 3.1.0

### Minor 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.1.0",
"version": "3.1.1",
"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.8

### Patch Changes

- Updated dependencies [[`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d)]:
- @alova/shared@1.0.7

## 1.0.7

### 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.7",
"version": "1.0.8",
"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.0.7

### Patch Changes

- [#569](https://github.com/alovajs/alova/pull/569) [`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d) Thanks [@MeetinaXD](https://github.com/MeetinaXD)! - fix: correct incorrect reference paths after `shared` package build

## 1.0.6

### 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.6",
"version": "1.0.7",
"type": "module",
"author": "Scott Hu",
"scripts": {
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.7

### Patch Changes

- Updated dependencies [[`ebb1e6e`](https://github.com/alovajs/alova/commit/ebb1e6e911a2b61353305c55c4c8fcc2e2ad270d)]:
- @alova/shared@1.0.7

## 2.0.6

### 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.6",
"version": "2.0.7",
"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
Loading