Skip to content

Commit

Permalink
"Release: Updated versions in package to 7.5.1" (grafana#32362)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanabot authored Mar 26, 2021
1 parent cfc83e8 commit 4dffb87
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "7.5.0"
"version": "7.5.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "Apache-2.0",
"private": true,
"name": "grafana",
"version": "7.5.0",
"version": "7.5.1",
"repository": "github:grafana/grafana",
"scripts": {
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "7.5.0",
"version": "7.5.1",
"description": "Grafana Data Library",
"keywords": [
"typescript"
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-e2e-selectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e-selectors",
"version": "7.5.0",
"version": "7.5.1",
"description": "Grafana End-to-End Test Selectors Library",
"keywords": [
"cli",
Expand Down
4 changes: 2 additions & 2 deletions packages/grafana-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e",
"version": "7.5.0",
"version": "7.5.1",
"description": "Grafana End-to-End Test Library",
"keywords": [
"cli",
Expand Down Expand Up @@ -44,7 +44,7 @@
"types": "src/index.ts",
"dependencies": {
"@cypress/webpack-preprocessor": "4.1.3",
"@grafana/e2e-selectors": "7.5.0",
"@grafana/e2e-selectors": "7.5.1",
"@grafana/tsconfig": "^1.0.0-rc1",
"@mochajs/json-file-reporter": "^1.2.0",
"blink-diff": "1.0.13",
Expand Down
6 changes: 3 additions & 3 deletions packages/grafana-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "7.5.0",
"version": "7.5.1",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
Expand All @@ -22,8 +22,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@grafana/data": "7.5.0",
"@grafana/ui": "7.5.0",
"@grafana/data": "7.5.1",
"@grafana/ui": "7.5.1",
"systemjs": "0.20.19",
"systemjs-plugin-css": "0.1.37"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/grafana-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/toolkit",
"version": "7.5.0",
"version": "7.5.1",
"description": "Grafana Toolkit",
"keywords": [
"grafana",
Expand All @@ -28,10 +28,10 @@
"dependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@grafana/data": "7.5.0",
"@grafana/data": "7.5.1",
"@grafana/eslint-config": "2.3.0",
"@grafana/tsconfig": "^1.0.0-rc1",
"@grafana/ui": "7.5.0",
"@grafana/ui": "7.5.1",
"@types/command-exists": "^1.2.0",
"@types/execa": "^0.9.0",
"@types/expect-puppeteer": "3.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/grafana-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/ui",
"version": "7.5.0",
"version": "7.5.1",
"description": "Grafana Components Library",
"keywords": [
"grafana",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@emotion/core": "10.0.27",
"@grafana/data": "7.5.0",
"@grafana/e2e-selectors": "7.5.0",
"@grafana/data": "7.5.1",
"@grafana/e2e-selectors": "7.5.1",
"@grafana/slate-react": "0.22.9-grafana",
"@grafana/tsconfig": "^1.0.0-rc1",
"@iconscout/react-unicons": "1.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/jaeger-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jaegertracing/jaeger-ui-components",
"version": "7.5.0",
"version": "7.5.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -14,8 +14,8 @@
"typescript": "4.1.2"
},
"dependencies": {
"@grafana/data": "7.5.0",
"@grafana/ui": "7.5.0",
"@grafana/data": "7.5.1",
"@grafana/ui": "7.5.1",
"@types/classnames": "^2.2.7",
"@types/deep-freeze": "^0.1.1",
"@types/hoist-non-react-statics": "^3.3.1",
Expand Down
8 changes: 4 additions & 4 deletions plugins-bundled/internal/input-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana-plugins/input-datasource",
"version": "7.5.0",
"version": "7.5.1",
"description": "Input Datasource",
"private": true,
"repository": {
Expand All @@ -16,9 +16,9 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "7.5.0",
"@grafana/toolkit": "7.5.0",
"@grafana/ui": "7.5.0"
"@grafana/data": "7.5.1",
"@grafana/toolkit": "7.5.1",
"@grafana/ui": "7.5.1"
},
"volta": {
"node": "12.16.2"
Expand Down

0 comments on commit 4dffb87

Please sign in to comment.