Compare commits

...

1 Commits

Author SHA1 Message Date
Dominik Prokop
10d47ab095 release 6.4.0-beta.1 2019-09-17 13:29:14 +02:00
7 changed files with 13 additions and 13 deletions

View File

@@ -2,5 +2,5 @@
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"packages": ["packages/*"], "packages": ["packages/*"],
"version": "6.4.0-pre" "version": "6.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": "6.4.0-pre", "version": "6.4.0-beta1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/grafana/grafana.git" "url": "http://github.com/grafana/grafana.git"

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": "6.4.0-pre", "version": "6.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/runtime", "name": "@grafana/runtime",
"version": "6.4.0-pre", "version": "6.4.0-beta.1",
"description": "Grafana Runtime Library", "description": "Grafana Runtime Library",
"keywords": [ "keywords": [
"grafana", "grafana",
@@ -21,8 +21,8 @@
"build": "grafana-toolkit package:build --scope=runtime" "build": "grafana-toolkit package:build --scope=runtime"
}, },
"dependencies": { "dependencies": {
"@grafana/data": "^6.4.0-alpha", "@grafana/data": "6.4.0-beta.1",
"@grafana/ui": "^6.4.0-alpha", "@grafana/ui": "6.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": "6.4.0-pre", "version": "6.4.0-beta.1",
"description": "Grafana Toolkit", "description": "Grafana Toolkit",
"keywords": [ "keywords": [
"grafana", "grafana",
@@ -28,6 +28,8 @@
"dependencies": { "dependencies": {
"@babel/core": "7.4.5", "@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5", "@babel/preset-env": "7.4.5",
"@grafana/data": "6.4.0-beta.1",
"@grafana/ui": "6.4.0-beta.1",
"@types/execa": "^0.9.0", "@types/execa": "^0.9.0",
"@types/expect-puppeteer": "3.3.1", "@types/expect-puppeteer": "3.3.1",
"@types/inquirer": "^6.0.3", "@types/inquirer": "^6.0.3",
@@ -40,8 +42,6 @@
"@types/tmp": "^0.1.0", "@types/tmp": "^0.1.0",
"@types/webpack": "4.4.34", "@types/webpack": "4.4.34",
"aws-sdk": "^2.495.0", "aws-sdk": "^2.495.0",
"@grafana/data": "^6.4.0-alpha",
"@grafana/ui": "^6.4.0-alpha",
"axios": "0.19.0", "axios": "0.19.0",
"babel-loader": "8.0.6", "babel-loader": "8.0.6",
"babel-plugin-angularjs-annotate": "0.10.0", "babel-plugin-angularjs-annotate": "0.10.0",

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": "6.4.0-pre", "version": "6.4.0-beta.1",
"description": "Grafana Components Library", "description": "Grafana Components Library",
"keywords": [ "keywords": [
"grafana", "grafana",
@@ -25,7 +25,7 @@
"build": "grafana-toolkit package:build --scope=ui" "build": "grafana-toolkit package:build --scope=ui"
}, },
"dependencies": { "dependencies": {
"@grafana/data": "^6.4.0-alpha", "@grafana/data": "6.4.0-beta.1",
"@torkelo/react-select": "2.1.1", "@torkelo/react-select": "2.1.1",
"@types/react-color": "2.17.0", "@types/react-color": "2.17.0",
"classnames": "2.2.6", "classnames": "2.2.6",

View File

@@ -8,8 +8,8 @@ EXTRA_OPTS="$@"
# Right now we hack this in into the publish script. # Right now we hack this in into the publish script.
# Eventually we might want to keep a list of all previous releases somewhere. # Eventually we might want to keep a list of all previous releases somewhere.
_releaseNoteUrl="https://community.grafana.com/t/release-notes-v6-0-x/14010" _releaseNoteUrl="https://community.grafana.com/t/release-notes-v-6-4-x/21088"
_whatsNewUrl="http://docs.grafana.org/guides/whats-new-in-v6-0/" _whatsNewUrl="https://grafana.com/docs/guides/whats-new-in-v6-4/"
./scripts/build/release_publisher/release_publisher \ ./scripts/build/release_publisher/release_publisher \
--wn "${_whatsNewUrl}" \ --wn "${_whatsNewUrl}" \