From fc9d410aa5ac421de51d1c8ab93d6c039e6aa01b Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 17 Jul 2021 04:11:42 +0800 Subject: [PATCH] chore: release v1.1.0-beta.2 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- README.zh-CN.md | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d44b31d..cdfacb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [1.1.0-beta.2](https://github.com/vuejs/composition-api/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2021-07-16) + + +### Bug Fixes + +* **effectScope:** should stop along with parent component ([784d96c](https://github.com/vuejs/composition-api/commit/784d96c)) + + + # [1.1.0-beta.1](https://github.com/vuejs/composition-api/compare/v1.0.2...v1.1.0-beta.1) (2021-07-16) diff --git a/README.md b/README.md index 270b75d6..fddfa9b2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall ```html - + ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index b2cb385e..3d644c97 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -40,7 +40,7 @@ import { ref, reactive } from '@vue/composition-api' ```html - + ``` diff --git a/package.json b/package.json index ee39e27a..db0764dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.1.0-beta.1", + "version": "1.1.0-beta.2", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",