Release: Bump version to 10.2.0-pre (#72418)

"Release: Updated versions in package to 10.2.0-pre"

Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot] 2023-07-27 09:21:29 +03:00 committed by GitHub
parent 3dc60cd2d7
commit eaca6c3f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
45 changed files with 68 additions and 68 deletions

View File

@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "10.1.0-pre"
"version": "10.2.0-pre"
}

View File

@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"private": true,
"name": "grafana",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"repository": "github:grafana/grafana",
"scripts": {
"build": "yarn i18n:compile && NODE_ENV=production webpack --progress --config scripts/webpack/webpack.prod.js",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"description": "Grafana Data Library",
"keywords": [
"typescript"
@ -36,7 +36,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "6.0.2",
"@grafana/schema": "10.1.0-pre",
"@grafana/schema": "10.2.0-pre",
"@types/d3-interpolate": "^3.0.0",
"@types/string-hash": "1.1.1",
"d3-interpolate": "3.0.1",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e-selectors",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"description": "Grafana End-to-End Test Selectors Library",
"keywords": [
"cli",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"description": "Grafana End-to-End Test Library",
"keywords": [
"cli",
@ -63,7 +63,7 @@
"@babel/core": "7.22.1",
"@babel/preset-env": "7.22.4",
"@cypress/webpack-preprocessor": "5.17.0",
"@grafana/e2e-selectors": "10.1.0-pre",
"@grafana/e2e-selectors": "10.2.0-pre",
"@grafana/tsconfig": "^1.2.0-rc1",
"@mochajs/json-file-reporter": "^1.2.0",
"babel-loader": "9.1.2",

View File

@ -1,7 +1,7 @@
{
"name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"main": "./index.cjs",
"author": "Grafana Labs",
"license": "Apache-2.0",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
@ -37,10 +37,10 @@
"postpack": "mv package.json.bak package.json"
},
"dependencies": {
"@grafana/data": "10.1.0-pre",
"@grafana/e2e-selectors": "10.1.0-pre",
"@grafana/data": "10.2.0-pre",
"@grafana/e2e-selectors": "10.2.0-pre",
"@grafana/faro-web-sdk": "1.1.0",
"@grafana/ui": "10.1.0-pre",
"@grafana/ui": "10.2.0-pre",
"history": "4.10.1",
"lodash": "4.17.21",
"rxjs": "7.8.0",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/schema",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"description": "Grafana Schema Library",
"keywords": [
"typescript"

View File

@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options {
/**

View File

@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options {
limit: number;

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
/**

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options extends common.SingleStatBaseOptions {
displayMode: common.BarGaugeDisplayMode;

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export enum VizDisplayMode {
Candles = 'candles',

View File

@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export enum HorizontalConstraint {
Center = 'center',

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface MetricStat {
/**

View File

@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options {
folderId?: number;

View File

@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options {
selectedSeries: number;

View File

@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export type UpdateConfig = {
render: boolean,

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options extends common.SingleStatBaseOptions {
showThresholdLabels: boolean;

View File

@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options {
basemap: ui.MapLayerOptions;

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export type PhlareQueryType = ('metrics' | 'profile' | 'both');

View File

@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
/**
* Controls the color mode of the heatmap

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
/**

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options {
dedupStrategy: common.LogsDedupStrategy;

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export enum QueryEditorMode {
Builder = 'builder',

View File

@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options {
/**

View File

@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface ArcOption {
/**

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export type ParcaQueryType = ('metrics' | 'profile' | 'both');

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
/**
* Select the pie chart display style.

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export enum QueryEditorMode {
Builder = 'builder',

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options extends common.SingleStatBaseOptions {
colorMode: common.BigValueColorMode;

View File

@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**

View File

@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**

View File

@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options {
/**

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface TempoQuery extends common.DataQuery {
filters: Array<TraceqlFilter>;

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export enum TestDataQueryType {
Annotations = 'annotations',

View File

@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export enum TextMode {
Code = 'code',

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export interface Options extends common.OptionsWithTimezones {
legend: common.VizLegendOptions;

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
/**
* Identical to timeseries... except it does not have timezone settings

View File

@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.1.0-pre";
export const pluginVersion = "10.2.0-pre";
export enum SeriesMapping {
Auto = 'auto',

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/toolkit",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"description": "Grafana Toolkit",
"keywords": [
"grafana",

View File

@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/ui",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"description": "Grafana Components Library",
"keywords": [
"grafana",
@ -49,10 +49,10 @@
"dependencies": {
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.1",
"@grafana/data": "10.1.0-pre",
"@grafana/e2e-selectors": "10.1.0-pre",
"@grafana/data": "10.2.0-pre",
"@grafana/e2e-selectors": "10.2.0-pre",
"@grafana/faro-web-sdk": "1.1.0",
"@grafana/schema": "10.1.0-pre",
"@grafana/schema": "10.2.0-pre",
"@leeoniya/ufuzzy": "1.0.8",
"@monaco-editor/react": "4.5.1",
"@popperjs/core": "2.11.6",

View File

@ -1,6 +1,6 @@
{
"name": "@grafana-plugins/input-datasource",
"version": "10.1.0-pre",
"version": "10.2.0-pre",
"description": "Input Datasource",
"private": true,
"repository": {
@ -28,8 +28,8 @@
"webpack": "5.76.0"
},
"dependencies": {
"@grafana/data": "10.1.0-pre",
"@grafana/ui": "10.1.0-pre",
"@grafana/data": "10.2.0-pre",
"@grafana/ui": "10.2.0-pre",
"react": "18.2.0",
"tslib": "2.5.0"
}

View File

@ -3678,9 +3678,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@grafana-plugins/input-datasource@workspace:plugins-bundled/internal/input-datasource"
dependencies:
"@grafana/data": 10.1.0-pre
"@grafana/data": 10.2.0-pre
"@grafana/tsconfig": ^1.2.0-rc1
"@grafana/ui": 10.1.0-pre
"@grafana/ui": 10.2.0-pre
"@types/jest": 26.0.15
"@types/react": 18.0.28
copy-webpack-plugin: 11.0.0
@ -3716,12 +3716,12 @@ __metadata:
languageName: node
linkType: hard
"@grafana/data@10.1.0-pre, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
"@grafana/data@10.2.0-pre, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
version: 0.0.0-use.local
resolution: "@grafana/data@workspace:packages/grafana-data"
dependencies:
"@braintree/sanitize-url": 6.0.2
"@grafana/schema": 10.1.0-pre
"@grafana/schema": 10.2.0-pre
"@grafana/tsconfig": ^1.2.0-rc1
"@rollup/plugin-commonjs": 25.0.2
"@rollup/plugin-json": 6.0.0
@ -3783,7 +3783,7 @@ __metadata:
languageName: unknown
linkType: soft
"@grafana/e2e-selectors@10.1.0-pre, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
"@grafana/e2e-selectors@10.2.0-pre, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
version: 0.0.0-use.local
resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors"
dependencies:
@ -3820,7 +3820,7 @@ __metadata:
"@babel/core": 7.22.1
"@babel/preset-env": 7.22.4
"@cypress/webpack-preprocessor": 5.17.0
"@grafana/e2e-selectors": 10.1.0-pre
"@grafana/e2e-selectors": 10.2.0-pre
"@grafana/tsconfig": ^1.2.0-rc1
"@mochajs/json-file-reporter": ^1.2.0
"@rollup/plugin-node-resolve": 15.1.0
@ -3983,11 +3983,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@grafana/runtime@workspace:packages/grafana-runtime"
dependencies:
"@grafana/data": 10.1.0-pre
"@grafana/e2e-selectors": 10.1.0-pre
"@grafana/data": 10.2.0-pre
"@grafana/e2e-selectors": 10.2.0-pre
"@grafana/faro-web-sdk": 1.1.0
"@grafana/tsconfig": ^1.2.0-rc1
"@grafana/ui": 10.1.0-pre
"@grafana/ui": 10.2.0-pre
"@rollup/plugin-commonjs": 25.0.2
"@rollup/plugin-node-resolve": 15.1.0
"@testing-library/dom": 9.3.0
@ -4040,7 +4040,7 @@ __metadata:
languageName: node
linkType: hard
"@grafana/schema@10.1.0-pre, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
"@grafana/schema@10.2.0-pre, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
version: 0.0.0-use.local
resolution: "@grafana/schema@workspace:packages/grafana-schema"
dependencies:
@ -4090,17 +4090,17 @@ __metadata:
languageName: node
linkType: hard
"@grafana/ui@10.1.0-pre, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
"@grafana/ui@10.2.0-pre, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
version: 0.0.0-use.local
resolution: "@grafana/ui@workspace:packages/grafana-ui"
dependencies:
"@babel/core": 7.22.1
"@emotion/css": 11.11.2
"@emotion/react": 11.11.1
"@grafana/data": 10.1.0-pre
"@grafana/e2e-selectors": 10.1.0-pre
"@grafana/data": 10.2.0-pre
"@grafana/e2e-selectors": 10.2.0-pre
"@grafana/faro-web-sdk": 1.1.0
"@grafana/schema": 10.1.0-pre
"@grafana/schema": 10.2.0-pre
"@grafana/tsconfig": ^1.2.0-rc1
"@leeoniya/ufuzzy": 1.0.8
"@mdx-js/react": 1.6.22