@vue/runtime-core 3.2.5 → 3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7843,7 +7843,7 @@ function isMemoSame(cached, memo) {
7843
7843
  }
7844
7844
 
7845
7845
  // Core API ------------------------------------------------------------------
7846
- const version = "3.2.5";
7846
+ const version = "3.2.6";
7847
7847
  const _ssrUtils = {
7848
7848
  createComponentInstance,
7849
7849
  setupComponent,
@@ -6088,7 +6088,7 @@ function isMemoSame(cached, memo) {
6088
6088
  }
6089
6089
 
6090
6090
  // Core API ------------------------------------------------------------------
6091
- const version = "3.2.5";
6091
+ const version = "3.2.6";
6092
6092
  const _ssrUtils = {
6093
6093
  createComponentInstance,
6094
6094
  setupComponent,
@@ -7906,7 +7906,7 @@ function isMemoSame(cached, memo) {
7906
7906
  }
7907
7907
 
7908
7908
  // Core API ------------------------------------------------------------------
7909
- const version = "3.2.5";
7909
+ const version = "3.2.6";
7910
7910
  const _ssrUtils = {
7911
7911
  createComponentInstance,
7912
7912
  setupComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.2.5",
3
+ "version": "3.2.6",
4
4
  "description": "@vue/runtime-core",
5
5
  "main": "index.js",
6
6
  "module": "dist/runtime-core.esm-bundler.js",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-core#readme",
34
34
  "dependencies": {
35
- "@vue/shared": "3.2.5",
36
- "@vue/reactivity": "3.2.5"
35
+ "@vue/shared": "3.2.6",
36
+ "@vue/reactivity": "3.2.6"
37
37
  }
38
38
  }