Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 65e7274

Browse files
author
Team - Tracking Exposed
committed
release: 2.6.4 CHANGELOG [skip ci]
1 parent b3dd309 commit 65e7274

File tree

15 files changed

+33
-14
lines changed

15 files changed

+33
-14
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### [2.6.4](https://github.com/tracking-exposed/trex/compare/v2.6.3...v2.6.4) (2022-09-21)
2+
3+
- **guardoni:** added update notifier to cli ([#658](https://github.com/tracking-exposed/trex/issues/658)) ([8b77561](https://github.com/tracking-exposed/trex/commit/8b775619e29dcb0e73d4d46f7d03f0fc43069c9c))
4+
- **guardoni:** delete extension cache ([#657](https://github.com/tracking-exposed/trex/issues/657)) ([f76dde2](https://github.com/tracking-exposed/trex/commit/f76dde2c23d75d3cde8077ca11c4d44de4bdd0e6))
5+
- master workflow formatting ([ad7c743](https://github.com/tracking-exposed/trex/commit/ad7c743922e3d9f4376bf4c6a9b135328ce4507b))
6+
- minor bugs spotted in production [skip ci] ([533701b](https://github.com/tracking-exposed/trex/commit/533701b494883ba073e0f38508955f093df3aa46))
7+
- remove 'release' step from master workflow ([#661](https://github.com/tracking-exposed/trex/issues/661)) ([f0abebc](https://github.com/tracking-exposed/trex/commit/f0abebc04a22a8ff01b7fef2fa7903e1f6b2c1f3))
8+
- **shared:** check scroll total has not been reached before calling next scroll ([c996045](https://github.com/tracking-exposed/trex/commit/c9960451f081a95358d68873cc244fbc618b7638))
9+
- **shared:** defined puppeteer hook for click ([3233ace](https://github.com/tracking-exposed/trex/commit/3233ace45bba2fac967e23b7d2ea132dc1ecaf54))
10+
- **shared:** defined puppeteer hook for keypress ([de13d03](https://github.com/tracking-exposed/trex/commit/de13d0335903c827b6b227b7a933370b615930c1))
11+
- **shared:** prevent parser payload is passed to console.table when is of type "Error" ([d7a0ae1](https://github.com/tracking-exposed/trex/commit/d7a0ae1345db88f9a0dd6d82e8837593eea0e8fc))
12+
- **shared:** wait for 'domcontentload' as first try when puppeteer open an url ([e96aaa8](https://github.com/tracking-exposed/trex/commit/e96aaa8c9167fc2cd36a19394f5b5f09f8b0d607))
13+
- **tktrex:** add build step for tk backend ([a68fed1](https://github.com/tracking-exposed/trex/commit/a68fed1225ae026f861b77e2586c76bcb8fcafbb))
14+
- **tktrex:** converted old mirror script in await/async [#650](https://github.com/tracking-exposed/trex/issues/650) ([75f50d3](https://github.com/tracking-exposed/trex/commit/75f50d34eea38043ca63a7bc749a68914019e292))
15+
- **tktrex:** error due to a possibly undefined metric element ([#660](https://github.com/tracking-exposed/trex/issues/660)) ([7c535fc](https://github.com/tracking-exposed/trex/commit/7c535fc1aecf2db0ce6cfce7c92da78043f3238c))
16+
- use actions/cache@v3 ([b3dd309](https://github.com/tracking-exposed/trex/commit/b3dd3095e731fd0d6ae0c5a96799a07eda186984))
17+
- **workspace:** align pm2 and commitlint naming to yarn workspace [#659](https://github.com/tracking-exposed/trex/issues/659) ([5b9e7c2](https://github.com/tracking-exposed/trex/commit/5b9e7c2f8bda677e237ae6138fb769bfd761b335))
18+
- **workspace:** shrink into zip script ([#667](https://github.com/tracking-exposed/trex/issues/667)) ([d91dd79](https://github.com/tracking-exposed/trex/commit/d91dd79255ea2c7f1ce0316982b3b905249f14e2))
19+
120
### [2.6.3](https://github.com/tracking-exposed/trex/compare/v2.6.2...v2.6.3) (2022-09-14)
221

322
- defined a shared mock for chrome ([4ea0107](https://github.com/tracking-exposed/trex/commit/4ea0107787f87e2cf31a6244921dd752bfaaac9e))

Diff for: docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trex/docs",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.6.3",
2+
"version": "2.6.4",
33
"description": "tracking.exposed main package",
44
"license": "AGPL-3.0",
55
"engines": {

Diff for: packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trex/shared",
33
"description": "Shared types definitions needed by @trex services",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"scripts": {
66
"clean": "rm -rf ./build",
77
"tsc": "tsc",

Diff for: packages/taboule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trex/taboule",
33
"description": "Table component to display TrEx data",
4-
"version": "2.6.3",
4+
"version": "2.6.4",
55
"scripts": {
66
"clean": "rm -rf ./build",
77
"type-check": "tsc -b",

Diff for: platforms/guardoni/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "guardoni",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "Guardoni is a tool to automate access and coordinate personalization algorithm analysis",
55
"scripts": {
66
"clean": "rm -rf build dist",

Diff for: platforms/tktrex/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tktrex/backend",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"packageManager": "[email protected]",
55
"description": "tiktok.tracking.exposed → backend data collector, to investigate personalization algorithms",
66
"scripts": {

Diff for: platforms/tktrex/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tktrex/docs",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

Diff for: platforms/tktrex/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tktrex/extension",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"packageManager": "[email protected]",
55
"scripts": {
66
"clean": "rm -rf build dist",

Diff for: platforms/tktrex/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"mongodb": "^4.3.1",
3636
"ts-endpoint": "^2.0.0"
3737
},
38-
"version": "2.6.3"
38+
"version": "2.6.4"
3939
}

Diff for: platforms/ycai/studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trex/ycai",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "YouChoose AI",
55
"homepage": "https://youchoose.ai",
66
"bugs": "https://github.com/tracking-exposed/trex/issues",

Diff for: platforms/yttrex/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yttrex/backend",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "youtube.tracking.exposed - backend data collector",
55
"private": true,
66
"scripts": {

Diff for: platforms/yttrex/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yttrex/docs",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

Diff for: platforms/yttrex/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yttrex/extension",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"private": true,
55
"description": "yttrex is the extension + backend for youtube algorithm analysis. This is part of the https://tracking.exposed umbrella project",
66
"homepage": "https://youtube.tracking.exposed",

Diff for: platforms/yttrex/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yttrex/shared",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "youtube.tracking.exposed - shared",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)