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

Commit

Permalink
release: 2.7.1 CHANGELOG [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Team - Tracking Exposed committed Nov 16, 2022
1 parent 05a0c43 commit fb6ea84
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.7.1](https://github.com/tracking-exposed/trex/compare/v2.7.0...v2.7.1) (2022-11-16)

- **deps:** bump loader-utils from 1.4.0 to 1.4.1 ([d24ec82](https://github.com/tracking-exposed/trex/commit/d24ec82a2e69a451695d10681bd65f337a5f0d28))

### Fixes

- **workspace:** cloc script grouping by file and by lang ([0f69b8d](https://github.com/tracking-exposed/trex/commit/0f69b8d4782fbd57c29ae29c3b99c13c7fae23d5))
- **yt:ext:** enabled experimentId UI in popup ([05a0c43](https://github.com/tracking-exposed/trex/commit/05a0c4351790ce8984d53c5556de90eda7a08830))

## [2.7.0](https://github.com/tracking-exposed/trex/compare/v2.6.5...v2.7.0) (2022-11-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trex/docs",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7.0",
"version": "2.7.1",
"description": "tracking.exposed main package",
"license": "AGPL-3.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trex/shared",
"description": "Shared types definitions needed by @trex services",
"version": "2.7.0",
"version": "2.7.1",
"scripts": {
"clean": "rm -rf ./build",
"tsc": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/taboule/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trex/taboule",
"description": "Table component to display TrEx data",
"version": "2.7.0",
"version": "2.7.1",
"scripts": {
"clean": "rm -rf ./build",
"type-check": "tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion platforms/guardoni/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guardoni",
"version": "2.7.0",
"version": "2.7.1",
"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/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trex/storybook",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"start": "start-storybook -p 6006",
Expand Down
2 changes: 1 addition & 1 deletion platforms/tktrex/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tktrex/backend",
"version": "2.7.0",
"version": "2.7.1",
"packageManager": "[email protected]",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tktrex/docs",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion platforms/tktrex/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tktrex/extension",
"version": "2.7.0",
"version": "2.7.1",
"packageManager": "[email protected]",
"scripts": {
"clean": "rm -rf build dist",
Expand Down
2 changes: 1 addition & 1 deletion platforms/tktrex/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"mongodb": "^4.3.1",
"ts-endpoint": "^2.0.0"
},
"version": "2.7.0"
"version": "2.7.1"
}
2 changes: 1 addition & 1 deletion platforms/ycai/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trex/ycai",
"version": "2.7.0",
"version": "2.7.1",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yttrex/backend",
"version": "2.7.0",
"version": "2.7.1",
"description": "youtube.tracking.exposed - backend data collector",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion platforms/yttrex/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yttrex/docs",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion platforms/yttrex/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yttrex/extension",
"version": "2.7.0",
"version": "2.7.1",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yttrex/shared",
"version": "2.7.0",
"version": "2.7.1",
"description": "youtube.tracking.exposed - shared",
"private": true,
"scripts": {
Expand Down

0 comments on commit fb6ea84

Please sign in to comment.