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

Commit

Permalink
v0.4.1-0.5.0-alpha.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanmook committed Aug 4, 2021
1 parent 1c1ff55 commit 3f3331b
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": "npm",
"version": "0.4.0"
"version": "0.4.1-0.5.0-alpha.1.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.4.0",
"version": "0.4.1-0.5.0-alpha.1.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.4.0",
"version": "0.4.1-0.5.0-alpha.1.0",
"description": "Matomo tracker for react projects",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@datapunt/matomo-tracker-js": "^0.4.0"
"@datapunt/matomo-tracker-js": "^0.4.1-0.5.0-alpha.1.0"
},
"peerDependencies": {
"react": ">= 16.8.0"
Expand Down

0 comments on commit 3f3331b

Please sign in to comment.