Skip to content

Commit 5090cae

Browse files
committed
chore: release v1.0.0-rc.1
1 parent cfe060c commit 5090cae

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="1.0.0-rc.1"></a>
2+
# [1.0.0-rc.1](https://github.com/vuejs/composition-api/compare/v1.0.0-beta.26...v1.0.0-rc.1) (2021-01-20)
3+
4+
5+
16
<a name="1.0.0-beta.26"></a>
27
# [1.0.0-beta.26](https://github.com/vuejs/composition-api/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2021-01-14)
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
4141
<!--cdn-links-start-->
4242
```html
4343
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
44-
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected]beta.26"></script>
44+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected]rc.1"></script>
4545
```
4646
<!--cdn-links-end-->
4747

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { ref, reactive } from '@vue/composition-api'
4040
<!--cdn-links-start-->
4141
```html
4242
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
43-
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected]beta.26"></script>
43+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected]rc.1"></script>
4444
```
4545
<!--cdn-links-end-->
4646

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/composition-api",
3-
"version": "1.0.0-beta.26",
3+
"version": "1.0.0-rc.1",
44
"description": "Provide logic composition capabilities for Vue.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)