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

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Sep 4, 2020
1 parent b85bc1e commit ccbf850
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Prefix the change with one of these keywords:
- _Security_: in case of vulnerabilities.


## [Unreleased]
## [0.2.1]

- Fixed: The `params` argument for the `trackPageView` method is now optional
- Fixed: The `pushInstruction` method is now exposed through `useMatomo`
Expand Down
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.2.0"
"version": "0.2.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.2.0",
"version": "0.2.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.2.0",
"version": "0.2.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.2.0"
"@datapunt/matomo-tracker-js": "^0.2.1"
},
"peerDependencies": {
"react": ">=16.8.6 <= 16.x.x"
Expand Down

0 comments on commit ccbf850

Please sign in to comment.