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

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
royderks committed May 8, 2020
1 parent b4cdd57 commit 35e91c4
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.1.2"
"version": "0.1.4"
}
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.1.2",
"version": "0.1.4",
"description": "Matomo tracker for frontend projects",
"main": "lib/index.js",
"scripts": {
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.1.2",
"version": "0.1.4",
"description": "Matomo tracker for react projects",
"main": "lib/index.js",
"license": "MPL-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@datapunt/matomo-tracker-js": "^0.1.2"
"@datapunt/matomo-tracker-js": "^0.1.4"
},
"peerDependencies": {
"react": ">=16.8.6 <= 16.x.x"
Expand Down

0 comments on commit 35e91c4

Please sign in to comment.