Skip to content

Commit

Permalink
doc: remove next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Dec 7, 2021
1 parent e126ebd commit 9cf206b
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
First of all, thank you for your contribution! 😄
New feature please send a pull request to next branch, and rest to master branch.
New feature please send a pull request to master branch.
Pull requests will be merged after one of the collaborators approve.
Please makes sure that these forms are filled before submitting your pull request, thank you!
-->
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/pr_cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
首先,感谢你的贡献!😄
新特性请提交至 next 分支,其余可提交至 master 分支。
新特性请提交至 master 分支。
在维护者审核通过后会合并。
请确保填写以下 pull request 的信息,谢谢!~
-->
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

A high-quality & reliable React Hooks library.

[![NPM version next][image-1]][1]
[![NPM version][image-1]][1]
[![NPM downloads][image-2]][2]
![gzip size](https://img.badgesize.io/https:/unpkg.com/ahooks@next/dist/ahooks.js?label=gzip%20size&compression=gzip)
![gzip size](https://img.badgesize.io/https:/unpkg.com/ahooks/dist/ahooks.js?label=gzip%20size&compression=gzip)
![GitHub](https://img.shields.io/github/license/alibaba/hooks)

English | [简体中文](https://github.com/alibaba/hooks/blob/master/README.zh-CN.md)
Expand All @@ -21,8 +21,8 @@ English | [简体中文](https://github.com/alibaba/hooks/blob/master/README.zh-
## 📚 Documentation

- [English](https://ahooks-next.surge.sh/)
- [中文](https://ahooks-next.surge.sh/zh-CN/)
- [English](https://ahooks.js.org/)
- [中文](https://ahooks.js.org/zh-CN/)

## ✨ Features

Expand All @@ -36,9 +36,9 @@ English | [简体中文](https://github.com/alibaba/hooks/blob/master/README.zh-
## 📦 Install

```bash
$ npm install --save ahooks@next
$ npm install --save ahooks
# or
$ yarn add ahooks@next
$ yarn add ahooks
```

## 🔨 Usage
Expand Down
12 changes: 6 additions & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

一套高质量可靠的 React Hooks 库

[![NPM version next][image-1]][1]
[![NPM version][image-1]][1]
[![NPM downloads][image-2]][2]
![gzip size](https://img.badgesize.io/https:/unpkg.com/ahooks@next/dist/ahooks.js?label=gzip%20size&compression=gzip)
![gzip size](https://img.badgesize.io/https:/unpkg.com/ahooks/dist/ahooks.js?label=gzip%20size&compression=gzip)
![GitHub](https://img.shields.io/github/license/alibaba/hooks)

[English](https://github.com/alibaba/hooks/blob/master/README.md) | 简体中文
Expand All @@ -21,8 +21,8 @@
## 📚 文档

- [English](https://ahooks-next.surge.sh/)
- [中文](https://ahooks-next.surge.sh/zh-CN/)
- [English](https://ahooks.js.org/)
- [中文](https://ahooks.js.org/zh-CN/)

## ✨ 特性

Expand All @@ -36,9 +36,9 @@
## 📦 安装

```bash
$ npm install --save ahooks@next
$ npm install --save ahooks
# or
$ yarn add ahooks@next
$ yarn add ahooks
```

## 🔨 使用
Expand Down
4 changes: 2 additions & 2 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
],
},
{ title: '更新日志', path: 'https://github.com/alibaba/hooks/releases' },
{ title: '国内镜像', path: 'https://ahooks-next.gitee.io/zh-CN' },
{ title: '国内镜像', path: 'https://ahooks.gitee.io/zh-CN' },
{ title: 'GitHub', path: 'https://github.com/alibaba/hooks' },
],
'en-US': [
Expand All @@ -83,7 +83,7 @@ export default {
],
},
{ title: 'Releases', path: 'https://github.com/alibaba/hooks/releases' },
{ title: '国内镜像', path: 'https://ahooks-next.gitee.io/zh-CN' },
{ title: '国内镜像', path: 'https://ahooks.gitee.io/zh-CN' },
{ title: 'GitHub', path: 'https://github.com/alibaba/hooks' },
],
},
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ ahooks, pronounced [eɪ hʊks], is a high-quality and reliable React Hooks libra
## Install

```bash
$ npm install --save ahooks@next
$ npm install --save ahooks
# or
$ yarn add ahooks@next
$ yarn add ahooks
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ ahooks,发音 [eɪ hʊks],是一套高质量可靠的 React Hooks 库。在
## 安装

```bash
$ npm install --save ahooks@next
$ npm install --save ahooks
# or
$ yarn add ahooks@next
$ yarn add ahooks
```

## 使用
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/upgrade.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We have released the `ahooks-v2` package, you can install v2 and v3 dependencies

```bash
npm install ahooks-v2 --save
npm install ahooks@next --save
npm install ahooks --save
```

## New useRequest
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/upgrade.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

```bash
npm install ahooks-v2 --save
npm install ahooks@next --save
npm install ahooks --save
```

## 全新的 useRequest
Expand Down
8 changes: 4 additions & 4 deletions docs/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ hero:
footer: Open-source MIT Licensed | Copyright © 2019-present<br />Powered by [dumi](https://d.umijs.org)
---

[![NPM version next][image-1]][1]
[![NPM version][image-1]][1]
&nbsp;
[![NPM downloads][image-2]][2]
&nbsp;
![gzip size](https://img.badgesize.io/https:/unpkg.com/ahooks@next/dist/ahooks.js?label=gzip%20size&compression=gzip)
![gzip size](https://img.badgesize.io/https:/unpkg.com/ahooks/dist/ahooks.js?label=gzip%20size&compression=gzip)
&nbsp;
![GitHub](https://img.shields.io/github/license/alibaba/hooks)

Expand All @@ -31,9 +31,9 @@ footer: Open-source MIT Licensed | Copyright © 2019-present<br />Powered by [du
## 📦 Install

```bash
$ npm install --save ahooks@next
$ npm install --save ahooks
# or
$ yarn add ahooks@next
$ yarn add ahooks
```

## 🔨 Usage
Expand Down
8 changes: 4 additions & 4 deletions docs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ hero:
footer: Open-source MIT Licensed | Copyright © 2019-present<br />Powered by [dumi](https://d.umijs.org)
---

[![NPM version next][image-1]][1]
[![NPM version][image-1]][1]
&nbsp;
[![NPM downloads][image-2]][2]
&nbsp;
![gzip size](https://img.badgesize.io/https:/unpkg.com/ahooks@next/dist/ahooks.js?label=gzip%20size&compression=gzip)
![gzip size](https://img.badgesize.io/https:/unpkg.com/ahooks/dist/ahooks.js?label=gzip%20size&compression=gzip)
&nbsp;
![GitHub](https://img.shields.io/github/license/alibaba/hooks)

Expand All @@ -31,9 +31,9 @@ footer: Open-source MIT Licensed | Copyright © 2019-present<br />Powered by [du
## 📦 安装

```bash
$ npm install --save ahooks@next
$ npm install --save ahooks
# or
$ yarn add ahooks@next
$ yarn add ahooks
```

## 🔨 使用
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test": "jest",
"lint": "eslint --ignore-pattern **/__tests__/* --ignore-pattern **/demo/* \"packages/*/src/**/*.{ts,tsx}\"",
"build:doc": "dumi build",
"pub:doc-surge": "surge ./dist --domain ahooks-next.surge.sh",
"pub:doc-gitee": "cd ./dist && rm -rf .git && touch .spa && touch .nojekyll && git init && git remote add origin git@gitee.com:ahooks/ahooks-next.git && git add -A && git commit -m \"publish docs\" && git push origin master -f && echo https://gitee.com/ahooks/ahooks-next/pages",
"pub:doc-surge": "surge ./dist --domain ahooks.surge.sh",
"pub:doc-gitee": "cd ./dist && rm -rf .git && touch .spa && touch .nojekyll && git init && git remote add origin git@gitee.com:ahooks/ahooks.git && git add -A && git commit -m \"publish docs\" && git push origin master -f && echo https://gitee.com/ahooks/ahooks/pages",
"pub:doc": "yarn run build:doc && yarn run pub:doc-surge && yarn run pub:doc-gitee",
"pub": "yarn run build && lerna publish",
"pub:beta": "yarn run build && lerna publish --dist-tag beta"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-url-state/use-url-state.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A hook that store the state into url query.
## Install

```bash
npm i @ahooksjs/use-url-state@next -S
npm i @ahooksjs/use-url-state -S
```

> This hook relies on useLocation & useHistory & useNavigate from `react-router`, to use this hook, you need to ensure
Expand Down
2 changes: 1 addition & 1 deletion packages/use-url-state/use-url-state.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group:
## 安装

```bash
npm i @ahooksjs/use-url-state@next -S
npm i @ahooksjs/use-url-state -S
```

> 该 Hooks 基于 `react-router` 的 useLocation & useHistory & useNavigate 进行 query 管理,所以使用该 Hooks 之前,你需要保证
Expand Down

0 comments on commit 9cf206b

Please sign in to comment.