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

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Feb 15, 2021
1 parent 81cf435 commit 4fe9abb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.3.1"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datapunt/matomo-tracker-js",
"version": "0.3.1",
"version": "0.4.0",
"description": "Matomo tracker for frontend projects",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datapunt/matomo-tracker-react",
"version": "0.3.1",
"version": "0.4.0",
"description": "Matomo tracker for react projects",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"dependencies": {
"@datapunt/matomo-tracker-js": "^0.3.1"
"@datapunt/matomo-tracker-js": "^0.4.0"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.0"
Expand Down

0 comments on commit 4fe9abb

Please sign in to comment.