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

Commit

Permalink
release: 2.6.4 CHANGELOG [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Team - Tracking Exposed committed Sep 21, 2022
1 parent b3dd309 commit 65e7274
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 14 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
### [2.6.4](https://github.com/tracking-exposed/trex/compare/v2.6.3...v2.6.4) (2022-09-21)

- **guardoni:** added update notifier to cli ([#658](https://github.com/tracking-exposed/trex/issues/658)) ([8b77561](https://github.com/tracking-exposed/trex/commit/8b775619e29dcb0e73d4d46f7d03f0fc43069c9c))
- **guardoni:** delete extension cache ([#657](https://github.com/tracking-exposed/trex/issues/657)) ([f76dde2](https://github.com/tracking-exposed/trex/commit/f76dde2c23d75d3cde8077ca11c4d44de4bdd0e6))
- master workflow formatting ([ad7c743](https://github.com/tracking-exposed/trex/commit/ad7c743922e3d9f4376bf4c6a9b135328ce4507b))
- minor bugs spotted in production [skip ci] ([533701b](https://github.com/tracking-exposed/trex/commit/533701b494883ba073e0f38508955f093df3aa46))
- remove 'release' step from master workflow ([#661](https://github.com/tracking-exposed/trex/issues/661)) ([f0abebc](https://github.com/tracking-exposed/trex/commit/f0abebc04a22a8ff01b7fef2fa7903e1f6b2c1f3))
- **shared:** check scroll total has not been reached before calling next scroll ([c996045](https://github.com/tracking-exposed/trex/commit/c9960451f081a95358d68873cc244fbc618b7638))
- **shared:** defined puppeteer hook for click ([3233ace](https://github.com/tracking-exposed/trex/commit/3233ace45bba2fac967e23b7d2ea132dc1ecaf54))
- **shared:** defined puppeteer hook for keypress ([de13d03](https://github.com/tracking-exposed/trex/commit/de13d0335903c827b6b227b7a933370b615930c1))
- **shared:** prevent parser payload is passed to console.table when is of type "Error" ([d7a0ae1](https://github.com/tracking-exposed/trex/commit/d7a0ae1345db88f9a0dd6d82e8837593eea0e8fc))
- **shared:** wait for 'domcontentload' as first try when puppeteer open an url ([e96aaa8](https://github.com/tracking-exposed/trex/commit/e96aaa8c9167fc2cd36a19394f5b5f09f8b0d607))
- **tktrex:** add build step for tk backend ([a68fed1](https://github.com/tracking-exposed/trex/commit/a68fed1225ae026f861b77e2586c76bcb8fcafbb))
- **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))
- **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))
- use actions/cache@v3 ([b3dd309](https://github.com/tracking-exposed/trex/commit/b3dd3095e731fd0d6ae0c5a96799a07eda186984))
- **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))
- **workspace:** shrink into zip script ([#667](https://github.com/tracking-exposed/trex/issues/667)) ([d91dd79](https://github.com/tracking-exposed/trex/commit/d91dd79255ea2c7f1ce0316982b3b905249f14e2))

### [2.6.3](https://github.com/tracking-exposed/trex/compare/v2.6.2...v2.6.3) (2022-09-14)

- defined a shared mock for chrome ([4ea0107](https://github.com/tracking-exposed/trex/commit/4ea0107787f87e2cf31a6244921dd752bfaaac9e))
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@trex/docs",
"version": "2.6.3",
"version": "2.6.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "2.6.3",
"version": "2.6.4",
"description": "tracking.exposed main package",
"license": "AGPL-3.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
@@ -1,7 +1,7 @@
{
"name": "@trex/shared",
"description": "Shared types definitions needed by @trex services",
"version": "2.6.3",
"version": "2.6.4",
"scripts": {
"clean": "rm -rf ./build",
"tsc": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/taboule/package.json
@@ -1,7 +1,7 @@
{
"name": "@trex/taboule",
"description": "Table component to display TrEx data",
"version": "2.6.3",
"version": "2.6.4",
"scripts": {
"clean": "rm -rf ./build",
"type-check": "tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion platforms/guardoni/package.json
@@ -1,6 +1,6 @@
{
"name": "guardoni",
"version": "2.6.3",
"version": "2.6.4",
"description": "Guardoni is a tool to automate access and coordinate personalization algorithm analysis",
"scripts": {
"clean": "rm -rf build dist",
Expand Down
2 changes: 1 addition & 1 deletion platforms/tktrex/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@tktrex/backend",
"version": "2.6.3",
"version": "2.6.4",
"packageManager": "yarn@3.1.1",
"description": "tiktok.tracking.exposed → backend data collector, to investigate personalization algorithms",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion platforms/tktrex/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@tktrex/docs",
"version": "2.6.3",
"version": "2.6.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion platforms/tktrex/extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@tktrex/extension",
"version": "2.6.3",
"version": "2.6.4",
"packageManager": "yarn@3.1.1",
"scripts": {
"clean": "rm -rf build dist",
Expand Down
2 changes: 1 addition & 1 deletion platforms/tktrex/shared/package.json
Expand Up @@ -35,5 +35,5 @@
"mongodb": "^4.3.1",
"ts-endpoint": "^2.0.0"
},
"version": "2.6.3"
"version": "2.6.4"
}
2 changes: 1 addition & 1 deletion platforms/ycai/studio/package.json
@@ -1,6 +1,6 @@
{
"name": "@trex/ycai",
"version": "2.6.3",
"version": "2.6.4",
"description": "YouChoose AI",
"homepage": "https://youchoose.ai",
"bugs": "https://github.com/tracking-exposed/trex/issues",
Expand Down
2 changes: 1 addition & 1 deletion platforms/yttrex/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@yttrex/backend",
"version": "2.6.3",
"version": "2.6.4",
"description": "youtube.tracking.exposed - backend data collector",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion platforms/yttrex/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@yttrex/docs",
"version": "2.6.3",
"version": "2.6.4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion platforms/yttrex/extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@yttrex/extension",
"version": "2.6.3",
"version": "2.6.4",
"private": true,
"description": "yttrex is the extension + backend for youtube algorithm analysis. This is part of the https://tracking.exposed umbrella project",
"homepage": "https://youtube.tracking.exposed",
Expand Down
2 changes: 1 addition & 1 deletion platforms/yttrex/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@yttrex/shared",
"version": "2.6.3",
"version": "2.6.4",
"description": "youtube.tracking.exposed - shared",
"private": true,
"scripts": {
Expand Down

0 comments on commit 65e7274

Please sign in to comment.