From 7e312358f3bb1adb00448f204ce59218f7bfce18 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 7 Feb 2022 14:16:39 +0800 Subject: [PATCH] release v1.4.6 --- 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 b667777f..2d4803cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.4.6](https://github.com/vuejs/composition-api/compare/v1.4.5...v1.4.6) (2022-02-07) + + +### Bug Fixes + +* dynamically update deep scopedSlot refs ([#899](https://github.com/vuejs/composition-api/issues/899)) ([ef312a3](https://github.com/vuejs/composition-api/commit/ef312a3)) + + + ## [1.4.5](https://github.com/vuejs/composition-api/compare/v1.4.4...v1.4.5) (2022-01-27) diff --git a/README.md b/README.md index 2e91bb62..e56f8a1e 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 a47a7843..f3af9e42 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 64ab2f40..68d731db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/composition-api", - "version": "1.4.5", + "version": "1.4.6", "description": "Provide logic composition capabilities for Vue.", "keywords": [ "vue",