Chore: bumped to next version 7.3.0-pre (#27476)
* bumped version to the next minor. * bumped packages version to the next minor.
Showing
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"private": true, | "private": true, | ||
"name": "grafana", | "name": "grafana", | ||
"version": "7.2.0-beta1", | "version": "7.3.0-pre", | ||
"repository": "github:grafana/grafana", | "repository": "github:grafana/grafana", | ||
"scripts": { | "scripts": { | ||
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js", | "api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js", | ||
... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/data", | "name": "@grafana/data", | ||
"version": "7.2.0-pre.0", | "version": "7.3.0-pre.0", | ||
"description": "Grafana Data Library", | "description": "Grafana Data Library", | ||
"keywords": [ | "keywords": [ | ||
"typescript" | "typescript" | ||
... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/e2e-selectors", | "name": "@grafana/e2e-selectors", | ||
"version": "7.2.0-pre.0", | "version": "7.3.0-pre.0", | ||
"description": "Grafana End-to-End Test Selectors Library", | "description": "Grafana End-to-End Test Selectors Library", | ||
"keywords": [ | "keywords": [ | ||
"cli", | "cli", | ||
... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/e2e", | "name": "@grafana/e2e", | ||
"version": "7.2.0-pre.0", | "version": "7.3.0-pre.0", | ||
"description": "Grafana End-to-End Test Library", | "description": "Grafana End-to-End Test Library", | ||
"keywords": [ | "keywords": [ | ||
"cli", | "cli", | ||
... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
"types": "src/index.ts", | "types": "src/index.ts", | ||
"dependencies": { | "dependencies": { | ||
"@cypress/webpack-preprocessor": "4.1.3", | "@cypress/webpack-preprocessor": "4.1.3", | ||
"@grafana/e2e-selectors": "7.2.0-pre.0", | "@grafana/e2e-selectors": "7.3.0-pre.0", | ||
"@grafana/tsconfig": "^1.0.0-rc1", | "@grafana/tsconfig": "^1.0.0-rc1", | ||
"@mochajs/json-file-reporter": "^1.2.0", | "@mochajs/json-file-reporter": "^1.2.0", | ||
"blink-diff": "1.0.13", | "blink-diff": "1.0.13", | ||
... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/runtime", | "name": "@grafana/runtime", | ||
"version": "7.2.0-pre.0", | "version": "7.3.0-pre.0", | ||
"description": "Grafana Runtime Library", | "description": "Grafana Runtime Library", | ||
"keywords": [ | "keywords": [ | ||
"grafana", | "grafana", | ||
... | @@ -22,8 +22,8 @@ | ... | @@ -22,8 +22,8 @@ |
"typecheck": "tsc --noEmit" | "typecheck": "tsc --noEmit" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@grafana/data": "7.2.0-pre.0", | "@grafana/data": "7.3.0-pre.0", | ||
"@grafana/ui": "7.2.0-pre.0", | "@grafana/ui": "7.3.0-pre.0", | ||
"systemjs": "0.20.19", | "systemjs": "0.20.19", | ||
"systemjs-plugin-css": "0.1.37" | "systemjs-plugin-css": "0.1.37" | ||
}, | }, | ||
... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/toolkit", | "name": "@grafana/toolkit", | ||
"version": "7.2.0-pre.0", | "version": "7.3.0-pre.0", | ||
"description": "Grafana Toolkit", | "description": "Grafana Toolkit", | ||
"keywords": [ | "keywords": [ | ||
"grafana", | "grafana", | ||
... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"name": "@grafana/ui", | "name": "@grafana/ui", | ||
"version": "7.2.0-pre.0", | "version": "7.3.0-pre.0", | ||
"description": "Grafana Components Library", | "description": "Grafana Components Library", | ||
"keywords": [ | "keywords": [ | ||
"grafana", | "grafana", | ||
... | @@ -27,8 +27,8 @@ | ... | @@ -27,8 +27,8 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@emotion/core": "^10.0.27", | "@emotion/core": "^10.0.27", | ||
"@grafana/data": "7.2.0-pre.0", | "@grafana/data": "7.3.0-pre.0", | ||
"@grafana/e2e-selectors": "7.2.0-pre.0", | "@grafana/e2e-selectors": "7.3.0-pre.0", | ||
"@grafana/slate-react": "0.22.9-grafana", | "@grafana/slate-react": "0.22.9-grafana", | ||
"@grafana/tsconfig": "^1.0.0-rc1", | "@grafana/tsconfig": "^1.0.0-rc1", | ||
"@iconscout/react-unicons": "1.1.4", | "@iconscout/react-unicons": "1.1.4", | ||
... | ... |
{ | { | ||
"name": "@jaegertracing/jaeger-ui-components", | "name": "@jaegertracing/jaeger-ui-components", | ||
"version": "7.2.0-pre.0", | "version": "7.3.0-pre.0", | ||
"main": "src/index.ts", | "main": "src/index.ts", | ||
"types": "src/index.ts", | "types": "src/index.ts", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
... | @@ -14,8 +14,8 @@ | ... | @@ -14,8 +14,8 @@ |
"typescript": "3.9.3" | "typescript": "3.9.3" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@grafana/data": "7.2.0-pre.0", | "@grafana/data": "7.3.0-pre.0", | ||
"@grafana/ui": "7.2.0-pre.0", | "@grafana/ui": "7.3.0-pre.0", | ||
"@types/classnames": "^2.2.7", | "@types/classnames": "^2.2.7", | ||
"@types/deep-freeze": "^0.1.1", | "@types/deep-freeze": "^0.1.1", | ||
"@types/hoist-non-react-statics": "^3.3.1", | "@types/hoist-non-react-statics": "^3.3.1", | ||
... | ... |
{ | { | ||
"name": "@grafana-plugins/input-datasource", | "name": "@grafana-plugins/input-datasource", | ||
"version": "7.2.0-pre.0", | "version": "7.3.0-pre.0", | ||
"description": "Input Datasource", | "description": "Input Datasource", | ||
"private": true, | "private": true, | ||
"repository": { | "repository": { | ||
... | @@ -16,9 +16,9 @@ | ... | @@ -16,9 +16,9 @@ |
"author": "Grafana Labs", | "author": "Grafana Labs", | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"devDependencies": { | "devDependencies": { | ||
"@grafana/data": "7.2.0-pre.0", | "@grafana/data": "7.3.0-pre.0", | ||
"@grafana/toolkit": "7.2.0-pre.0", | "@grafana/toolkit": "7.3.0-pre.0", | ||
"@grafana/ui": "7.2.0-pre.0" | "@grafana/ui": "7.3.0-pre.0" | ||
}, | }, | ||
"volta": { | "volta": { | ||
"node": "12.16.2" | "node": "12.16.2" | ||
... | ... |
Please
register
or
sign in
to comment