Skip to content

Commit

Permalink
Merge pull request #204 from okgrow/v3.0.5
Browse files Browse the repository at this point in the history
V3.0.5
  • Loading branch information
cfnelson authored Nov 27, 2017
2 parents 63684ae + e2e38a2 commit 59253ef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/flow-router/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ npm-mongo@2.2.33
oauth@1.1.13
oauth2@1.1.11
observe-sequence@1.0.16
okgrow:analytics@3.0.4
okgrow:analytics@3.0.5
ordered-dict@1.0.9
promise@0.9.0
random@1.0.10
Expand Down
2 changes: 1 addition & 1 deletion examples/iron-router/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ npm-mongo@2.2.33
oauth@1.1.13
oauth2@1.1.11
observe-sequence@1.0.16
okgrow:analytics@3.0.4
okgrow:analytics@3.0.5
ordered-dict@1.0.9
promise@0.9.0
random@1.0.10
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ npm-bcrypt@0.9.3
npm-mongo@2.2.33
observe-sequence@1.0.16
okgrow:accounts-ui-react@0.8.0
okgrow:analytics@3.0.4
okgrow:analytics@3.0.5
ordered-dict@1.0.9
promise@0.9.0
random@1.0.10
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'okgrow:analytics',
version: '3.0.4',
version: '3.0.5',
summary: 'Extends @okgrow/auto-analytics adding automatic user identification for Meteor applications.',
git: 'https://github.com/okgrow/analytics',
documentation: 'README.md',
Expand Down Expand Up @@ -29,5 +29,5 @@ Package.onUse((api) => {
});

Npm.depends({
'@okgrow/auto-analytics': '1.0.4',
'@okgrow/auto-analytics': '1.0.6',
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analytics",
"version": "3.0.4",
"version": "3.0.5",
"description": "Complete Google Analytics, Mixpanel, KISSmetrics (and more) integration for Meteor",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,6 +29,6 @@
"eslint-plugin-meteor": "^4.0.1"
},
"dependencies": {
"@okgrow/auto-analytics": "1.0.4"
"@okgrow/auto-analytics": "1.0.6"
}
}

0 comments on commit 59253ef

Please sign in to comment.