Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vuex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: vuejs/vuex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 17, 2016

  1. Copy the full SHA
    4d150e9 View commit details
  2. Copy the full SHA
    220e193 View commit details
  3. Copy the full SHA
    37e0bc3 View commit details
  4. [build] 2.1.1

    yyx990803 committed Dec 17, 2016
    Copy the full SHA
    4b76515 View commit details
  5. [release] 2.1.1

    yyx990803 committed Dec 17, 2016
    Copy the full SHA
    dfe3f3f View commit details
Showing with 10 additions and 9 deletions.
  1. +2 βˆ’2 dist/vuex.js
  2. +2 βˆ’2 dist/vuex.min.js
  3. +2 βˆ’1 docs/en/api.md
  4. +1 βˆ’1 package.json
  5. +1 βˆ’1 types/index.d.ts
  6. +2 βˆ’2 types/test/index.ts
4 changes: 2 additions & 2 deletions dist/vuex.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vuex v2.1.0
* vuex v2.1.1
* (c) 2016 Evan You
* @license MIT
*/
@@ -749,7 +749,7 @@ if (typeof window !== 'undefined' && window.Vue) {
var index = {
Store: Store,
install: install,
version: '2.1.0',
version: '2.1.1',
mapState: mapState,
mapMutations: mapMutations,
mapGetters: mapGetters,
Loading