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

Commit b47e55b

Browse files
author
Team - Tracking Exposed
committed
release: 2.8.4 CHANGELOG [skip ci]
1 parent 8d4f9b3 commit b47e55b

File tree

16 files changed

+29
-15
lines changed

16 files changed

+29
-15
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.8.4](https://github.com/tracking-exposed/trex/compare/v2.8.3...v2.8.4) (2023-01-20)
2+
3+
- **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([14f86a2](https://github.com/tracking-exposed/trex/commit/14f86a227bbe4bbbe323cb4ea3daec70145732be))
4+
- **deps:** bump json5 from 1.0.1 to 1.0.2 ([77be94e](https://github.com/tracking-exposed/trex/commit/77be94ed7103d06f8b2050c5c75a92fd24d2bd32))
5+
- **docs:** upgrade [@docusaurus](https://github.com/docusaurus)@2.2.0 ([#846](https://github.com/tracking-exposed/trex/issues/846)) ([c61bf53](https://github.com/tracking-exposed/trex/commit/c61bf539bbe84f43292faa456f5fd76f665a8a0e))
6+
- **workspace:** interactive "from-zip" docker container ([#818](https://github.com/tracking-exposed/trex/issues/818)) ([fcf0b4d](https://github.com/tracking-exposed/trex/commit/fcf0b4d7dfe5e49fedf38912551577ce6df989a5))
7+
- **workspace:** upgrade ts-loader@^9.4.2, webpack-bundle-analyzer@^4.7.0 and webpack@^5.75.0 ([90a03ed](https://github.com/tracking-exposed/trex/commit/90a03ed4928d5c462ad0bfb9aca01a46ab1d0f07))
8+
9+
### Fixes
10+
11+
- **shared:** add errors UI for extension ([#830](https://github.com/tracking-exposed/trex/issues/830)) ([d77c3d7](https://github.com/tracking-exposed/trex/commit/d77c3d70c201c2c6d8b52ec1e0bc9ed9ce1394c0))
12+
- **shared:** replace 'jsdom' with 'linkedom' to prevent the parser from crashing for memory allocation failure ([#859](https://github.com/tracking-exposed/trex/issues/859)) ([8d4f9b3](https://github.com/tracking-exposed/trex/commit/8d4f9b32f3cd34bc4a4a4947533a0307a9668767))
13+
- **ycai:** disable deployment with rsync, close [#842](https://github.com/tracking-exposed/trex/issues/842) ([#844](https://github.com/tracking-exposed/trex/issues/844)) ([cbdc3f0](https://github.com/tracking-exposed/trex/commit/cbdc3f081c3bddd6fe573b8637fe508dcca5f66f))
14+
115
## [2.8.3](https://github.com/tracking-exposed/trex/compare/v2.8.2...v2.8.3) (2023-01-13)
216

317
### Fixes

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.8.3",
3+
"version": "2.8.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.8.3",
2+
"version": "2.8.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.8.3",
4+
"version": "2.8.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.8.3",
4+
"version": "2.8.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.8.3",
3+
"version": "2.8.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/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trex/storybook",
3-
"version": "2.8.3",
3+
"version": "2.8.4",
44
"private": true,
55
"scripts": {
66
"start": "start-storybook -p 6006",

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.8.3",
3+
"version": "2.8.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.8.3",
3+
"version": "2.8.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.8.3",
3+
"version": "2.8.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.12.1",
3636
"ts-endpoint": "^2.0.0"
3737
},
38-
"version": "2.8.3"
38+
"version": "2.8.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.8.3",
3+
"version": "2.8.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.8.3",
3+
"version": "2.8.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.8.3",
3+
"version": "2.8.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.8.3",
3+
"version": "2.8.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.8.3",
3+
"version": "2.8.4",
44
"description": "youtube.tracking.exposed - shared",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)