Skip to content

Commit

Permalink
Release: Bump version to 11.0.0-preview (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
  • Loading branch information
grafana-delivery-bot[bot] committed Apr 2, 2024
1 parent 22fe7b0 commit ead392f
Show file tree
Hide file tree
Showing 50 changed files with 166 additions and 166 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "11.1.0-pre"
"version": "11.0.0-preview"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"private": true,
"name": "grafana",
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"repository": "github:grafana/grafana",
"scripts": {
"build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/grafana-data/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"description": "Grafana Data Library",
"keywords": [
"typescript"
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "7.0.1",
"@grafana/schema": "11.1.0-pre",
"@grafana/schema": "11.0.0-preview",
"@types/d3-interpolate": "^3.0.0",
"@types/string-hash": "1.1.3",
"d3-interpolate": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-e2e-selectors/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e-selectors",
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"description": "Grafana End-to-End Test Selectors Library",
"keywords": [
"cli",
Expand Down
6 changes: 3 additions & 3 deletions packages/grafana-e2e/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e",
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"description": "Grafana End-to-End Test Library",
"keywords": [
"cli",
Expand Down Expand Up @@ -63,8 +63,8 @@
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@cypress/webpack-preprocessor": "5.17.1",
"@grafana/e2e-selectors": "11.1.0-pre",
"@grafana/schema": "11.1.0-pre",
"@grafana/e2e-selectors": "11.0.0-preview",
"@grafana/schema": "11.0.0-preview",
"@grafana/tsconfig": "^1.3.0-rc1",
"@mochajs/json-file-reporter": "^1.2.0",
"babel-loader": "9.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-eslint-rules/package.json
@@ -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": "11.1.0-pre",
"version": "11.0.0-preview",
"main": "./index.cjs",
"author": "Grafana Labs",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/grafana-flamegraph/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/flamegraph",
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"description": "Grafana flamegraph visualization component",
"keywords": [
"grafana",
Expand Down Expand Up @@ -44,8 +44,8 @@
],
"dependencies": {
"@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre",
"@grafana/ui": "11.1.0-pre",
"@grafana/data": "11.0.0-preview",
"@grafana/ui": "11.0.0-preview",
"@leeoniya/ufuzzy": "1.0.14",
"d3": "^7.8.5",
"lodash": "4.17.21",
Expand Down
12 changes: 6 additions & 6 deletions packages/grafana-o11y-ds-frontend/package.json
Expand Up @@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"name": "@grafana/o11y-ds-frontend",
"private": true,
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"description": "Library to manage traces in Grafana.",
"sideEffects": false,
"repository": {
Expand All @@ -18,12 +18,12 @@
},
"dependencies": {
"@emotion/css": "11.11.2",
"@grafana/data": "11.1.0-pre",
"@grafana/e2e-selectors": "11.1.0-pre",
"@grafana/data": "11.0.0-preview",
"@grafana/e2e-selectors": "11.0.0-preview",
"@grafana/experimental": "1.7.10",
"@grafana/runtime": "11.1.0-pre",
"@grafana/schema": "11.1.0-pre",
"@grafana/ui": "11.1.0-pre",
"@grafana/runtime": "11.0.0-preview",
"@grafana/schema": "11.0.0-preview",
"@grafana/ui": "11.0.0-preview",
"react-use": "17.5.0",
"rxjs": "7.8.1",
"tslib": "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-plugin-configs/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@grafana/plugin-configs",
"description": "Shared dependencies and files for core plugins",
"private": true,
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"dependencies": {
"tslib": "2.6.2"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/grafana-prometheus/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
"name": "@grafana/prometheus",
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"description": "Grafana Prometheus Library",
"keywords": [
"typescript"
Expand Down Expand Up @@ -38,12 +38,12 @@
"dependencies": {
"@emotion/css": "11.11.2",
"@floating-ui/react": "0.26.10",
"@grafana/data": "11.1.0-pre",
"@grafana/data": "11.0.0-preview",
"@grafana/experimental": "1.7.10",
"@grafana/faro-web-sdk": "1.5.0",
"@grafana/runtime": "11.1.0-pre",
"@grafana/schema": "11.1.0-pre",
"@grafana/ui": "11.1.0-pre",
"@grafana/runtime": "11.0.0-preview",
"@grafana/schema": "11.0.0-preview",
"@grafana/ui": "11.0.0-preview",
"@leeoniya/ufuzzy": "1.0.14",
"@lezer/common": "1.2.1",
"@lezer/highlight": "1.2.0",
Expand Down Expand Up @@ -76,8 +76,8 @@
},
"devDependencies": {
"@emotion/eslint-plugin": "11.11.0",
"@grafana/e2e": "11.1.0-pre",
"@grafana/e2e-selectors": "11.1.0-pre",
"@grafana/e2e": "11.0.0-preview",
"@grafana/e2e-selectors": "11.0.0-preview",
"@grafana/tsconfig": "^1.3.0-rc1",
"@rollup/plugin-image": "3.0.3",
"@rollup/plugin-node-resolve": "15.2.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/grafana-runtime/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
Expand Down Expand Up @@ -37,11 +37,11 @@
"postpack": "mv package.json.bak package.json"
},
"dependencies": {
"@grafana/data": "11.1.0-pre",
"@grafana/e2e-selectors": "11.1.0-pre",
"@grafana/data": "11.0.0-preview",
"@grafana/e2e-selectors": "11.0.0-preview",
"@grafana/faro-web-sdk": "^1.3.6",
"@grafana/schema": "11.1.0-pre",
"@grafana/ui": "11.1.0-pre",
"@grafana/schema": "11.0.0-preview",
"@grafana/ui": "11.0.0-preview",
"history": "4.10.1",
"lodash": "4.17.21",
"rxjs": "7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-schema/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/schema",
"version": "11.1.0-pre",
"version": "11.0.0-preview",
"description": "Grafana Schema Library",
"keywords": [
"typescript"
Expand Down
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options {
limit: number;
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
/**
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options extends common.SingleStatBaseOptions {
displayMode: common.BarGaugeDisplayMode;
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export enum VizDisplayMode {
Candles = 'candles',
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export enum HorizontalConstraint {
Center = 'center',
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface MetricStat {
/**
Expand Down
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options {
/**
Expand Down
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options {
selectedSeries: number;
Expand Down
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export type UpdateConfig = {
render: boolean,
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);

Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options extends common.SingleStatBaseOptions {
minVizHeight: number;
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options {
basemap: ui.MapLayerOptions;
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

/**
* Controls the color mode of the heatmap
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
/**
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options {
dedupStrategy: common.LogsDedupStrategy;
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export enum QueryEditorMode {
Builder = 'builder',
Expand Down
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options {
/**
Expand Down
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface ArcOption {
/**
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

/**
* Select the pie chart display style.
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as common from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options extends common.SingleStatBaseOptions {
colorMode: common.BigValueColorMode;
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
Expand Down
Expand Up @@ -10,7 +10,7 @@

import * as ui from '@grafana/schema';

export const pluginVersion = "11.1.0-pre";
export const pluginVersion = "11.0.0-preview";

export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
Expand Down

0 comments on commit ead392f

Please sign in to comment.