"Release: Updated versions in package to 8.0.0-beta.2" (#34478)

This commit is contained in:
Grot (@grafanabot) 2021-05-20 10:51:41 +01:00 committed by GitHub
parent 649d36e66a
commit 9d4c719205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 31 additions and 29 deletions

View File

@ -1,6 +1,8 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "8.1.0-pre"
"packages": [
"packages/*"
],
"version": "8.0.0-beta.2"
}

View File

@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"private": true,
"name": "grafana",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"repository": "github:grafana/grafana",
"scripts": {
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"description": "Grafana Data Library",
"keywords": [
"typescript"

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e-selectors",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"description": "Grafana End-to-End Test Selectors Library",
"keywords": [
"cli",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"description": "Grafana End-to-End Test Library",
"keywords": [
"cli",
@ -44,7 +44,7 @@
"types": "src/index.ts",
"dependencies": {
"@cypress/webpack-preprocessor": "4.1.3",
"@grafana/e2e-selectors": "8.1.0-pre",
"@grafana/e2e-selectors": "8.0.0-beta.2",
"@grafana/tsconfig": "^1.0.0-rc1",
"@mochajs/json-file-reporter": "^1.2.0",
"blink-diff": "1.0.13",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
@ -22,9 +22,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@grafana/data": "8.1.0-pre",
"@grafana/e2e-selectors": "8.1.0-pre",
"@grafana/ui": "8.1.0-pre",
"@grafana/data": "8.0.0-beta.2",
"@grafana/e2e-selectors": "8.0.0-beta.2",
"@grafana/ui": "8.0.0-beta.2",
"history": "4.10.1",
"systemjs": "0.20.19",
"systemjs-plugin-css": "0.1.37"

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/toolkit",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"description": "Grafana Toolkit",
"keywords": [
"grafana",
@ -28,10 +28,10 @@
"dependencies": {
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@grafana/data": "8.1.0-pre",
"@grafana/data": "8.0.0-beta.2",
"@grafana/eslint-config": "2.4.0",
"@grafana/tsconfig": "^1.0.0-rc1",
"@grafana/ui": "8.1.0-pre",
"@grafana/ui": "8.0.0-beta.2",
"@types/command-exists": "^1.2.0",
"@types/expect-puppeteer": "3.3.1",
"@types/fs-extra": "^8.1.0",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/ui",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"description": "Grafana Components Library",
"keywords": [
"grafana",
@ -29,8 +29,8 @@
"@emotion/css": "11.1.3",
"@emotion/react": "11.1.5",
"@grafana/aws-sdk": "0.0.3",
"@grafana/data": "8.1.0-pre",
"@grafana/e2e-selectors": "8.1.0-pre",
"@grafana/data": "8.0.0-beta.2",
"@grafana/e2e-selectors": "8.0.0-beta.2",
"@grafana/slate-react": "0.22.10-grafana",
"@grafana/tsconfig": "^1.0.0-rc1",
"@monaco-editor/react": "4.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "@jaegertracing/jaeger-ui-components",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@ -16,8 +16,8 @@
"dependencies": {
"@emotion/css": "11.1.3",
"@emotion/react": "11.1.5",
"@grafana/data": "8.1.0-pre",
"@grafana/ui": "8.1.0-pre",
"@grafana/data": "8.0.0-beta.2",
"@grafana/ui": "8.0.0-beta.2",
"@types/classnames": "^2.2.7",
"@types/deep-freeze": "^0.1.1",
"@types/hoist-non-react-statics": "^3.3.1",

View File

@ -1,6 +1,6 @@
{
"name": "@grafana-plugins/input-datasource",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"description": "Input Datasource",
"private": true,
"repository": {
@ -15,9 +15,9 @@
},
"author": "Grafana Labs",
"devDependencies": {
"@grafana/data": "8.1.0-pre",
"@grafana/toolkit": "8.1.0-pre",
"@grafana/ui": "8.1.0-pre"
"@grafana/data": "8.0.0-beta.2",
"@grafana/toolkit": "8.0.0-beta.2",
"@grafana/ui": "8.0.0-beta.2"
},
"volta": {
"node": "12.16.2"

View File

@ -1,6 +1,6 @@
{
"name": "@grafana-plugins/admin-app",
"version": "8.1.0-pre",
"version": "8.0.0-beta.2",
"description": "Plugins admin",
"private": true,
"repository": {
@ -15,10 +15,10 @@
},
"author": "Grafana Labs",
"devDependencies": {
"@grafana/data": "8.1.0-pre",
"@grafana/runtime": "8.1.0-pre",
"@grafana/toolkit": "8.1.0-pre",
"@grafana/ui": "8.1.0-pre"
"@grafana/data": "8.0.0-beta.2",
"@grafana/runtime": "8.0.0-beta.2",
"@grafana/toolkit": "8.0.0-beta.2",
"@grafana/ui": "8.0.0-beta.2"
},
"volta": {
"node": "12.16.2"