Skip to content

Commit

Permalink
release: v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jan 26, 2021
1 parent b942a02 commit 3799862
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 25 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [3.6.1](https://github.com/vuejs/vuex/compare/v3.6.0...v3.6.1) (2021-01-26)

### Bug Fixes

* fix tree shaking notworking in webpack bundle ([#1906](https://github.com/vuejs/vuex/issues/1906)) ([1dc2d1f](https://github.com/vuejs/vuex/commit/1dc2d1f21de42138053ea3281dde05487642a76d))

# [3.6.0](https://github.com/vuejs/vuex/compare/v3.5.1...v3.6.0) (2020-11-25)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions dist/logger.js
@@ -1,6 +1,6 @@
/*!
* vuex v3.6.0
* (c) 2020 Evan You
* vuex v3.6.1
* (c) 2021 Evan You
* @license MIT
*/
(function (global, factory) {
Expand Down
8 changes: 4 additions & 4 deletions dist/vuex.common.js
@@ -1,6 +1,6 @@
/*!
* vuex v3.6.0
* (c) 2020 Evan You
* vuex v3.6.1
* (c) 2021 Evan You
* @license MIT
*/
'use strict';
Expand Down Expand Up @@ -967,7 +967,7 @@ var mapState = normalizeNamespace(function (namespace, states) {
/**
* Reduce the code which written in Vue.js for committing the mutation
* @param {String} [namespace] - Module's namespace
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
* @return {Object}
*/
var mapMutations = normalizeNamespace(function (namespace, mutations) {
Expand Down Expand Up @@ -1232,7 +1232,7 @@ function pad (num, maxLength) {
var index_cjs = {
Store: Store,
install: install,
version: '3.6.0',
version: '3.6.1',
mapState: mapState,
mapMutations: mapMutations,
mapGetters: mapGetters,
Expand Down
8 changes: 4 additions & 4 deletions dist/vuex.esm.browser.js
@@ -1,6 +1,6 @@
/*!
* vuex v3.6.0
* (c) 2020 Evan You
* vuex v3.6.1
* (c) 2021 Evan You
* @license MIT
*/
function applyMixin (Vue) {
Expand Down Expand Up @@ -938,7 +938,7 @@ const mapState = normalizeNamespace((namespace, states) => {
/**
* Reduce the code which written in Vue.js for committing the mutation
* @param {String} [namespace] - Module's namespace
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
* @return {Object}
*/
const mapMutations = normalizeNamespace((namespace, mutations) => {
Expand Down Expand Up @@ -1187,7 +1187,7 @@ function pad (num, maxLength) {
var index = {
Store,
install,
version: '3.6.0',
version: '3.6.1',
mapState,
mapMutations,
mapGetters,
Expand Down
6 changes: 3 additions & 3 deletions dist/vuex.esm.browser.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/vuex.esm.js
@@ -1,6 +1,6 @@
/*!
* vuex v3.6.0
* (c) 2020 Evan You
* vuex v3.6.1
* (c) 2021 Evan You
* @license MIT
*/
function applyMixin (Vue) {
Expand Down Expand Up @@ -965,7 +965,7 @@ var mapState = normalizeNamespace(function (namespace, states) {
/**
* Reduce the code which written in Vue.js for committing the mutation
* @param {String} [namespace] - Module's namespace
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
* @return {Object}
*/
var mapMutations = normalizeNamespace(function (namespace, mutations) {
Expand Down Expand Up @@ -1230,7 +1230,7 @@ function pad (num, maxLength) {
var index = {
Store: Store,
install: install,
version: '3.6.0',
version: '3.6.1',
mapState: mapState,
mapMutations: mapMutations,
mapGetters: mapGetters,
Expand Down
8 changes: 4 additions & 4 deletions dist/vuex.js
@@ -1,6 +1,6 @@
/*!
* vuex v3.6.0
* (c) 2020 Evan You
* vuex v3.6.1
* (c) 2021 Evan You
* @license MIT
*/
(function (global, factory) {
Expand Down Expand Up @@ -971,7 +971,7 @@
/**
* Reduce the code which written in Vue.js for committing the mutation
* @param {String} [namespace] - Module's namespace
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
* @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
* @return {Object}
*/
var mapMutations = normalizeNamespace(function (namespace, mutations) {
Expand Down Expand Up @@ -1236,7 +1236,7 @@
var index_cjs = {
Store: Store,
install: install,
version: '3.6.0',
version: '3.6.1',
mapState: mapState,
mapMutations: mapMutations,
mapGetters: mapGetters,
Expand Down
6 changes: 3 additions & 3 deletions dist/vuex.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vuex",
"version": "3.6.0",
"version": "3.6.1",
"description": "state management for Vue.js",
"main": "dist/vuex.common.js",
"exports": {
Expand Down

0 comments on commit 3799862

Please sign in to comment.