Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 02f2b77

Browse files
committed
v0.7.0
1 parent 1c41ac0 commit 02f2b77

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"useWorkspaces": true,
33
"npmClient": "npm",
4-
"version": "0.6.0"
4+
"version": "0.7.0"
55
}

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonkoops/matomo-tracker",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Matomo tracker for frontend projects",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonkoops/matomo-tracker-react",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Matomo tracker for react projects",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -37,7 +37,7 @@
3737
"access": "public"
3838
},
3939
"dependencies": {
40-
"@jonkoops/matomo-tracker": "^0.6.0"
40+
"@jonkoops/matomo-tracker": "^0.7.0"
4141
},
4242
"peerDependencies": {
4343
"react": ">= 16.8.0"

0 commit comments

Comments
 (0)