Skip to content

Commit

Permalink
Merge pull request #11 from apivideo/analytics-v2
Browse files Browse the repository at this point in the history
Analytics v2.0
  • Loading branch information
olivierapivideo committed Jul 30, 2024
2 parents 946af26 + e0acd3b commit 75f865d
Show file tree
Hide file tree
Showing 8 changed files with 1,904 additions and 8,617 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"
- run: npm install --no-save
- run: npm publish --access=public
- run: npm run build && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '15']
node: ["16"]
steps:
- uses: actions/checkout@v2
- name: Setup node ${{ matrix.node }}
Expand Down
31 changes: 24 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,55 @@
# Changelog

All changes to this project will be documented in this file.

## [2.0.0] - 2024-07-31

- Switch to api.video analytics v2.0

## [1.0.13] - 2022-11-08

- Fix "seek" event "from" value when seek is the first event

## [1.0.12] - 2022-02-21

- Disallow arrow functions in webpack configuration

## [1.0.11] - 2022-01-01

- Pause pings if the current src is not an api.video one

## [1.0.10] - 2021-09-20

- Bump npm player-analytics dependency version

## [1.0.9] - 2021-07-06

- Bump npm player-analytics dependency version

## [1.0.8] - 2021-06-30
- Add dist/*

- Add dist/\*

## [1.0.7] - 2021-06-30

- Bump npm player-analytics dependency version

## [1.0.4] - 2021-04-21

- Bump @api.video/player-analytics

## [1.0.3] - 2021-04-21

- Add some more videojs events

## [1.0.2] - 2021-04-20

- Relay all listened events

## [1.0.1] - 2021-03-24

- Bump npm dependencies version

## [1.0.0] - 2021-03-24

- First release
Loading

0 comments on commit 75f865d

Please sign in to comment.