Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video integration bugfixes #1180

Merged
merged 6 commits into from
May 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-site/.incache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/bolt-design-system/bolt"
},
"dependencies": {
"@bolt/analytics-autotrack": "^2.4.0-beta.0",
"@bolt/analytics-autotrack": "^2.4.0",
"@bolt/build-tools": "^2.3.1",
"@bolt/components-action-blocks": "^2.3.1",
"@bolt/components-background": "^2.3.1",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
"packages/core",
"packages/core-php",
"packages/twig-renderer",
"packages/global"
"packages/global",
"packages/analytics/*"
]
}
}
45 changes: 45 additions & 0 deletions packages/analytics/autotrack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.4.0](https://github.com/bolt-design-system/bolt/compare/v2.3.2...v2.4.0) (2019-05-14)


### Bug Fixes

* revert making autotrack package public till GA info customizable, etc ([58bcd56](https://github.com/bolt-design-system/bolt/commit/58bcd56))



# [2.4.0-beta.0](https://github.com/bolt-design-system/bolt/compare/v2.2.2...v2.4.0-beta.0) (2019-04-16)


### Bug Fixes

* fix linting issues ([7d01b58](https://github.com/bolt-design-system/bolt/commit/7d01b58))
* update analytics tracker JS ([8fdda51](https://github.com/bolt-design-system/bolt/commit/8fdda51))


### Features

* add GA autotrack support ([1d7edb2](https://github.com/bolt-design-system/bolt/commit/1d7edb2))
* add WIP autotrack JS logic ([ebe7128](https://github.com/bolt-design-system/bolt/commit/ebe7128))





# [2.4.0-beta.0](https://github.com/bolt-design-system/bolt/compare/v2.3.0...v2.4.0-beta.0) (2019-04-16)


### Bug Fixes

* fix linting issues ([7d01b58](https://github.com/bolt-design-system/bolt/commit/7d01b58))
* update analytics tracker JS ([8fdda51](https://github.com/bolt-design-system/bolt/commit/8fdda51))


### Features

* add GA autotrack support ([1d7edb2](https://github.com/bolt-design-system/bolt/commit/1d7edb2))
* add WIP autotrack JS logic ([ebe7128](https://github.com/bolt-design-system/bolt/commit/ebe7128))
Loading