Skip to content

Commit 0047c1d

Browse files
committed
v0.6.4
1 parent 6b8583d commit 0047c1d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"useWorkspaces": true,
33
"npmClient": "npm",
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"command": {
66
"publish": {
77
"registry": "https://npm.pkg.github.com"

packages/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valiot/matomo-tracker-js",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Matomo tracker for frontend projects",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -38,4 +38,4 @@
3838
"registry": "https://npm.pkg.github.com/"
3939
},
4040
"gitHead": "cc08cc56b79af67a93de78632dc98b9ef2588871"
41-
}
41+
}

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valiot/matomo-tracker-react",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Matomo tracker for react projects",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -38,10 +38,10 @@
3838
"registry": "https://npm.pkg.github.com/"
3939
},
4040
"dependencies": {
41-
"@valiot/matomo-tracker-js": "^0.6.3"
41+
"@valiot/matomo-tracker-js": "^0.6.4"
4242
},
4343
"peerDependencies": {
4444
"react": ">= 16.8.0"
4545
},
4646
"gitHead": "cc08cc56b79af67a93de78632dc98b9ef2588871"
47-
}
47+
}

0 commit comments

Comments
 (0)