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

Commit 8cffd65

Browse files
author
Team - Tracking Exposed
committed
release: 2.6.0 CHANGELOG [skip ci]
1 parent e0477ee commit 8cffd65

File tree

16 files changed

+32
-15
lines changed

16 files changed

+32
-15
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.6.0](https://github.com/tracking-exposed/yttrex/compare/v2.5.4...v2.6.0) (2022-06-06)
2+
3+
- eslint errors in guardoni ([664e318](https://github.com/tracking-exposed/yttrex/commit/664e318304d2af2603ccdb3a598d822187d28e92))
4+
- guardoni tiktok csv ([#535](https://github.com/tracking-exposed/yttrex/issues/535)) ([53097a9](https://github.com/tracking-exposed/yttrex/commit/53097a95663b8ee24ce99ac83a661d163298bf1b))
5+
- **guardoni:** extension url template aligned with extension zip file names ([643a754](https://github.com/tracking-exposed/yttrex/commit/643a7546d50f4e3eab28e857c4906d9763f2dcdd))
6+
- move tt-automation to platforms folder ([#544](https://github.com/tracking-exposed/yttrex/issues/544)) ([e0477ee](https://github.com/tracking-exposed/yttrex/commit/e0477ee001210474e56dee2cff5a93b10455100d))
7+
- tiktok profile scraper ([#531](https://github.com/tracking-exposed/yttrex/issues/531)) ([99e5777](https://github.com/tracking-exposed/yttrex/commit/99e5777d8b3dde0f456fcaa33ad726806c203ad4))
8+
- update PR's title when is a new release ([d8d9d85](https://github.com/tracking-exposed/yttrex/commit/d8d9d8549f7d1b063c17880e7742fa0e41804929))
9+
- upgrade [@types](https://github.com/types) ([767247a](https://github.com/tracking-exposed/yttrex/commit/767247af56195a5b5df3a615820c1b88fa0fff35))
10+
- upgrade [@typescript-eslint](https://github.com/typescript-eslint) and eslint@8.10.0 ([78af3e3](https://github.com/tracking-exposed/yttrex/commit/78af3e31dc2cae03c24abb3fe5b9bac0011a6794))
11+
- upgrade prettier@2.6.2 and [@release-it](https://github.com/release-it)@14.13.1 ([b197e1c](https://github.com/tracking-exposed/yttrex/commit/b197e1c7d35b2feceeff3691f3d176ad2f67f421))
12+
- upgrade ts-node-dev@^2 ([d0c2e03](https://github.com/tracking-exposed/yttrex/commit/d0c2e033151ac6965cdea02e8216fdff30606248))
13+
- upgrade ts-node@10.8.0 ([756c156](https://github.com/tracking-exposed/yttrex/commit/756c15668ff4346a057711e8c2139ad1d72db518))
14+
- upgrade typescript@4.7.2, tsconfig-paths@3.14.1 ([b300380](https://github.com/tracking-exposed/yttrex/commit/b3003805b684d48971f72b6591b303f4aad1a5fd))
15+
- upgrade yargs@17.5.1 ([d8c124c](https://github.com/tracking-exposed/yttrex/commit/d8c124c2c6d56aac15789e2a42bd1b53042eed67))
16+
- use publicKey and secretKey from process.env in extension ([3ad5aa7](https://github.com/tracking-exposed/yttrex/commit/3ad5aa77ae6249bce1040a724fc3e77c600aa388))
17+
118
### [2.5.4](https://github.com/tracking-exposed/yttrex/compare/v2.5.3...v2.5.4) (2022-05-27)
219

320
- **guardoni:** add 'puppeteer-extra-plugin-stealth' to pkg included scripts ([ffe03c1](https://github.com/tracking-exposed/yttrex/commit/ffe03c1c7110f0b06286d91132cf52f9d9573559))

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.5.4",
3+
"version": "2.6.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.5.4",
2+
"version": "2.6.0",
33
"description": "installs all the YCAI dependencies and YCAI",
44
"license": "AGPL-3.0",
55
"engines": {

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.5.4",
4+
"version": "2.6.0",
55
"scripts": {
66
"clean": "rm -rf ./build",
77
"tsc": "tsc",

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.5.4",
4+
"version": "2.6.0",
55
"scripts": {
66
"clean": "rm -rf ./build",
77
"type-check": "tsc -b",

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.5.4",
3+
"version": "2.6.0",
44
"description": "Guardoni is a tool to automate access and coordinate personalization algorithm analysis",
55
"scripts": {
66
"clean": "rm -rf build dist",

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.5.4",
3+
"version": "2.6.0",
44
"packageManager": "yarn@3.1.1",
55
"description": "tiktok.tracking.exposed → backend data collector, to investigate personalization algorithms",
66
"scripts": {

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.5.4",
3+
"version": "2.6.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

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.5.4",
3+
"version": "2.6.0",
44
"packageManager": "yarn@3.1.1",
55
"scripts": {
66
"clean": "rm -rf build dist",

platforms/tktrex/methodology/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tktrex-guardoni",
3-
"version": "2.5.4",
3+
"version": "2.6.0",
44
"packageManager": "yarn@3.1.1",
55
"description": "Guardoni is a tool to automate access and coordinate personalization algorithm analysis",
66
"scripts": {

platforms/tktrex/observatory/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tt-observatory",
3-
"version": "2.5.4",
3+
"version": "2.6.0",
44
"description": "",
55
"main": "importer.js",
66
"scripts": {

platforms/tktrex/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"linkedom": "^0.14.4",
3434
"mongodb": "^4.3.1"
3535
},
36-
"version": "2.5.4"
36+
"version": "2.6.0"
3737
}

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.5.4",
3+
"version": "2.6.0",
44
"description": "YouChoose AI",
55
"homepage": "https://youchoose.ai",
66
"bugs": "https://github.com/tracking-exposed/yttrex/issues",

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.5.4",
3+
"version": "2.6.0",
44
"description": "youtube.tracking.exposed - backend data collector",
55
"private": true,
66
"scripts": {

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.5.4",
3+
"version": "2.6.0",
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",

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.5.4",
3+
"version": "2.6.0",
44
"description": "youtube.tracking.exposed - shared",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)