Skip to content

Commit

Permalink
"Release: Updated versions in package to 8.3.8" (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanabot authored and dsotirakis committed Jun 29, 2022
1 parent 6ca3356 commit 7f19190
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 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": "8.3.7"
"version": "8.3.8"
}
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": "AGPL-3.0-only",
"private": true,
"name": "grafana",
"version": "8.3.7",
"version": "8.3.8",
"repository": "github:grafana/grafana",
"scripts": {
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",
Expand Down
4 changes: 2 additions & 2 deletions 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": "8.3.7",
"version": "8.3.8",
"description": "Grafana Data Library",
"keywords": [
"typescript"
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "5.0.2",
"@grafana/schema": "8.3.7",
"@grafana/schema": "8.3.8",
"@types/d3-interpolate": "^1.4.0",
"d3-interpolate": "1.4.0",
"date-fns": "2.21.3",
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": "8.3.7",
"version": "8.3.8",
"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": "8.3.7",
"version": "8.3.8",
"description": "Grafana End-to-End Test Library",
"keywords": [
"cli",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.7",
"@cypress/webpack-preprocessor": "5.9.1",
"@grafana/e2e-selectors": "8.3.7",
"@grafana/e2e-selectors": "8.3.8",
"@grafana/tsconfig": "^1.0.0-rc1",
"@mochajs/json-file-reporter": "^1.2.0",
"babel-loader": "8.2.2",
Expand Down
8 changes: 4 additions & 4 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": "8.3.7",
"version": "8.3.8",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
Expand All @@ -23,9 +23,9 @@
},
"dependencies": {
"@emotion/css": "11.1.3",
"@grafana/data": "8.3.7",
"@grafana/e2e-selectors": "8.3.7",
"@grafana/ui": "8.3.7",
"@grafana/data": "8.3.8",
"@grafana/e2e-selectors": "8.3.8",
"@grafana/ui": "8.3.8",
"@sentry/browser": "5.25.0",
"history": "4.10.1",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-schema/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/schema",
"version": "8.3.7",
"version": "8.3.8",
"description": "Grafana Schema Library",
"keywords": [
"typescript"
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": "8.3.7",
"version": "8.3.8",
"description": "Grafana Toolkit",
"keywords": [
"grafana",
Expand All @@ -28,10 +28,10 @@
"dependencies": {
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"@grafana/data": "8.3.7",
"@grafana/data": "8.3.8",
"@grafana/eslint-config": "2.5.1",
"@grafana/tsconfig": "^1.0.0-rc1",
"@grafana/ui": "8.3.7",
"@grafana/ui": "8.3.8",
"@jest/core": "26.6.3",
"@rushstack/eslint-patch": "1.0.6",
"@types/command-exists": "^1.2.0",
Expand Down
8 changes: 4 additions & 4 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": "8.3.7",
"version": "8.3.8",
"description": "Grafana Components Library",
"keywords": [
"grafana",
Expand Down Expand Up @@ -33,9 +33,9 @@
"@emotion/css": "11.1.3",
"@emotion/react": "11.1.5",
"@grafana/aws-sdk": "0.0.3",
"@grafana/data": "8.3.7",
"@grafana/e2e-selectors": "8.3.7",
"@grafana/schema": "8.3.7",
"@grafana/data": "8.3.8",
"@grafana/e2e-selectors": "8.3.8",
"@grafana/schema": "8.3.8",
"@grafana/slate-react": "0.22.10-grafana",
"@monaco-editor/react": "4.2.2",
"@popperjs/core": "2.5.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": "8.3.7",
"version": "8.3.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@emotion/css": "11.1.3",
"@emotion/react": "11.1.5",
"@grafana/data": "8.3.7",
"@grafana/ui": "8.3.7",
"@grafana/data": "8.3.8",
"@grafana/ui": "8.3.8",
"chance": "^1.0.10",
"classnames": "^2.2.5",
"combokeys": "^3.0.0",
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": "8.3.7",
"version": "8.3.8",
"description": "Input Datasource",
"private": true,
"repository": {
Expand All @@ -24,9 +24,9 @@
"webpack": "5.58.1"
},
"dependencies": {
"@grafana/data": "8.3.7",
"@grafana/toolkit": "8.3.7",
"@grafana/ui": "8.3.7",
"@grafana/data": "8.3.8",
"@grafana/toolkit": "8.3.8",
"@grafana/ui": "8.3.8",
"jquery": "3.5.1",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand Down

0 comments on commit 7f19190

Please sign in to comment.