Skip to content

Commit 08bbcaf

Browse files
committed
bump version to v0.11.0
1 parent e7bf899 commit 08bbcaf

File tree

16 files changed

+183
-183
lines changed

16 files changed

+183
-183
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ott-client",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"license": "AGPL-3.0-or-later",
55
"type": "module",
66
"scripts": {

common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ott-common",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"license": "AGPL-3.0-or-later",
55
"type": "module",
66
"module": "index.ts",

crates/harness-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harness-tests"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
[dependencies]

crates/harness/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harness"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
[dependencies]

crates/ott-balancer-bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ott-balancer-bin"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
[dependencies]

crates/ott-balancer-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ott-balancer-protocol"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
[dependencies]

crates/ott-balancer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ott-balancer"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
[dependencies]

crates/ott-collector/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ott-collector"
33
description = "A small service to collect and aggregate system state from Balancers, and make it available to Grafana."
4-
version = "0.10.0"
4+
version = "0.11.0"
55
edition = "2021"
66

77
[dependencies]

crates/ott-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ott-common"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55

66
[dependencies]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentogethertube",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"private": true,
55
"license": "AGPL-3.0-or-later",
66
"engines": {
+73-73
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
11
{
2-
"name": "ott-vis-datasource",
3-
"version": "0.10.0",
4-
"description": "Collects ott system state",
5-
"author": "Ott",
6-
"license": "AGPL-3.0-or-later",
7-
"engines": {
8-
"node": ">=18"
9-
},
10-
"scripts": {
11-
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
12-
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
13-
"test": "jest --passWithNoTests --maxWorkers 4 --coverage",
14-
"test:ci": "jest --passWithNoTests --maxWorkers 4",
15-
"typecheck": "tsc --noEmit",
16-
"lint": "prettier --write --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx . --fix",
17-
"lint-ci": "prettier --check --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",
18-
"e2e": "npm exec cypress install && npm exec grafana-e2e run",
19-
"e2e:update": "npm exec cypress install && npm exec grafana-e2e run --update-screenshots",
20-
"server": "docker-compose up --build",
21-
"sign": "npx --yes @grafana/sign-plugin@latest"
22-
},
23-
"devDependencies": {
24-
"@babel/core": "^7.21.4",
25-
"@grafana/e2e": "10.0.3",
26-
"@grafana/e2e-selectors": "10.0.3",
27-
"@grafana/eslint-config": "^6.0.0",
28-
"@grafana/tsconfig": "^1.2.0-rc1",
29-
"@swc/core": "^1.3.90",
30-
"@swc/helpers": "^0.5.0",
31-
"@swc/jest": "^0.2.26",
32-
"@testing-library/jest-dom": "6.1.4",
33-
"@testing-library/react": "14.0.0",
34-
"@types/jest": "^29.5.0",
35-
"@types/lodash": "^4.14.194",
36-
"@types/node": "^20.8.7",
37-
"@types/react-router-dom": "^5.2.0",
38-
"@types/testing-library__jest-dom": "5.14.8",
39-
"copy-webpack-plugin": "^11.0.0",
40-
"css-loader": "^6.7.3",
41-
"eslint": "^8.57.0",
42-
"eslint-plugin-deprecation": "^2.0.0",
43-
"eslint-plugin-jest": "^27.9.0",
44-
"eslint-webpack-plugin": "^4.0.1",
45-
"fork-ts-checker-webpack-plugin": "^8.0.0",
46-
"glob": "^10.2.7",
47-
"identity-obj-proxy": "3.0.0",
48-
"jest": "^29.5.0",
49-
"jest-environment-jsdom": "^29.5.0",
50-
"prettier": "^2.8.7",
51-
"replace-in-file-webpack-plugin": "^1.0.6",
52-
"sass": "1.63.2",
53-
"sass-loader": "13.3.1",
54-
"style-loader": "3.3.3",
55-
"swc-loader": "^0.2.3",
56-
"ts-node": "^10.9.1",
57-
"tsconfig-paths": "^4.2.0",
58-
"typescript": "4.8.4",
59-
"webpack": "^5.86.0",
60-
"webpack-cli": "^5.1.4",
61-
"webpack-livereload-plugin": "^3.0.2"
62-
},
63-
"dependencies": {
64-
"@emotion/css": "11.10.6",
65-
"@grafana/data": "10.0.3",
66-
"@grafana/runtime": "10.0.3",
67-
"@grafana/ui": "10.0.3",
68-
"@grafana/schema": "10.0.3",
69-
"ott-vis": "*",
70-
"react": "18.2.0",
71-
"react-dom": "18.2.0",
72-
"rxjs": "7.8.0",
73-
"tslib": "2.5.3"
74-
}
2+
"name": "ott-vis-datasource",
3+
"version": "0.11.0",
4+
"description": "Collects ott system state",
5+
"author": "Ott",
6+
"license": "AGPL-3.0-or-later",
7+
"engines": {
8+
"node": ">=18"
9+
},
10+
"scripts": {
11+
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
12+
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
13+
"test": "jest --passWithNoTests --maxWorkers 4 --coverage",
14+
"test:ci": "jest --passWithNoTests --maxWorkers 4",
15+
"typecheck": "tsc --noEmit",
16+
"lint": "prettier --write --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx . --fix",
17+
"lint-ci": "prettier --check --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",
18+
"e2e": "npm exec cypress install && npm exec grafana-e2e run",
19+
"e2e:update": "npm exec cypress install && npm exec grafana-e2e run --update-screenshots",
20+
"server": "docker-compose up --build",
21+
"sign": "npx --yes @grafana/sign-plugin@latest"
22+
},
23+
"devDependencies": {
24+
"@babel/core": "^7.21.4",
25+
"@grafana/e2e": "10.0.3",
26+
"@grafana/e2e-selectors": "10.0.3",
27+
"@grafana/eslint-config": "^6.0.0",
28+
"@grafana/tsconfig": "^1.2.0-rc1",
29+
"@swc/core": "^1.3.90",
30+
"@swc/helpers": "^0.5.0",
31+
"@swc/jest": "^0.2.26",
32+
"@testing-library/jest-dom": "6.1.4",
33+
"@testing-library/react": "14.0.0",
34+
"@types/jest": "^29.5.0",
35+
"@types/lodash": "^4.14.194",
36+
"@types/node": "^20.8.7",
37+
"@types/react-router-dom": "^5.2.0",
38+
"@types/testing-library__jest-dom": "5.14.8",
39+
"copy-webpack-plugin": "^11.0.0",
40+
"css-loader": "^6.7.3",
41+
"eslint": "^8.57.0",
42+
"eslint-plugin-deprecation": "^2.0.0",
43+
"eslint-plugin-jest": "^27.9.0",
44+
"eslint-webpack-plugin": "^4.0.1",
45+
"fork-ts-checker-webpack-plugin": "^8.0.0",
46+
"glob": "^10.2.7",
47+
"identity-obj-proxy": "3.0.0",
48+
"jest": "^29.5.0",
49+
"jest-environment-jsdom": "^29.5.0",
50+
"prettier": "^2.8.7",
51+
"replace-in-file-webpack-plugin": "^1.0.6",
52+
"sass": "1.63.2",
53+
"sass-loader": "13.3.1",
54+
"style-loader": "3.3.3",
55+
"swc-loader": "^0.2.3",
56+
"ts-node": "^10.9.1",
57+
"tsconfig-paths": "^4.2.0",
58+
"typescript": "4.8.4",
59+
"webpack": "^5.86.0",
60+
"webpack-cli": "^5.1.4",
61+
"webpack-livereload-plugin": "^3.0.2"
62+
},
63+
"dependencies": {
64+
"@emotion/css": "11.10.6",
65+
"@grafana/data": "10.0.3",
66+
"@grafana/runtime": "10.0.3",
67+
"@grafana/ui": "10.0.3",
68+
"@grafana/schema": "10.0.3",
69+
"ott-vis": "*",
70+
"react": "18.2.0",
71+
"react-dom": "18.2.0",
72+
"rxjs": "7.8.0",
73+
"tslib": "2.5.3"
74+
}
7575
}

packages/ott-vis-panel/package.json

+75-75
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
{
2-
"name": "ott-vis-panel",
3-
"version": "0.10.0",
4-
"description": "",
5-
"author": "Ott",
6-
"license": "AGPL-3.0-or-later",
7-
"engines": {
8-
"node": ">=18"
9-
},
10-
"scripts": {
11-
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
12-
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
13-
"test": "jest --passWithNoTests --maxWorkers 4 --coverage",
14-
"typecheck": "tsc --noEmit",
15-
"lint": "prettier --write --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx . --fix",
16-
"lint-ci": "prettier --check --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",
17-
"e2e": "npm exec cypress install && npm exec grafana-e2e run",
18-
"e2e:update": "npm exec cypress install && npm exec grafana-e2e run --update-screenshots",
19-
"server": "docker-compose up --build",
20-
"sign": "npx --yes @grafana/sign-plugin@latest"
21-
},
22-
"devDependencies": {
23-
"@babel/core": "^7.21.4",
24-
"@grafana/e2e": "10.0.3",
25-
"@grafana/e2e-selectors": "10.0.3",
26-
"@grafana/eslint-config": "^6.0.0",
27-
"@grafana/tsconfig": "^1.2.0-rc1",
28-
"@swc/core": "^1.3.90",
29-
"@swc/helpers": "^0.5.0",
30-
"@swc/jest": "^0.2.26",
31-
"@testing-library/jest-dom": "6.1.4",
32-
"@testing-library/react": "14.0.0",
33-
"@types/jest": "^29.5.0",
34-
"@types/lodash": "^4.14.194",
35-
"@types/node": "^20.8.7",
36-
"@types/testing-library__jest-dom": "5.14.8",
37-
"@types/d3": "7.4.3",
38-
"copy-webpack-plugin": "^11.0.0",
39-
"css-loader": "^6.7.3",
40-
"d3": "7.8.5",
41-
"eslint": "^8.57.0",
42-
"eslint-plugin-deprecation": "^2.0.0",
43-
"eslint-plugin-jest": "^27.9.0",
44-
"eslint-plugin-jsdoc": "^48.0.2",
45-
"eslint-plugin-react": "^7.33.2",
46-
"eslint-plugin-react-hooks": "^4.6.0",
47-
"eslint-webpack-plugin": "^4.0.1",
48-
"fork-ts-checker-webpack-plugin": "^8.0.0",
49-
"glob": "^10.2.7",
50-
"identity-obj-proxy": "3.0.0",
51-
"jest": "^29.5.0",
52-
"jest-environment-jsdom": "^29.5.0",
53-
"prettier": "^2.8.7",
54-
"replace-in-file-webpack-plugin": "^1.0.6",
55-
"sass": "1.63.2",
56-
"sass-loader": "13.3.1",
57-
"style-loader": "3.3.3",
58-
"swc-loader": "^0.2.3",
59-
"ts-node": "^10.9.1",
60-
"tsconfig-paths": "^4.2.0",
61-
"typescript": "4.8.4",
62-
"webpack": "^5.86.0",
63-
"webpack-cli": "^5.1.4",
64-
"webpack-livereload-plugin": "^3.0.2"
65-
},
66-
"dependencies": {
67-
"@emotion/css": "11.10.6",
68-
"@grafana/data": "10.0.3",
69-
"@grafana/runtime": "10.0.3",
70-
"@grafana/ui": "10.0.3",
71-
"@grafana/schema": "10.0.3",
72-
"ott-vis": "*",
73-
"react": "18.2.0",
74-
"react-dom": "18.2.0",
75-
"tslib": "2.5.3"
76-
}
2+
"name": "ott-vis-panel",
3+
"version": "0.11.0",
4+
"description": "",
5+
"author": "Ott",
6+
"license": "AGPL-3.0-or-later",
7+
"engines": {
8+
"node": ">=18"
9+
},
10+
"scripts": {
11+
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
12+
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
13+
"test": "jest --passWithNoTests --maxWorkers 4 --coverage",
14+
"typecheck": "tsc --noEmit",
15+
"lint": "prettier --write --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx . --fix",
16+
"lint-ci": "prettier --check --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",
17+
"e2e": "npm exec cypress install && npm exec grafana-e2e run",
18+
"e2e:update": "npm exec cypress install && npm exec grafana-e2e run --update-screenshots",
19+
"server": "docker-compose up --build",
20+
"sign": "npx --yes @grafana/sign-plugin@latest"
21+
},
22+
"devDependencies": {
23+
"@babel/core": "^7.21.4",
24+
"@grafana/e2e": "10.0.3",
25+
"@grafana/e2e-selectors": "10.0.3",
26+
"@grafana/eslint-config": "^6.0.0",
27+
"@grafana/tsconfig": "^1.2.0-rc1",
28+
"@swc/core": "^1.3.90",
29+
"@swc/helpers": "^0.5.0",
30+
"@swc/jest": "^0.2.26",
31+
"@testing-library/jest-dom": "6.1.4",
32+
"@testing-library/react": "14.0.0",
33+
"@types/jest": "^29.5.0",
34+
"@types/lodash": "^4.14.194",
35+
"@types/node": "^20.8.7",
36+
"@types/testing-library__jest-dom": "5.14.8",
37+
"@types/d3": "7.4.3",
38+
"copy-webpack-plugin": "^11.0.0",
39+
"css-loader": "^6.7.3",
40+
"d3": "7.8.5",
41+
"eslint": "^8.57.0",
42+
"eslint-plugin-deprecation": "^2.0.0",
43+
"eslint-plugin-jest": "^27.9.0",
44+
"eslint-plugin-jsdoc": "^48.0.2",
45+
"eslint-plugin-react": "^7.33.2",
46+
"eslint-plugin-react-hooks": "^4.6.0",
47+
"eslint-webpack-plugin": "^4.0.1",
48+
"fork-ts-checker-webpack-plugin": "^8.0.0",
49+
"glob": "^10.2.7",
50+
"identity-obj-proxy": "3.0.0",
51+
"jest": "^29.5.0",
52+
"jest-environment-jsdom": "^29.5.0",
53+
"prettier": "^2.8.7",
54+
"replace-in-file-webpack-plugin": "^1.0.6",
55+
"sass": "1.63.2",
56+
"sass-loader": "13.3.1",
57+
"style-loader": "3.3.3",
58+
"swc-loader": "^0.2.3",
59+
"ts-node": "^10.9.1",
60+
"tsconfig-paths": "^4.2.0",
61+
"typescript": "4.8.4",
62+
"webpack": "^5.86.0",
63+
"webpack-cli": "^5.1.4",
64+
"webpack-livereload-plugin": "^3.0.2"
65+
},
66+
"dependencies": {
67+
"@emotion/css": "11.10.6",
68+
"@grafana/data": "10.0.3",
69+
"@grafana/runtime": "10.0.3",
70+
"@grafana/ui": "10.0.3",
71+
"@grafana/schema": "10.0.3",
72+
"ott-vis": "*",
73+
"react": "18.2.0",
74+
"react-dom": "18.2.0",
75+
"tslib": "2.5.3"
76+
}
7777
}

0 commit comments

Comments
 (0)