Skip to content

Commit

Permalink
version 6.7.6 (grafana#32122)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlson authored Mar 18, 2021
1 parent 3ca7536 commit 86c5fe3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "6.7.4"
"version": "6.7.6"
}
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": "6.7.5",
"version": "6.7.6",
"repository": "github:grafana/grafana",
"devDependencies": {
"@babel/core": "7.8.4",
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": "6.7.4",
"version": "6.7.6",
"description": "Grafana Data Library",
"keywords": [
"typescript"
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.7.4",
"version": "6.7.6",
"description": "Grafana End-to-End Test Library",
"keywords": [
"cli",
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": "6.7.4",
"version": "6.7.6",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
Expand All @@ -23,8 +23,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@grafana/data": "6.7.4",
"@grafana/ui": "6.7.4",
"@grafana/data": "6.7.6",
"@grafana/ui": "6.7.6",
"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": "6.7.4",
"version": "6.7.6",
"description": "Grafana Toolkit",
"keywords": [
"grafana",
Expand All @@ -29,10 +29,10 @@
"dependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@grafana/data": "6.7.4",
"@grafana/data": "6.7.6",
"@grafana/eslint-config": "^1.0.0-rc1",
"@grafana/tsconfig": "^1.0.0-rc1",
"@grafana/ui": "6.7.4",
"@grafana/ui": "6.7.6",
"@types/command-exists": "^1.2.0",
"@types/execa": "^0.9.0",
"@types/expect-puppeteer": "3.3.1",
Expand Down
4 changes: 2 additions & 2 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": "6.7.4",
"version": "6.7.6",
"description": "Grafana Components Library",
"keywords": [
"grafana",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@emotion/core": "^10.0.27",
"@grafana/data": "6.7.4",
"@grafana/data": "6.7.6",
"@grafana/slate-react": "0.22.9-grafana",
"@grafana/tsconfig": "^1.0.0-rc1",
"@torkelo/react-select": "3.0.8",
Expand Down

0 comments on commit 86c5fe3

Please sign in to comment.