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

Commit 7a4ec78

Browse files
committed
v0.1.5
1 parent 08bd1a6 commit 7a4ec78

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "yarn",
4-
"version": "0.1.4"
4+
"version": "0.1.5"
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": "@datapunt/matomo-tracker-js",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Matomo tracker for frontend projects",
55
"main": "lib/index.js",
66
"scripts": {

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": "@datapunt/matomo-tracker-react",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Matomo tracker for react projects",
55
"main": "lib/index.js",
66
"license": "MPL-2.0",
@@ -36,7 +36,7 @@
3636
"access": "public"
3737
},
3838
"dependencies": {
39-
"@datapunt/matomo-tracker-js": "^0.1.4"
39+
"@datapunt/matomo-tracker-js": "^0.1.5"
4040
},
4141
"peerDependencies": {
4242
"react": ">=16.8.6 <= 16.x.x"

0 commit comments

Comments
 (0)