Compare commits

...

2 Commits

Author SHA1 Message Date
Andreas Christou
1e84fede54 Chore: Update what's new URL (#64) 2023-12-18 14:03:01 +00:00
Andreas Christou
148448b00a Release: Bump version to 10.2.3 (#63) 2023-12-18 12:28:14 +00:00
46 changed files with 90 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
{
"npmClient": "yarn",
"version": "10.3.0-pre"
"version": "10.2.3"
}

View File

@@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"private": true,
"name": "grafana",
"version": "10.3.0-pre",
"version": "10.2.3",
"repository": "github:grafana/grafana",
"scripts": {
"prebuild": "yarn i18n:compile && yarn plugin:build",
@@ -61,7 +61,7 @@
"plugin:build:dev": "lerna run dev --ignore=\"@grafana/*\" --ignore=\"@grafana-plugins/input-datasource\""
},
"grafana": {
"whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-3/",
"whatsNewUrl": "https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-2/",
"releaseNotesUrl": "https://grafana.com/docs/grafana/next/release-notes/"
},
"devDependencies": {

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",

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",

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",

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",

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",

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"
},

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",

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"

View File

@@ -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 {
/**

View File

@@ -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;

View File

@@ -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 {
/**

View File

@@ -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;

View File

@@ -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',

View File

@@ -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',

View File

@@ -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 {
/**

View File

@@ -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 {
/**

View File

@@ -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;

View File

@@ -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,

View File

@@ -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);

View File

@@ -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;

View File

@@ -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;

View File

@@ -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');

View File

@@ -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

View File

@@ -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 {
/**

View File

@@ -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;

View File

@@ -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',

View File

@@ -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 {
/**

View File

@@ -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 {
/**

View File

@@ -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');

View File

@@ -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.

View File

@@ -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',

View File

@@ -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;

View File

@@ -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 {
/**

View File

@@ -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 {
/**

View File

@@ -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 {
/**

View File

@@ -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>;

View File

@@ -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',

View File

@@ -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;

View File

@@ -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

View File

@@ -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',

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",

View File

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

View File

@@ -2,14 +2,14 @@
"name": "@grafana-plugins/grafana-testdata-datasource",
"description": "Generates test data in different forms",
"private": true,
"version": "10.3.0-pre",
"version": "10.2.3",
"dependencies": {
"@emotion/css": "11.11.2",
"@grafana/data": "10.3.0-pre",
"@grafana/data": "10.2.3",
"@grafana/experimental": "1.7.0",
"@grafana/runtime": "10.3.0-pre",
"@grafana/schema": "10.3.0-pre",
"@grafana/ui": "10.3.0-pre",
"@grafana/runtime": "10.2.3",
"@grafana/schema": "10.2.3",
"@grafana/ui": "10.2.3",
"lodash": "4.17.21",
"react": "18.2.0",
"react-use": "17.4.0",
@@ -17,8 +17,8 @@
"tslib": "2.6.0"
},
"devDependencies": {
"@grafana/e2e-selectors": "10.3.0-pre",
"@grafana/plugin-configs": "10.3.0-pre",
"@grafana/e2e-selectors": "10.2.3",
"@grafana/plugin-configs": "10.2.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.4",

View File

@@ -2855,13 +2855,13 @@ __metadata:
resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource"
dependencies:
"@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:10.3.0-pre"
"@grafana/e2e-selectors": "npm:10.3.0-pre"
"@grafana/data": "npm:10.2.3"
"@grafana/e2e-selectors": "npm:10.2.3"
"@grafana/experimental": "npm:1.7.0"
"@grafana/plugin-configs": "npm:10.3.0-pre"
"@grafana/runtime": "npm:10.3.0-pre"
"@grafana/schema": "npm:10.3.0-pre"
"@grafana/ui": "npm:10.3.0-pre"
"@grafana/plugin-configs": "npm:10.2.3"
"@grafana/runtime": "npm:10.2.3"
"@grafana/schema": "npm:10.2.3"
"@grafana/ui": "npm:10.2.3"
"@testing-library/react": "npm:14.0.0"
"@testing-library/user-event": "npm:14.5.1"
"@types/jest": "npm:29.5.4"
@@ -2885,9 +2885,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@grafana-plugins/input-datasource@workspace:plugins-bundled/internal/input-datasource"
dependencies:
"@grafana/data": "npm:10.3.0-pre"
"@grafana/data": "npm:10.2.3"
"@grafana/tsconfig": "npm:^1.2.0-rc1"
"@grafana/ui": "npm:10.3.0-pre"
"@grafana/ui": "npm:10.2.3"
"@types/jest": "npm:26.0.15"
"@types/react": "npm:18.0.28"
copy-webpack-plugin: "npm:11.0.0"
@@ -2923,12 +2923,12 @@ __metadata:
languageName: node
linkType: hard
"@grafana/data@npm:10.3.0-pre, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data":
"@grafana/data@npm:10.2.3, @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": "npm:6.0.2"
"@grafana/schema": "npm:10.3.0-pre"
"@grafana/schema": "npm:10.2.3"
"@grafana/tsconfig": "npm:^1.2.0-rc1"
"@rollup/plugin-commonjs": "npm:25.0.2"
"@rollup/plugin-json": "npm:6.0.0"
@@ -2999,7 +2999,7 @@ __metadata:
languageName: node
linkType: hard
"@grafana/e2e-selectors@npm:10.3.0-pre, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors":
"@grafana/e2e-selectors@npm:10.2.3, @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:
@@ -3025,8 +3025,8 @@ __metadata:
"@babel/core": "npm:7.23.2"
"@babel/preset-env": "npm:7.23.2"
"@cypress/webpack-preprocessor": "npm:5.17.1"
"@grafana/e2e-selectors": "npm:10.3.0-pre"
"@grafana/schema": "npm:10.3.0-pre"
"@grafana/e2e-selectors": "npm:10.2.3"
"@grafana/schema": "npm:10.2.3"
"@grafana/tsconfig": "npm:^1.2.0-rc1"
"@mochajs/json-file-reporter": "npm:^1.2.0"
"@rollup/plugin-node-resolve": "npm:15.2.3"
@@ -3166,9 +3166,9 @@ __metadata:
"@babel/preset-env": "npm:7.23.2"
"@babel/preset-react": "npm:7.22.5"
"@emotion/css": "npm:11.11.2"
"@grafana/data": "npm:10.3.0-pre"
"@grafana/data": "npm:10.2.3"
"@grafana/tsconfig": "npm:^1.2.0-rc1"
"@grafana/ui": "npm:10.3.0-pre"
"@grafana/ui": "npm:10.2.3"
"@leeoniya/ufuzzy": "npm:1.0.8"
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@testing-library/jest-dom": "npm:^6.1.2"
@@ -3242,7 +3242,7 @@ __metadata:
languageName: node
linkType: hard
"@grafana/plugin-configs@npm:10.3.0-pre, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
"@grafana/plugin-configs@npm:10.2.3, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs":
version: 0.0.0-use.local
resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs"
dependencies:
@@ -3258,15 +3258,15 @@ __metadata:
languageName: unknown
linkType: soft
"@grafana/runtime@npm:10.3.0-pre, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
"@grafana/runtime@npm:10.2.3, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime":
version: 0.0.0-use.local
resolution: "@grafana/runtime@workspace:packages/grafana-runtime"
dependencies:
"@grafana/data": "npm:10.3.0-pre"
"@grafana/e2e-selectors": "npm:10.3.0-pre"
"@grafana/data": "npm:10.2.3"
"@grafana/e2e-selectors": "npm:10.2.3"
"@grafana/faro-web-sdk": "npm:1.2.1"
"@grafana/tsconfig": "npm:^1.2.0-rc1"
"@grafana/ui": "npm:10.3.0-pre"
"@grafana/ui": "npm:10.2.3"
"@rollup/plugin-commonjs": "npm:25.0.2"
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@testing-library/dom": "npm:9.3.3"
@@ -3320,7 +3320,7 @@ __metadata:
languageName: node
linkType: hard
"@grafana/schema@npm:10.3.0-pre, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
"@grafana/schema@npm:10.2.3, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema":
version: 0.0.0-use.local
resolution: "@grafana/schema@workspace:packages/grafana-schema"
dependencies:
@@ -3354,17 +3354,17 @@ __metadata:
languageName: node
linkType: hard
"@grafana/ui@npm:10.3.0-pre, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui":
"@grafana/ui@npm:10.2.3, @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": "npm:7.23.2"
"@emotion/css": "npm:11.11.2"
"@emotion/react": "npm:11.11.1"
"@grafana/data": "npm:10.3.0-pre"
"@grafana/e2e-selectors": "npm:10.3.0-pre"
"@grafana/data": "npm:10.2.3"
"@grafana/e2e-selectors": "npm:10.2.3"
"@grafana/faro-web-sdk": "npm:1.2.1"
"@grafana/schema": "npm:10.3.0-pre"
"@grafana/schema": "npm:10.2.3"
"@grafana/tsconfig": "npm:^1.2.0-rc1"
"@leeoniya/ufuzzy": "npm:1.0.8"
"@monaco-editor/react": "npm:4.6.0"