Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
acrogenesis committed Jan 31, 2022
1 parent 6b8583d commit 0047c1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"useWorkspaces": true,
"npmClient": "npm",
"version": "0.6.3",
"version": "0.6.4",
"command": {
"publish": {
"registry": "https://npm.pkg.github.com"
Expand Down
4 changes: 2 additions & 2 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valiot/matomo-tracker-js",
"version": "0.6.3",
"version": "0.6.4",
"description": "Matomo tracker for frontend projects",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -38,4 +38,4 @@
"registry": "https://npm.pkg.github.com/"
},
"gitHead": "cc08cc56b79af67a93de78632dc98b9ef2588871"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valiot/matomo-tracker-react",
"version": "0.6.3",
"version": "0.6.4",
"description": "Matomo tracker for react projects",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -38,10 +38,10 @@
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@valiot/matomo-tracker-js": "^0.6.3"
"@valiot/matomo-tracker-js": "^0.6.4"
},
"peerDependencies": {
"react": ">= 16.8.0"
},
"gitHead": "cc08cc56b79af67a93de78632dc98b9ef2588871"
}
}

0 comments on commit 0047c1d

Please sign in to comment.