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

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Oct 22, 2020
1 parent cc34e5c commit b40fff4
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.0"
"version": "0.3.1"
}
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.0",
"version": "0.3.1",
"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.0",
"version": "0.3.1",
"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.0"
"@datapunt/matomo-tracker-js": "^0.3.1"
},
"peerDependencies": {
"react": ">=16.8.6 <= 16.x.x"
Expand Down

0 comments on commit b40fff4

Please sign in to comment.