Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df281b0

Browse filesBrowse files
committed
release: v2.7.13
1 parent 800207c commit df281b0
Copy full SHA for df281b0

File tree

Expand file treeCollapse file tree

5 files changed

+15
-4
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+15
-4
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.7.13](https://github.com/vuejs/vue/compare/v2.7.12...v2.7.13) (2022-10-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **effectScope:** calling off() of a detached scope should not break currentScope ([800207c](https://github.com/vuejs/vue/commit/800207c473c7d6dfcdc883100a3d443fc5ad2e39)), closes [#12825](https://github.com/vuejs/vue/issues/12825)
7+
* **types:** style attribute svg ([#12800](https://github.com/vuejs/vue/issues/12800)) ([8e26261](https://github.com/vuejs/vue/commit/8e262618cdc3251ca9630b17de4a000567ffb007))
8+
* **watch:** avoid traversing objects that are marked non-reactive ([#12806](https://github.com/vuejs/vue/issues/12806)) ([5960f05](https://github.com/vuejs/vue/commit/5960f05c69099c174062b6672c7a21d717a3bccf))
9+
10+
11+
112
## [2.7.12](https://github.com/vuejs/vue/compare/v2.7.11...v2.7.12) (2022-10-12)
213

314

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue",
3-
"version": "2.7.12",
3+
"version": "2.7.13",
44
"packageManager": "pnpm@7.1.0",
55
"description": "Reactive, component-oriented view layer for modern web interfaces.",
66
"main": "dist/vue.runtime.common.js",

‎packages/compiler-sfc/package.json

Copy file name to clipboardExpand all lines: packages/compiler-sfc/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/compiler-sfc",
3-
"version": "2.7.12",
3+
"version": "2.7.13",
44
"description": "compiler-sfc for Vue 2",
55
"main": "dist/compiler-sfc.js",
66
"types": "dist/compiler-sfc.d.ts",

‎packages/server-renderer/package.json

Copy file name to clipboardExpand all lines: packages/server-renderer/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-server-renderer",
3-
"version": "2.7.12",
3+
"version": "2.7.13",
44
"description": "server renderer for Vue 2.0",
55
"main": "index.js",
66
"types": "types/index.d.ts",

‎packages/template-compiler/package.json

Copy file name to clipboardExpand all lines: packages/template-compiler/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-template-compiler",
3-
"version": "2.7.12",
3+
"version": "2.7.13",
44
"description": "template compiler for Vue 2.0",
55
"main": "index.js",
66
"unpkg": "browser.js",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.