Skip to content

Commit 14a014e

Browse files
committed
release v1.6.3
1 parent d167b9b commit 14a014e

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.6.3"></a>
2+
## [1.6.3](https://github.com/vuejs/composition-api/compare/v1.6.2...v1.6.3) (2022-06-24)
3+
4+
5+
### Features
6+
7+
* support Vue3 style app-level provide ([#945](https://github.com/vuejs/composition-api/issues/945)) ([d167b9b](https://github.com/vuejs/composition-api/commit/d167b9b))
8+
9+
10+
111
<a name="1.6.2"></a>
212
## [1.6.2](https://github.com/vuejs/composition-api/compare/v1.6.1...v1.6.2) (2022-05-23)
313

README.md

+1-1
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].2"></script>
44+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].3"></script>
4545
```
4646
<!--cdn-links-end-->
4747

README.zh-CN.md

+1-1
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].2"></script>
43+
<script src="https://cdn.jsdelivr.net/npm/@vue/[email protected].3"></script>
4444
```
4545
<!--cdn-links-end-->
4646

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/composition-api",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"packageManager": "[email protected]",
55
"description": "Provide logic composition capabilities for Vue.",
66
"keywords": [

0 commit comments

Comments
 (0)