Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromav committed Nov 6, 2022
1 parent feaed64 commit 7841df8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.2.3] - 2022-11-06
### Fixed
- [Dashboard] Fix total KPIs for arbitrary date ranges (#37)
- [Dashboard] Fix tooltip for the last data point in the chart
Expand Down Expand Up @@ -47,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Script] Add tracking script
- [Dashboard] Add dashboard

[Unreleased]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.2...HEAD
[Unreleased]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.3...HEAD
[1.2.3]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/tinybirdco/web-analytics-starter-kit/compare/1.1.0...1.2.0
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinybirdco/analytics-dashboard",
"version": "1.3.0-SNAPSHOT",
"version": "1.2.3",
"description": "Tinybird web analytics dashboard",
"homepage": "https://github.com/tinybirdco/web-analytics-starter-kit/tree/main/dashboard#README",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinybirdco/flock.js",
"version": "1.3.0-SNAPSHOT",
"version": "1.2.3",
"main": "dist/index.js",
"description": "Tinybird web analytics tracking script",
"author": "Tinybird team",
Expand Down

0 comments on commit 7841df8

Please sign in to comment.