Release: Bump version to 10.2.3 (#63)

This commit is contained in:
Andreas Christou
2023-12-18 12:28:14 +00:00
committed by GitHub
parent 89934b0884
commit 148448b00a
46 changed files with 89 additions and 89 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "10.3.0-pre",
"version": "10.2.3",
"description": "Grafana Data Library",
"keywords": [
"typescript"
@@ -36,7 +36,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "6.0.2",
"@grafana/schema": "10.3.0-pre",
"@grafana/schema": "10.2.3",
"@types/d3-interpolate": "^3.0.0",
"@types/string-hash": "1.1.1",
"d3-interpolate": "3.0.1",
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e-selectors",
"version": "10.3.0-pre",
"version": "10.2.3",
"description": "Grafana End-to-End Test Selectors Library",
"keywords": [
"cli",
+3 -3
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e",
"version": "10.3.0-pre",
"version": "10.2.3",
"description": "Grafana End-to-End Test Library",
"keywords": [
"cli",
@@ -63,8 +63,8 @@
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@cypress/webpack-preprocessor": "5.17.1",
"@grafana/e2e-selectors": "10.3.0-pre",
"@grafana/schema": "10.3.0-pre",
"@grafana/e2e-selectors": "10.2.3",
"@grafana/schema": "10.2.3",
"@grafana/tsconfig": "^1.2.0-rc1",
"@mochajs/json-file-reporter": "^1.2.0",
"babel-loader": "9.1.3",
+1 -1
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.3.0-pre",
"version": "10.2.3",
"main": "./index.cjs",
"author": "Grafana Labs",
"license": "Apache-2.0",
+3 -3
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/flamegraph",
"version": "10.3.0-pre",
"version": "10.2.3",
"description": "Grafana flamegraph visualization component",
"keywords": [
"grafana",
@@ -44,8 +44,8 @@
],
"dependencies": {
"@emotion/css": "11.11.2",
"@grafana/data": "10.3.0-pre",
"@grafana/ui": "10.3.0-pre",
"@grafana/data": "10.2.3",
"@grafana/ui": "10.2.3",
"@leeoniya/ufuzzy": "1.0.8",
"d3": "^7.8.5",
"lodash": "4.17.21",
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@grafana/plugin-configs",
"description": "Shared dependencies and files for core plugins",
"private": true,
"version": "10.3.0-pre",
"version": "10.2.3",
"dependencies": {
"tslib": "2.6.0"
},
+4 -4
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "10.3.0-pre",
"version": "10.2.3",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
@@ -37,10 +37,10 @@
"postpack": "mv package.json.bak package.json"
},
"dependencies": {
"@grafana/data": "10.3.0-pre",
"@grafana/e2e-selectors": "10.3.0-pre",
"@grafana/data": "10.2.3",
"@grafana/e2e-selectors": "10.2.3",
"@grafana/faro-web-sdk": "1.2.1",
"@grafana/ui": "10.3.0-pre",
"@grafana/ui": "10.2.3",
"history": "4.10.1",
"lodash": "4.17.21",
"rxjs": "7.8.1",
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/schema",
"version": "10.3.0-pre",
"version": "10.2.3",
"description": "Grafana Schema Library",
"keywords": [
"typescript"
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options {
limit: number;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options extends common.SingleStatBaseOptions {
displayMode: common.BarGaugeDisplayMode;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export enum VizDisplayMode {
Candles = 'candles',
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export enum HorizontalConstraint {
Center = 'center',
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface MetricStat {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options {
selectedSeries: number;
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export type UpdateConfig = {
render: boolean,
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested);
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options extends common.SingleStatBaseOptions {
minVizHeight: number;
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options {
basemap: ui.MapLayerOptions;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export type PyroscopeQueryType = ('metrics' | 'profile' | 'both');
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
/**
* Controls the color mode of the heatmap
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options {
dedupStrategy: common.LogsDedupStrategy;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export enum QueryEditorMode {
Builder = 'builder',
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options {
/**
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface ArcOption {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export type ParcaQueryType = ('metrics' | 'profile' | 'both');
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
/**
* Select the pie chart display style.
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export enum QueryEditorMode {
Builder = 'builder',
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options extends common.SingleStatBaseOptions {
colorMode: common.BigValueColorMode;
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones {
/**
@@ -11,7 +11,7 @@
import * as ui from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options {
/**
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface TempoQuery extends common.DataQuery {
filters: Array<TraceqlFilter>;
@@ -9,7 +9,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export enum TextMode {
Code = 'code',
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export interface Options extends common.OptionsWithTimezones {
legend: common.VizLegendOptions;
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
/**
* Identical to timeseries... except it does not have timezone settings
@@ -11,7 +11,7 @@
import * as common from '@grafana/schema';
export const pluginVersion = "10.3.0-pre";
export const pluginVersion = "10.2.3";
export enum SeriesMapping {
Auto = 'auto',
+4 -4
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/ui",
"version": "10.3.0-pre",
"version": "10.2.3",
"description": "Grafana Components Library",
"keywords": [
"grafana",
@@ -49,10 +49,10 @@
"dependencies": {
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.1",
"@grafana/data": "10.3.0-pre",
"@grafana/e2e-selectors": "10.3.0-pre",
"@grafana/data": "10.2.3",
"@grafana/e2e-selectors": "10.2.3",
"@grafana/faro-web-sdk": "1.2.1",
"@grafana/schema": "10.3.0-pre",
"@grafana/schema": "10.2.3",
"@leeoniya/ufuzzy": "1.0.8",
"@monaco-editor/react": "4.6.0",
"@popperjs/core": "2.11.8",