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: nuxt-community/google-analytics-module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: nuxt-community/google-analytics-module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 13, 2019

  1. Copy the full SHA
    a83a11d View commit details

Commits on Nov 15, 2019

  1. Copy the full SHA
    f9a0f2b View commit details

Commits on Dec 3, 2019

  1. chore(release): 2.2.2

    pi0 committed Dec 3, 2019
    Copy the full SHA
    1e90ea1 View commit details
Showing with 8 additions and 6 deletions.
  1. +2 −0 CHANGELOG.md
  2. +2 −2 package.json
  3. +4 −4 yarn.lock
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.2.2](https://github.com/nuxt-community/analytics-module/compare/v2.2.1...v2.2.2) (2019-12-03)

### [2.2.1](https://github.com/nuxt-community/analytics-module/compare/v2.2.0...v2.2.1) (2019-10-25)


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/google-analytics",
"version": "2.2.1",
"version": "2.2.2",
"description": "Google Analytics Module for Nuxt.js",
"repository": "https://github.com/nuxt-community/analytics-module",
"license": "MIT",
@@ -17,7 +17,7 @@
"test": "yarn lint && jest"
},
"dependencies": {
"vue-analytics": "^5.17.2"
"vue-analytics": "^5.18.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -10202,10 +10202,10 @@ vm-browserify@^1.0.1:
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.0.tgz#bd76d6a23323e2ca8ffa12028dc04559c75f9019"
integrity sha512-iq+S7vZJE60yejDYM0ek6zg308+UZsdtPExWP9VZoCFCz1zkJoXFnAX7aZfd/ZwrkidzdUZL0C/ryW+JwAiIGw==

vue-analytics@^5.17.2:
version "5.17.2"
resolved "https://registry.yarnpkg.com/vue-analytics/-/vue-analytics-5.17.2.tgz#5a43cbd907a8b5d2c27e3df5046245604fa8c83e"
integrity sha512-Vfbn5laOG8OVetrBNRfV64y/N5VVyw1PPC4LiowZFh58UOsfsGH8w+ZZn0pyMelSZmz9uxkgG5dNnce4bwJ6jg==
vue-analytics@^5.18.0:
version "5.18.0"
resolved "https://registry.yarnpkg.com/vue-analytics/-/vue-analytics-5.18.0.tgz#15a4aee44700d6ba3ee0b0dbd98b58154c78c53d"
integrity sha512-rnDwx+4mksrwohIxqwJqRVuXotpyKjEPeqMoYveAK3vIp8MiO2BuUfVxELaPFN9/OXFt2ayuQDMParsjWDrNmA==

vue-client-only@^2.0.0:
version "2.0.0"