Compare commits

...

2 Commits

Author SHA1 Message Date
Grot (@grafanabot)
228d804962 "Release: Updated versions in package to 7.4.0-beta.1" (#30427) 2021-01-20 11:09:55 +00:00
Giordano Ricci
e9242cf546 Chore: Update what's new URL (#30423) 2021-01-20 10:51:35 +00:00
10 changed files with 28 additions and 26 deletions

View File

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

View File

@@ -3,7 +3,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"private": true, "private": true,
"name": "grafana", "name": "grafana",
"version": "7.4.0-pre", "version": "7.4.0-beta.1",
"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",
@@ -46,7 +46,7 @@
"ci:test-frontend": "yarn run prettier:check && yarn run typecheck && yarn run lint && yarn run test:ci && yarn grafana-toolkit node-version-check && ./scripts/ci-check-strict.sh" "ci:test-frontend": "yarn run prettier:check && yarn run typecheck && yarn run lint && yarn run test:ci && yarn grafana-toolkit node-version-check && ./scripts/ci-check-strict.sh"
}, },
"grafana": { "grafana": {
"whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-3/", "whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-4/",
"releaseNotesUrl": "https://grafana.com/docs/grafana/latest/release-notes/" "releaseNotesUrl": "https://grafana.com/docs/grafana/latest/release-notes/"
}, },
"husky": { "husky": {

View File

@@ -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.4.0-pre.0", "version": "7.4.0-beta.1",
"description": "Grafana Data Library", "description": "Grafana Data Library",
"keywords": [ "keywords": [
"typescript" "typescript"

View File

@@ -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.4.0-pre.0", "version": "7.4.0-beta.1",
"description": "Grafana End-to-End Test Selectors Library", "description": "Grafana End-to-End Test Selectors Library",
"keywords": [ "keywords": [
"cli", "cli",

View File

@@ -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.4.0-pre.0", "version": "7.4.0-beta.1",
"description": "Grafana End-to-End Test Library", "description": "Grafana End-to-End Test Library",
"keywords": [ "keywords": [
"cli", "cli",
@@ -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.4.0-pre.0", "@grafana/e2e-selectors": "7.4.0-beta.1",
"@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",

View File

@@ -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.4.0-pre.0", "version": "7.4.0-beta.1",
"description": "Grafana Runtime Library", "description": "Grafana Runtime Library",
"keywords": [ "keywords": [
"grafana", "grafana",
@@ -22,8 +22,8 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@grafana/data": "7.4.0-pre.0", "@grafana/data": "7.4.0-beta.1",
"@grafana/ui": "7.4.0-pre.0", "@grafana/ui": "7.4.0-beta.1",
"systemjs": "0.20.19", "systemjs": "0.20.19",
"systemjs-plugin-css": "0.1.37" "systemjs-plugin-css": "0.1.37"
}, },

View File

@@ -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.4.0-pre.0", "version": "7.4.0-beta.1",
"description": "Grafana Toolkit", "description": "Grafana Toolkit",
"keywords": [ "keywords": [
"grafana", "grafana",

View File

@@ -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.4.0-pre.0", "version": "7.4.0-beta.1",
"description": "Grafana Components Library", "description": "Grafana Components Library",
"keywords": [ "keywords": [
"grafana", "grafana",
@@ -27,20 +27,20 @@
}, },
"dependencies": { "dependencies": {
"@emotion/core": "^10.0.27", "@emotion/core": "^10.0.27",
"@grafana/data": "7.4.0-pre.0", "@grafana/data": "7.4.0-beta.1",
"@grafana/e2e-selectors": "7.4.0-pre.0", "@grafana/e2e-selectors": "7.4.0-beta.1",
"@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",
"@popperjs/core": "2.5.4", "@popperjs/core": "2.5.4",
"@sentry/browser": "5.25.0",
"@testing-library/jest-dom": "5.11.9",
"@torkelo/react-select": "3.0.8", "@torkelo/react-select": "3.0.8",
"@types/hoist-non-react-statics": "3.3.1", "@types/hoist-non-react-statics": "3.3.1",
"@types/react-beautiful-dnd": "12.1.2", "@types/react-beautiful-dnd": "12.1.2",
"@types/react-color": "3.0.1", "@types/react-color": "3.0.1",
"@types/react-select": "3.0.8", "@types/react-select": "3.0.8",
"@types/react-table": "7.0.12", "@types/react-table": "7.0.12",
"@testing-library/jest-dom": "5.11.9",
"@sentry/browser": "5.25.0",
"@types/slate": "0.47.1", "@types/slate": "0.47.1",
"@types/slate-react": "0.22.5", "@types/slate-react": "0.22.5",
"classnames": "2.2.6", "classnames": "2.2.6",
@@ -78,8 +78,8 @@
"@rollup/plugin-commonjs": "16.0.0", "@rollup/plugin-commonjs": "16.0.0",
"@rollup/plugin-image": "2.0.5", "@rollup/plugin-image": "2.0.5",
"@rollup/plugin-node-resolve": "10.0.0", "@rollup/plugin-node-resolve": "10.0.0",
"@storybook/addon-essentials": "6.1.9",
"@storybook/addon-controls": "6.1.9", "@storybook/addon-controls": "6.1.9",
"@storybook/addon-essentials": "6.1.9",
"@storybook/addon-knobs": "6.1.9", "@storybook/addon-knobs": "6.1.9",
"@storybook/addon-storysource": "6.1.9", "@storybook/addon-storysource": "6.1.9",
"@storybook/react": "6.1.9", "@storybook/react": "6.1.9",
@@ -103,8 +103,8 @@
"mock-raf": "1.0.1", "mock-raf": "1.0.1",
"pretty-format": "25.1.0", "pretty-format": "25.1.0",
"react-docgen-typescript-loader": "3.7.2", "react-docgen-typescript-loader": "3.7.2",
"react-test-renderer": "16.13.1",
"react-is": "16.8.0", "react-is": "16.8.0",
"react-test-renderer": "16.13.1",
"rollup": "2.33.3", "rollup": "2.33.3",
"rollup-plugin-sourcemaps": "0.6.3", "rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2", "rollup-plugin-terser": "7.0.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@jaegertracing/jaeger-ui-components", "name": "@jaegertracing/jaeger-ui-components",
"version": "7.4.0-pre.0", "version": "7.4.0-beta.1",
"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 @@
"typescript": "4.1.2" "typescript": "4.1.2"
}, },
"dependencies": { "dependencies": {
"@grafana/data": "7.4.0-pre.0", "@grafana/data": "7.4.0-beta.1",
"@grafana/ui": "7.4.0-pre.0", "@grafana/ui": "7.4.0-beta.1",
"@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",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@grafana-plugins/input-datasource", "name": "@grafana-plugins/input-datasource",
"version": "7.4.0-pre.0", "version": "7.4.0-beta.1",
"description": "Input Datasource", "description": "Input Datasource",
"private": true, "private": true,
"repository": { "repository": {
@@ -16,9 +16,9 @@
"author": "Grafana Labs", "author": "Grafana Labs",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@grafana/data": "7.4.0-pre.0", "@grafana/data": "7.4.0-beta.1",
"@grafana/toolkit": "7.4.0-pre.0", "@grafana/toolkit": "7.4.0-beta.1",
"@grafana/ui": "7.4.0-pre.0" "@grafana/ui": "7.4.0-beta.1"
}, },
"volta": { "volta": {
"node": "12.16.2" "node": "12.16.2"