From 69a1878cfa76ac62e1338717410b29988b0e35e6 Mon Sep 17 00:00:00 2001 From: NestorEncinas Date: Tue, 5 Mar 2024 12:25:39 +0100 Subject: [PATCH 1/7] fix: date filter config overlay small screens JIRA: LX-79 --- .../DateFilterBody/DateFilterBody.tsx | 17 ++++++++++++----- .../tests/DateFilterBody.test.tsx | 8 ++++++-- .../styles/scss/components/DateFilterBody.scss | 6 +++++- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/libs/sdk-ui-filters/src/DateFilter/DateFilterBody/DateFilterBody.tsx b/libs/sdk-ui-filters/src/DateFilter/DateFilterBody/DateFilterBody.tsx index 079566c6399..4fb6f1eed62 100644 --- a/libs/sdk-ui-filters/src/DateFilter/DateFilterBody/DateFilterBody.tsx +++ b/libs/sdk-ui-filters/src/DateFilter/DateFilterBody/DateFilterBody.tsx @@ -1,4 +1,4 @@ -// (C) 2007-2022 GoodData Corporation +// (C) 2007-2024 GoodData Corporation import React from "react"; import isEmpty from "lodash/isEmpty.js"; import cx from "classnames"; @@ -38,6 +38,7 @@ const ACTIONS_BUTTONS_HEIGHT = 53; const EXCLUDE_OPEN_PERIOD_HEIGHT = 30; // height of 'Exclude open period' checkbox component const MARGIN_BOTTOM = 8; const MOBILE_WIDTH = 414; // iPhone 11 Pro Max +const SMALL_SCREEN_HEIGHT = 640; export interface IDateFilterBodyProps { dateFormat: string; @@ -175,6 +176,7 @@ export class DateFilterBody extends React.Component + {this.renderDefaultContent()} )} @@ -433,4 +432,12 @@ export class DateFilterBody extends React.Component { + if (window.innerHeight <= SMALL_SCREEN_HEIGHT) { + return "gd-extended-date-filter-body-scrollable-small-screen"; + } + + return "gd-extended-date-filter-body-scrollable"; + }; } diff --git a/libs/sdk-ui-filters/src/DateFilter/DateFilterBody/tests/DateFilterBody.test.tsx b/libs/sdk-ui-filters/src/DateFilter/DateFilterBody/tests/DateFilterBody.test.tsx index 62fc6e6dc72..330851f3536 100644 --- a/libs/sdk-ui-filters/src/DateFilter/DateFilterBody/tests/DateFilterBody.test.tsx +++ b/libs/sdk-ui-filters/src/DateFilter/DateFilterBody/tests/DateFilterBody.test.tsx @@ -1,4 +1,4 @@ -// (C) 2019-2023 GoodData Corporation +// (C) 2019-2024 GoodData Corporation import React from "react"; import { render, screen } from "@testing-library/react"; import { DEFAULT_DATE_FORMAT } from "../../constants/Platform.js"; @@ -84,7 +84,11 @@ describe("ExtendedDateFilterBody", () => { }; const getBodyScroller = () => { - return document.querySelector(".gd-extended-date-filter-body-scrollable"); + const bodyScrollerClass = + window.innerHeight <= 640 + ? ".gd-extended-date-filter-body-scrollable-small-screen" + : ".gd-extended-date-filter-body-scrollable"; + return document.querySelector(bodyScrollerClass); }; it("should not resize body wrapper and scroller", () => { diff --git a/libs/sdk-ui-filters/styles/scss/components/DateFilterBody.scss b/libs/sdk-ui-filters/styles/scss/components/DateFilterBody.scss index c496893f0b0..31c2d7e3456 100644 --- a/libs/sdk-ui-filters/styles/scss/components/DateFilterBody.scss +++ b/libs/sdk-ui-filters/styles/scss/components/DateFilterBody.scss @@ -1,4 +1,4 @@ -// (C) 2019-2021 GoodData Corporation +// (C) 2019-2024 GoodData Corporation @use "sass:color"; @use "@gooddata/sdk-ui-kit/styles/scss/variables"; @@ -164,4 +164,8 @@ &-body-scrollable { min-height: 350px; // This makes sure date-picker and relative-form select is not clipped when not enought presets are visible } + + &-body-scrollable-small-screen { + max-height: 350px; + } } From 14a2aea1843b1dee2f8923de2425edc6ae26056f Mon Sep 17 00:00:00 2001 From: git-action Date: Tue, 5 Mar 2024 11:47:06 +0000 Subject: [PATCH 2/7] chore: bump versions to 9.8.0-beta.6 TRIVIAL --- common/config/rush/version-policies.json | 4 ++-- .../sdk-interactive-examples/examples-template/package.json | 2 +- .../examples/example-attributefilter/package.json | 2 +- .../examples/example-chartconfig/package.json | 2 +- .../examples/example-columnchart/package.json | 2 +- .../examples/example-combochart/package.json | 2 +- .../examples/example-dashboard/package.json | 2 +- .../examples/example-datefilter/package.json | 2 +- .../examples/example-dependentfilters/package.json | 2 +- .../examples/example-execute/package.json | 2 +- .../examples/example-granularity/package.json | 2 +- .../examples/example-headline/package.json | 2 +- .../examples/example-pivottable/package.json | 2 +- .../examples/example-relativedatefilter/package.json | 2 +- examples/sdk-interactive-examples/package.json | 2 +- libs/api-client-bear/package.json | 2 +- libs/api-client-tiger/package.json | 2 +- libs/api-model-bear/package.json | 2 +- libs/sdk-backend-base/package.json | 2 +- libs/sdk-backend-bear/package.json | 2 +- libs/sdk-backend-mockingbird/package.json | 2 +- libs/sdk-backend-spi/package.json | 2 +- libs/sdk-backend-tiger/package.json | 2 +- libs/sdk-embedding/package.json | 2 +- libs/sdk-model/package.json | 2 +- libs/sdk-ui-all/package.json | 2 +- libs/sdk-ui-charts/package.json | 2 +- libs/sdk-ui-dashboard/package.json | 2 +- libs/sdk-ui-ext/package.json | 2 +- libs/sdk-ui-filters/package.json | 2 +- libs/sdk-ui-geo/package.json | 2 +- libs/sdk-ui-kit/package.json | 2 +- libs/sdk-ui-loaders/package.json | 2 +- libs/sdk-ui-pivot/package.json | 2 +- libs/sdk-ui-theme-provider/package.json | 2 +- libs/sdk-ui-vis-commons/package.json | 2 +- libs/sdk-ui/package.json | 2 +- libs/util/package.json | 2 +- tools/app-toolkit/package.json | 2 +- tools/catalog-export/package.json | 2 +- tools/experimental-workspace/package.json | 2 +- tools/i18n-toolkit/package.json | 2 +- tools/live-examples-workspace/package.json | 2 +- tools/mock-handling/package.json | 2 +- tools/plugin-toolkit/package.json | 2 +- tools/reference-workspace/package.json | 2 +- 46 files changed, 47 insertions(+), 47 deletions(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 9e2065fd550..3782aab1944 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -12,14 +12,14 @@ { "definitionName": "lockStepVersion", "policyName": "sdk", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "nextBump": "prerelease", "mainProject": "@gooddata/sdk-ui-all" }, { "definitionName": "lockStepVersion", "policyName": "sdk-examples", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "nextBump": "prerelease", "mainProject": "@gooddata/sdk-interactive-examples" } diff --git a/examples/sdk-interactive-examples/examples-template/package.json b/examples/sdk-interactive-examples/examples-template/package.json index 37db612905c..8da1fd546b3 100644 --- a/examples/sdk-interactive-examples/examples-template/package.json +++ b/examples/sdk-interactive-examples/examples-template/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-examples-template", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "GoodData interactive example template", "description": "GoodData interactive example template", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-attributefilter/package.json b/examples/sdk-interactive-examples/examples/example-attributefilter/package.json index 3b0b33050fc..e0f65c51bcf 100644 --- a/examples/sdk-interactive-examples/examples/example-attributefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-attributefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-attributefilter", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "Attribute Filter Example", "description": "This example demonstrates how to use the AttributeFilter component to filter data in a visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-chartconfig/package.json b/examples/sdk-interactive-examples/examples/example-chartconfig/package.json index b1d48406ced..d02031204e4 100644 --- a/examples/sdk-interactive-examples/examples/example-chartconfig/package.json +++ b/examples/sdk-interactive-examples/examples/example-chartconfig/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-chartconfig", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "Chart config manipulation", "description": "This interactive example demonstrates how to manipulate the chart config.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-columnchart/package.json b/examples/sdk-interactive-examples/examples/example-columnchart/package.json index 53729b1fe8d..c536f750d06 100644 --- a/examples/sdk-interactive-examples/examples/example-columnchart/package.json +++ b/examples/sdk-interactive-examples/examples/example-columnchart/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-columnchart", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "ColumnChart", "description": "This example demonstrates the usage of the ColumnChart component with the viewBy and stackBy properties.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-combochart/package.json b/examples/sdk-interactive-examples/examples/example-combochart/package.json index 55e65938f21..bd5875f017e 100644 --- a/examples/sdk-interactive-examples/examples/example-combochart/package.json +++ b/examples/sdk-interactive-examples/examples/example-combochart/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-combochart", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "ComboChart", "description": "Example demonstrates ComboChart secondaryMeasures definition. ", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-dashboard/package.json b/examples/sdk-interactive-examples/examples/example-dashboard/package.json index 4aa7ee1bf86..f43d4f19bdd 100644 --- a/examples/sdk-interactive-examples/examples/example-dashboard/package.json +++ b/examples/sdk-interactive-examples/examples/example-dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-dashboard", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "Dashboard component", "description": "This example shows how to use the Dashboard component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-datefilter/package.json b/examples/sdk-interactive-examples/examples/example-datefilter/package.json index 76223a5cedc..9b11388ada8 100644 --- a/examples/sdk-interactive-examples/examples/example-datefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-datefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-datefilter", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "DateFilter", "description": "Example demonstrates usage of Date Filter component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json b/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json index 5eeca190399..27eecb3eabc 100644 --- a/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json +++ b/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-dependentfilters", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "Dependent Filters Example", "description": "This example demonstrates how to use multiple attribute filters linked together to filter data in a visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-execute/package.json b/examples/sdk-interactive-examples/examples/example-execute/package.json index d5cab5bdbd1..646aeffe49e 100644 --- a/examples/sdk-interactive-examples/examples/example-execute/package.json +++ b/examples/sdk-interactive-examples/examples/example-execute/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-execute", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "Execute", "description": "This example demonstrates using Execute component and build custom visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-granularity/package.json b/examples/sdk-interactive-examples/examples/example-granularity/package.json index 0ae442c1710..48a7324fe7b 100644 --- a/examples/sdk-interactive-examples/examples/example-granularity/package.json +++ b/examples/sdk-interactive-examples/examples/example-granularity/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-granularity", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "Granularity", "description": "This example exmplains DateFilter granularity ", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-headline/package.json b/examples/sdk-interactive-examples/examples/example-headline/package.json index f3e2dcbe077..3fe02886bbb 100644 --- a/examples/sdk-interactive-examples/examples/example-headline/package.json +++ b/examples/sdk-interactive-examples/examples/example-headline/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-headline", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "Headline", "description": "This example shows how to use the Headline component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-pivottable/package.json b/examples/sdk-interactive-examples/examples/example-pivottable/package.json index 03769ad92f5..0f57caa81cf 100644 --- a/examples/sdk-interactive-examples/examples/example-pivottable/package.json +++ b/examples/sdk-interactive-examples/examples/example-pivottable/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-pivottable", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "PivotTable", "description": "Basic PivotTable manipulation.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json b/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json index fbe57b936cb..e8579d8dbbf 100644 --- a/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-relativedatefilter", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "title": "RelativeDateFilter", "description": "Example demonstrates how to set relative DateFilter for visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/package.json b/examples/sdk-interactive-examples/package.json index 3d87eed86e2..cdfb4837430 100644 --- a/examples/sdk-interactive-examples/package.json +++ b/examples/sdk-interactive-examples/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-examples", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData React interactive examples", "license": "LicenseRef-LICENSE", "author": "GoodData Corporation", diff --git a/libs/api-client-bear/package.json b/libs/api-client-bear/package.json index b5b9b03ebeb..d1821dd7b9f 100644 --- a/libs/api-client-bear/package.json +++ b/libs/api-client-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-client-bear", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "API Client for the GoodData platform", "repository": { diff --git a/libs/api-client-tiger/package.json b/libs/api-client-tiger/package.json index 10f21c0ff27..d66c35392e9 100644 --- a/libs/api-client-tiger/package.json +++ b/libs/api-client-tiger/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-client-tiger", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "API Client for GoodData Cloud and GoodData.CN", "repository": { diff --git a/libs/api-model-bear/package.json b/libs/api-model-bear/package.json index c5ac8b11a19..40a165f4770 100644 --- a/libs/api-model-bear/package.json +++ b/libs/api-model-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-model-bear", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "TypeScript definition files for GoodData platform", "repository": { "type": "git", diff --git a/libs/sdk-backend-base/package.json b/libs/sdk-backend-base/package.json index f92a8610245..ecc26040f80 100644 --- a/libs/sdk-backend-base/package.json +++ b/libs/sdk-backend-base/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-base", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData.UI SDK - Base for backend implementations", "repository": { diff --git a/libs/sdk-backend-bear/package.json b/libs/sdk-backend-bear/package.json index 617330cfb5c..cac85e67405 100644 --- a/libs/sdk-backend-bear/package.json +++ b/libs/sdk-backend-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-bear", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData Backend SPI implementation for the GoodData platform", "repository": { diff --git a/libs/sdk-backend-mockingbird/package.json b/libs/sdk-backend-mockingbird/package.json index d0423921d8b..250c986e9c4 100644 --- a/libs/sdk-backend-mockingbird/package.json +++ b/libs/sdk-backend-mockingbird/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-mockingbird", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "Mock GoodData Backend SPI implementation", "repository": { diff --git a/libs/sdk-backend-spi/package.json b/libs/sdk-backend-spi/package.json index 219b61382c2..c1632d6b23b 100644 --- a/libs/sdk-backend-spi/package.json +++ b/libs/sdk-backend-spi/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-spi", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData Backend SPI abstraction interfaces", "repository": { diff --git a/libs/sdk-backend-tiger/package.json b/libs/sdk-backend-tiger/package.json index c4fa052d2c3..3ab29ed9022 100644 --- a/libs/sdk-backend-tiger/package.json +++ b/libs/sdk-backend-tiger/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-tiger", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN", "repository": { diff --git a/libs/sdk-embedding/package.json b/libs/sdk-embedding/package.json index b6d3829791b..d2c063807c9 100644 --- a/libs/sdk-embedding/package.json +++ b/libs/sdk-embedding/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-embedding", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData Embedding APIs", "repository": { diff --git a/libs/sdk-model/package.json b/libs/sdk-model/package.json index 2ac76798fb6..be09ebacfa0 100644 --- a/libs/sdk-model/package.json +++ b/libs/sdk-model/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-model", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations", "repository": { diff --git a/libs/sdk-ui-all/package.json b/libs/sdk-ui-all/package.json index 14bc09f5077..e41bd00f273 100644 --- a/libs/sdk-ui-all/package.json +++ b/libs/sdk-ui-all/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-all", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData SDK - All-In-One", "repository": { diff --git a/libs/sdk-ui-charts/package.json b/libs/sdk-ui-charts/package.json index f07de00ad82..49585787261 100644 --- a/libs/sdk-ui-charts/package.json +++ b/libs/sdk-ui-charts/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-charts", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData.UI SDK - Charts", "repository": { "type": "git", diff --git a/libs/sdk-ui-dashboard/package.json b/libs/sdk-ui-dashboard/package.json index 78e1d6b7072..53153f14dfc 100644 --- a/libs/sdk-ui-dashboard/package.json +++ b/libs/sdk-ui-dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-dashboard", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData SDK - Dashboard Component", "repository": { "type": "git", diff --git a/libs/sdk-ui-ext/package.json b/libs/sdk-ui-ext/package.json index 304120cc4da..a8ffafe5298 100644 --- a/libs/sdk-ui-ext/package.json +++ b/libs/sdk-ui-ext/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-ext", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData.UI SDK - Extensions", "repository": { "type": "git", diff --git a/libs/sdk-ui-filters/package.json b/libs/sdk-ui-filters/package.json index 903157d88fb..04a280a6717 100644 --- a/libs/sdk-ui-filters/package.json +++ b/libs/sdk-ui-filters/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-filters", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData.UI SDK - Filter Components", "repository": { "type": "git", diff --git a/libs/sdk-ui-geo/package.json b/libs/sdk-ui-geo/package.json index 62c5f003ef6..5d6d90ff15a 100644 --- a/libs/sdk-ui-geo/package.json +++ b/libs/sdk-ui-geo/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-geo", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData.UI SDK - Geo Charts", "repository": { "type": "git", diff --git a/libs/sdk-ui-kit/package.json b/libs/sdk-ui-kit/package.json index ccce847b994..d6e056042e5 100644 --- a/libs/sdk-ui-kit/package.json +++ b/libs/sdk-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-kit", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData SDK - UI Building Components", "repository": { "type": "git", diff --git a/libs/sdk-ui-loaders/package.json b/libs/sdk-ui-loaders/package.json index fa2b0d196ed..3281a13b53d 100644 --- a/libs/sdk-ui-loaders/package.json +++ b/libs/sdk-ui-loaders/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-loaders", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData SDK Runtime Component Loaders", "repository": { "type": "git", diff --git a/libs/sdk-ui-pivot/package.json b/libs/sdk-ui-pivot/package.json index f08558e2ac9..ab6c77aa021 100644 --- a/libs/sdk-ui-pivot/package.json +++ b/libs/sdk-ui-pivot/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-pivot", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData.UI SDK - Pivot Table", "repository": { "type": "git", diff --git a/libs/sdk-ui-theme-provider/package.json b/libs/sdk-ui-theme-provider/package.json index 63221e60059..1852ca8f97a 100644 --- a/libs/sdk-ui-theme-provider/package.json +++ b/libs/sdk-ui-theme-provider/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-theme-provider", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData SDK - Theme provider", "repository": { "type": "git", diff --git a/libs/sdk-ui-vis-commons/package.json b/libs/sdk-ui-vis-commons/package.json index c0618345d30..246229a995d 100644 --- a/libs/sdk-ui-vis-commons/package.json +++ b/libs/sdk-ui-vis-commons/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-vis-commons", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData.UI SDK - common functionality for different types of visualizations", "repository": { "type": "git", diff --git a/libs/sdk-ui/package.json b/libs/sdk-ui/package.json index 42ecd22048b..bbc83e902ae 100644 --- a/libs/sdk-ui/package.json +++ b/libs/sdk-ui/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "description": "GoodData.UI SDK - Core", "repository": { "type": "git", diff --git a/libs/util/package.json b/libs/util/package.json index 2070a6988d4..a63f1fa366b 100644 --- a/libs/util/package.json +++ b/libs/util/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/util", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData Utility Functions", "repository": { diff --git a/tools/app-toolkit/package.json b/tools/app-toolkit/package.json index 35fe46101a6..07fc5e9eb21 100644 --- a/tools/app-toolkit/package.json +++ b/tools/app-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/app-toolkit", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "CLI with useful tools for creating and maintaining GoodData web applications.", "repository": { diff --git a/tools/catalog-export/package.json b/tools/catalog-export/package.json index 2ea5cb91ebe..fb4ccac4b9e 100644 --- a/tools/catalog-export/package.json +++ b/tools/catalog-export/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/catalog-export", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData SDK Catalog Export tooling", "repository": { diff --git a/tools/experimental-workspace/package.json b/tools/experimental-workspace/package.json index e2c11ab877a..d2d3fba84b1 100644 --- a/tools/experimental-workspace/package.json +++ b/tools/experimental-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/experimental-workspace", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData SDK - Experimental workspace for features in dev", "repository": { diff --git a/tools/i18n-toolkit/package.json b/tools/i18n-toolkit/package.json index 721322551d2..03a7e115bcf 100644 --- a/tools/i18n-toolkit/package.json +++ b/tools/i18n-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/i18n-toolkit", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "Localization validator to validate localization complexity and intl and html format.", "repository": { diff --git a/tools/live-examples-workspace/package.json b/tools/live-examples-workspace/package.json index 002436dc9f0..5cd95ce7572 100644 --- a/tools/live-examples-workspace/package.json +++ b/tools/live-examples-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/live-examples-workspace", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData SDK - Live examples workspace for tests", "repository": { diff --git a/tools/mock-handling/package.json b/tools/mock-handling/package.json index a8edfbd1cf1..ea3fa755f34 100644 --- a/tools/mock-handling/package.json +++ b/tools/mock-handling/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/mock-handling", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData SDK Mock data capture and management tool", "repository": { diff --git a/tools/plugin-toolkit/package.json b/tools/plugin-toolkit/package.json index 85ec7dbb066..d8c9938c844 100644 --- a/tools/plugin-toolkit/package.json +++ b/tools/plugin-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/plugin-toolkit", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData Set of Tools for working with Plugins", "repository": { diff --git a/tools/reference-workspace/package.json b/tools/reference-workspace/package.json index 26b0f539fe4..54e8d356e3b 100644 --- a/tools/reference-workspace/package.json +++ b/tools/reference-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/reference-workspace", - "version": "9.8.0-beta.5", + "version": "9.8.0-beta.6", "author": "GoodData", "description": "GoodData SDK - Reference Workspace for tests", "repository": { From bcef47574d2de1d759d19346f83ead4ade57cba9 Mon Sep 17 00:00:00 2001 From: ivanmjartan Date: Tue, 5 Mar 2024 14:14:36 +0100 Subject: [PATCH 3/7] chore: fix webcomponents on release JIRA: STL-248 --- .github/workflows/post-merge-pipeline.yml | 250 ++++++++++------------ 1 file changed, 113 insertions(+), 137 deletions(-) diff --git a/.github/workflows/post-merge-pipeline.yml b/.github/workflows/post-merge-pipeline.yml index bdfd3a17007..0b27b1eeb82 100644 --- a/.github/workflows/post-merge-pipeline.yml +++ b/.github/workflows/post-merge-pipeline.yml @@ -1,147 +1,123 @@ # (C) 2023 GoodData Corporation - name: Push ~ Build web component's container image on: - push: - branches: ["master", "release", "hotfix/tiger", "hotfix/panther", "fast_track"] + push: + branches: ["master", "release", "hotfix/tiger", "hotfix/panther", "fast_track"] concurrency: - group: ${{ github.ref }} - cancel-in-progress: true + group: ${{ github.ref }} + cancel-in-progress: true env: - WEB_COMPONENTS_DIR: libs/sdk-ui-web-components + WEB_COMPONENTS_DIR: libs/sdk-ui-web-components jobs: - build-web-components: - # there has to be | and if needs to be at new line because : breaks the yaml parser - if: | - ${{ startsWith(github.event.head_commit.message, 'Release ') || startsWith(github.event.head_commit.message,'chore: bump versions to') }} - runs-on: [infra1-medium] # need the bigger runner than small because Web component build consume more resource - permissions: - contents: read - id-token: write - container: - image: 020413372491.dkr.ecr.us-east-1.amazonaws.com/3rdparty/library/node:18 - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - name: Add repository to git safe directories to avoid dubious ownership issue - run: git config --global --add safe.directory $GITHUB_WORKSPACE - - name: Cache pnpm dependencies - id: cache-pnpm - uses: actions/cache@v3 - with: - key: web-components-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} - path: | - common/temp/node_modules - common/temp/pnpm-store - - name: Run build web components app - run: | - npm i -g @microsoft/rush - rush install - rush build --to @gooddata/sdk-ui-web-components - tar czvf ./libs/sdk-ui-web-components/web-components.tar.gz -C ./$WEB_COMPONENTS_DIR/esm . - - name: Archive the build artifact - uses: actions/upload-artifact@v3 - with: - name: web-components-artifact - path: ./${{ env.WEB_COMPONENTS_DIR }}/web-components.tar.gz - docker-build-web-components: - runs-on: [infra1-small] - needs: [build-web-components] - permissions: - contents: read - packages: write - id-token: write - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - name: Set SHORT SHA and BRANCH ESCAPE REF NAME to ENV Variable to use for image tag later - run: | - echo "GITHUB_SHORT_SHA=${GITHUB_SHA::8}" >> $GITHUB_ENV - echo "GITHUB_ESCAPE_REF_NAME=${GITHUB_REF_NAME/\//-}" >> $GITHUB_ENV - - name: Set up QEMU to add multiplatform support - uses: docker/setup-qemu-action@v2 - - name: Create docker context - run: | - docker context create builder - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - with: - endpoint: builder - - name: Get Vault secrets for ECR - uses: hashicorp/vault-action@v2 - with: - url: "https://vault.ord1.infra.intgdc.com" - method: jwt - path: jwt/github - role: ecr-push - secrets: | - secret/data/v2/data-special/infra1-user-ecr-rw aws_ecr_access_key | AWS_ACCESS_KEY ; - secret/data/v2/data-special/infra1-user-ecr-rw aws_ecr_secret_key | AWS_SECRET_KEY ; - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 - with: - aws-access-key-id: ${{ env.AWS_ACCESS_KEY }} - aws-secret-access-key: ${{ env.AWS_SECRET_KEY }} - aws-region: us-east-1 - - name: Login to Amazon ECR - id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 - - uses: actions/download-artifact@v3 - with: - name: web-components-artifact - path: ./${{ env.WEB_COMPONENTS_DIR }} - - name: Docker build and push image - uses: docker/build-push-action@v4 - with: - context: ./${{ env.WEB_COMPONENTS_DIR }} - file: ./${{ env.WEB_COMPONENTS_DIR }}/Dockerfile - platforms: | - linux/amd64 - linux/arm64 - push: true - tags: | - 020413372491.dkr.ecr.us-east-1.amazonaws.com/nas-testing/${{ github.event.repository.name }}:${{ env.GITHUB_ESCAPE_REF_NAME }} - 020413372491.dkr.ecr.us-east-1.amazonaws.com/nas-testing/${{ github.event.repository.name }}:${{ env.GITHUB_SHORT_SHA }} - outputs: - github_short_sha: ${{ env.GITHUB_SHORT_SHA }} - generate-update: - runs-on: [infra1-small] - permissions: - contents: read - id-token: write - needs: [docker-build-web-components] - container: - image: 020413372491.dkr.ecr.us-east-1.amazonaws.com/infra/tools:3.5.0 - steps: - - name: Checkout repository - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Add repository to git safe directories to void dubious ownership issue - run: git config --global --add safe.directory $GITHUB_WORKSPACE - - name: Get the commit before SHA - run: echo "GITHUB_COMMIT_BEFORE_SHA=$(git rev-parse HEAD^)" >> $GITHUB_ENV - - name: Get Vault secrets for creating MR to gdc-nas gitlab project - uses: hashicorp/vault-action@v2 - with: - url: "https://vault.ord1.infra.intgdc.com" - method: jwt - path: jwt/github - role: front-end - secrets: | - secret/data/v3/int/github/github-runner-gitlab-token gitlab_approver_token | GITLAB_APPROVER_TOKEN ; - secret/data/v3/int/github/github-runner-gitlab-token gitlab_merger_token | GITLAB_MERGER_TOKEN ; - - name: Generate MR with a new version of web-components image to gdc-nas - run: /scripts/update_ext_image_version.py web-components - env: - CI_API_V4_URL: https://gitlab.com/api/v4 - CI_PROJECT_NAME: ${{ github.event.repository.name }} - CI_COMMIT_SHORT_SHA: ${{ needs.docker-build-web-components.outputs.github_short_sha }} - CI_COMMIT_BEFORE_SHA: ${{ env.GITHUB_COMMIT_BEFORE_SHA }} - CI_COMMIT_BRANCH: ${{ github.ref_name }} - GITLAB_APPROVER_TOKEN: ${{ env.GITLAB_APPROVER_TOKEN }} - GITLAB_MERGER_TOKEN: ${{ env.GITLAB_MERGER_TOKEN }} + build-web-components: + if: ${{ startsWith(github.event.head_commit.message, 'Release ') || startsWith(github.event.head_commit.message, format('chore{0} bump versions to', ':')) }} + runs-on: [infra1-medium] # need the bigger runner than small because Web component build consume more resource + permissions: + contents: read + id-token: write + container: + image: 020413372491.dkr.ecr.us-east-1.amazonaws.com/3rdparty/library/node:18 + steps: + - name: Checkout repository + uses: actions/checkout@v3 + - name: Add repository to git safe directories to avoid dubious ownership issue + run: git config --global --add safe.directory $GITHUB_WORKSPACE + - name: Cache pnpm dependencies + id: cache-pnpm + uses: actions/cache@v3 + with: + key: web-components-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} + path: | + common/temp/node_modules + common/temp/pnpm-store + - name: Run build web components app + run: | + npm i -g @microsoft/rush + rush install + rush build --to @gooddata/sdk-ui-web-components + tar czvf ./libs/sdk-ui-web-components/web-components.tar.gz -C ./$WEB_COMPONENTS_DIR/esm . + - name: Archive the build artifact + uses: actions/upload-artifact@v3 + with: + name: web-components-artifact + path: ./${{ env.WEB_COMPONENTS_DIR }}/web-components.tar.gz + docker-build-web-components: + runs-on: [infra1-small] + needs: [build-web-components] + permissions: + contents: read + packages: write + id-token: write + steps: + - name: Checkout repository + uses: actions/checkout@v3 + - name: Set SHORT SHA and BRANCH ESCAPE REF NAME to ENV Variable to use for image tag later + run: | + echo "GITHUB_SHORT_SHA=${GITHUB_SHA::8}" >> $GITHUB_ENV + echo "GITHUB_ESCAPE_REF_NAME=${GITHUB_REF_NAME/\//-}" >> $GITHUB_ENV + - name: Set up QEMU to add multiplatform support + uses: docker/setup-qemu-action@v2 + - name: Create docker context + run: | + docker context create builder + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + with: + endpoint: builder + - name: Get Vault secrets for ECR + uses: hashicorp/vault-action@v2 + with: + url: "https://vault.ord1.infra.intgdc.com" + method: jwt + path: jwt/github + role: ecr-push + secrets: | + secret/data/v2/data-special/infra1-user-ecr-rw aws_ecr_access_key | AWS_ACCESS_KEY ; + secret/data/v2/data-special/infra1-user-ecr-rw aws_ecr_secret_key | AWS_SECRET_KEY ; + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@v2 + with: + aws-access-key-id: ${{ env.AWS_ACCESS_KEY }} + aws-secret-access-key: ${{ env.AWS_SECRET_KEY }} + aws-region: us-east-1 + - name: Login to Amazon ECR + id: login-ecr + uses: aws-actions/amazon-ecr-login@v1 + - uses: actions/download-artifact@v3 + with: + name: web-components-artifact + path: ./${{ env.WEB_COMPONENTS_DIR }} + - name: Docker build and push image + uses: docker/build-push-action@v4 + with: + context: ./${{ env.WEB_COMPONENTS_DIR }} + file: ./${{ env.WEB_COMPONENTS_DIR }}/Dockerfile + platforms: | + linux/amd64 + linux/arm64 + push: true + tags: | + 020413372491.dkr.ecr.us-east-1.amazonaws.com/nas-testing/${{ github.event.repository.name }}:${{ env.GITHUB_ESCAPE_REF_NAME }} + 020413372491.dkr.ecr.us-east-1.amazonaws.com/nas-testing/${{ github.event.repository.name }}:${{ env.GITHUB_SHORT_SHA }} + outputs: + github_short_sha: ${{ env.GITHUB_SHORT_SHA }} + generate-update: + runs-on: [infra1-small] + needs: [docker-build-web-components] + steps: + - name: Repository Dispatch + uses: peter-evans/repository-dispatch@v3 + with: + token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }} + repository: gooddata/github-actions + event-type: public-ext-update + client-payload: | + { + "component": "web-components", + "branch": "${{ github.ref_name }}", + "github_short_sha": "${{ needs.docker-build-web-components.outputs.github_short_sha }}" + } From d88f11910c3da0f04e6b2224ba2a314cf35acc47 Mon Sep 17 00:00:00 2001 From: git-action Date: Tue, 5 Mar 2024 14:57:04 +0000 Subject: [PATCH 4/7] chore: bump versions to 9.8.0-beta.7 TRIVIAL --- common/config/rush/version-policies.json | 4 ++-- .../sdk-interactive-examples/examples-template/package.json | 2 +- .../examples/example-attributefilter/package.json | 2 +- .../examples/example-chartconfig/package.json | 2 +- .../examples/example-columnchart/package.json | 2 +- .../examples/example-combochart/package.json | 2 +- .../examples/example-dashboard/package.json | 2 +- .../examples/example-datefilter/package.json | 2 +- .../examples/example-dependentfilters/package.json | 2 +- .../examples/example-execute/package.json | 2 +- .../examples/example-granularity/package.json | 2 +- .../examples/example-headline/package.json | 2 +- .../examples/example-pivottable/package.json | 2 +- .../examples/example-relativedatefilter/package.json | 2 +- examples/sdk-interactive-examples/package.json | 2 +- libs/api-client-bear/package.json | 2 +- libs/api-client-tiger/package.json | 2 +- libs/api-model-bear/package.json | 2 +- libs/sdk-backend-base/package.json | 2 +- libs/sdk-backend-bear/package.json | 2 +- libs/sdk-backend-mockingbird/package.json | 2 +- libs/sdk-backend-spi/package.json | 2 +- libs/sdk-backend-tiger/package.json | 2 +- libs/sdk-embedding/package.json | 2 +- libs/sdk-model/package.json | 2 +- libs/sdk-ui-all/package.json | 2 +- libs/sdk-ui-charts/package.json | 2 +- libs/sdk-ui-dashboard/package.json | 2 +- libs/sdk-ui-ext/package.json | 2 +- libs/sdk-ui-filters/package.json | 2 +- libs/sdk-ui-geo/package.json | 2 +- libs/sdk-ui-kit/package.json | 2 +- libs/sdk-ui-loaders/package.json | 2 +- libs/sdk-ui-pivot/package.json | 2 +- libs/sdk-ui-theme-provider/package.json | 2 +- libs/sdk-ui-vis-commons/package.json | 2 +- libs/sdk-ui/package.json | 2 +- libs/util/package.json | 2 +- tools/app-toolkit/package.json | 2 +- tools/catalog-export/package.json | 2 +- tools/experimental-workspace/package.json | 2 +- tools/i18n-toolkit/package.json | 2 +- tools/live-examples-workspace/package.json | 2 +- tools/mock-handling/package.json | 2 +- tools/plugin-toolkit/package.json | 2 +- tools/reference-workspace/package.json | 2 +- 46 files changed, 47 insertions(+), 47 deletions(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 3782aab1944..4f9233f156a 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -12,14 +12,14 @@ { "definitionName": "lockStepVersion", "policyName": "sdk", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "nextBump": "prerelease", "mainProject": "@gooddata/sdk-ui-all" }, { "definitionName": "lockStepVersion", "policyName": "sdk-examples", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "nextBump": "prerelease", "mainProject": "@gooddata/sdk-interactive-examples" } diff --git a/examples/sdk-interactive-examples/examples-template/package.json b/examples/sdk-interactive-examples/examples-template/package.json index 8da1fd546b3..e46709f14a6 100644 --- a/examples/sdk-interactive-examples/examples-template/package.json +++ b/examples/sdk-interactive-examples/examples-template/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-examples-template", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "GoodData interactive example template", "description": "GoodData interactive example template", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-attributefilter/package.json b/examples/sdk-interactive-examples/examples/example-attributefilter/package.json index e0f65c51bcf..df08a1cf64a 100644 --- a/examples/sdk-interactive-examples/examples/example-attributefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-attributefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-attributefilter", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "Attribute Filter Example", "description": "This example demonstrates how to use the AttributeFilter component to filter data in a visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-chartconfig/package.json b/examples/sdk-interactive-examples/examples/example-chartconfig/package.json index d02031204e4..b0295f2d5be 100644 --- a/examples/sdk-interactive-examples/examples/example-chartconfig/package.json +++ b/examples/sdk-interactive-examples/examples/example-chartconfig/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-chartconfig", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "Chart config manipulation", "description": "This interactive example demonstrates how to manipulate the chart config.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-columnchart/package.json b/examples/sdk-interactive-examples/examples/example-columnchart/package.json index c536f750d06..7a36782198e 100644 --- a/examples/sdk-interactive-examples/examples/example-columnchart/package.json +++ b/examples/sdk-interactive-examples/examples/example-columnchart/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-columnchart", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "ColumnChart", "description": "This example demonstrates the usage of the ColumnChart component with the viewBy and stackBy properties.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-combochart/package.json b/examples/sdk-interactive-examples/examples/example-combochart/package.json index bd5875f017e..419e21a3c1f 100644 --- a/examples/sdk-interactive-examples/examples/example-combochart/package.json +++ b/examples/sdk-interactive-examples/examples/example-combochart/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-combochart", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "ComboChart", "description": "Example demonstrates ComboChart secondaryMeasures definition. ", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-dashboard/package.json b/examples/sdk-interactive-examples/examples/example-dashboard/package.json index f43d4f19bdd..e88ad8ec93f 100644 --- a/examples/sdk-interactive-examples/examples/example-dashboard/package.json +++ b/examples/sdk-interactive-examples/examples/example-dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-dashboard", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "Dashboard component", "description": "This example shows how to use the Dashboard component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-datefilter/package.json b/examples/sdk-interactive-examples/examples/example-datefilter/package.json index 9b11388ada8..8ffb5be942d 100644 --- a/examples/sdk-interactive-examples/examples/example-datefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-datefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-datefilter", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "DateFilter", "description": "Example demonstrates usage of Date Filter component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json b/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json index 27eecb3eabc..59bc26bed67 100644 --- a/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json +++ b/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-dependentfilters", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "Dependent Filters Example", "description": "This example demonstrates how to use multiple attribute filters linked together to filter data in a visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-execute/package.json b/examples/sdk-interactive-examples/examples/example-execute/package.json index 646aeffe49e..1c253256256 100644 --- a/examples/sdk-interactive-examples/examples/example-execute/package.json +++ b/examples/sdk-interactive-examples/examples/example-execute/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-execute", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "Execute", "description": "This example demonstrates using Execute component and build custom visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-granularity/package.json b/examples/sdk-interactive-examples/examples/example-granularity/package.json index 48a7324fe7b..13598cf93cc 100644 --- a/examples/sdk-interactive-examples/examples/example-granularity/package.json +++ b/examples/sdk-interactive-examples/examples/example-granularity/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-granularity", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "Granularity", "description": "This example exmplains DateFilter granularity ", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-headline/package.json b/examples/sdk-interactive-examples/examples/example-headline/package.json index 3fe02886bbb..6e883bb6501 100644 --- a/examples/sdk-interactive-examples/examples/example-headline/package.json +++ b/examples/sdk-interactive-examples/examples/example-headline/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-headline", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "Headline", "description": "This example shows how to use the Headline component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-pivottable/package.json b/examples/sdk-interactive-examples/examples/example-pivottable/package.json index 0f57caa81cf..cc4603ec2b3 100644 --- a/examples/sdk-interactive-examples/examples/example-pivottable/package.json +++ b/examples/sdk-interactive-examples/examples/example-pivottable/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-pivottable", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "PivotTable", "description": "Basic PivotTable manipulation.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json b/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json index e8579d8dbbf..168c14fc215 100644 --- a/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-relativedatefilter", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "title": "RelativeDateFilter", "description": "Example demonstrates how to set relative DateFilter for visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/package.json b/examples/sdk-interactive-examples/package.json index cdfb4837430..0493ace1682 100644 --- a/examples/sdk-interactive-examples/package.json +++ b/examples/sdk-interactive-examples/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-examples", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData React interactive examples", "license": "LicenseRef-LICENSE", "author": "GoodData Corporation", diff --git a/libs/api-client-bear/package.json b/libs/api-client-bear/package.json index d1821dd7b9f..2eefab2776b 100644 --- a/libs/api-client-bear/package.json +++ b/libs/api-client-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-client-bear", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "API Client for the GoodData platform", "repository": { diff --git a/libs/api-client-tiger/package.json b/libs/api-client-tiger/package.json index d66c35392e9..4ad3dc8bab3 100644 --- a/libs/api-client-tiger/package.json +++ b/libs/api-client-tiger/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-client-tiger", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "API Client for GoodData Cloud and GoodData.CN", "repository": { diff --git a/libs/api-model-bear/package.json b/libs/api-model-bear/package.json index 40a165f4770..8cf7cab2cf5 100644 --- a/libs/api-model-bear/package.json +++ b/libs/api-model-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-model-bear", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "TypeScript definition files for GoodData platform", "repository": { "type": "git", diff --git a/libs/sdk-backend-base/package.json b/libs/sdk-backend-base/package.json index ecc26040f80..eab8c9db9fd 100644 --- a/libs/sdk-backend-base/package.json +++ b/libs/sdk-backend-base/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-base", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData.UI SDK - Base for backend implementations", "repository": { diff --git a/libs/sdk-backend-bear/package.json b/libs/sdk-backend-bear/package.json index cac85e67405..050705f9e05 100644 --- a/libs/sdk-backend-bear/package.json +++ b/libs/sdk-backend-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-bear", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData Backend SPI implementation for the GoodData platform", "repository": { diff --git a/libs/sdk-backend-mockingbird/package.json b/libs/sdk-backend-mockingbird/package.json index 250c986e9c4..bd55487796b 100644 --- a/libs/sdk-backend-mockingbird/package.json +++ b/libs/sdk-backend-mockingbird/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-mockingbird", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "Mock GoodData Backend SPI implementation", "repository": { diff --git a/libs/sdk-backend-spi/package.json b/libs/sdk-backend-spi/package.json index c1632d6b23b..3be79052720 100644 --- a/libs/sdk-backend-spi/package.json +++ b/libs/sdk-backend-spi/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-spi", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData Backend SPI abstraction interfaces", "repository": { diff --git a/libs/sdk-backend-tiger/package.json b/libs/sdk-backend-tiger/package.json index 3ab29ed9022..8a4fdc57480 100644 --- a/libs/sdk-backend-tiger/package.json +++ b/libs/sdk-backend-tiger/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-tiger", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN", "repository": { diff --git a/libs/sdk-embedding/package.json b/libs/sdk-embedding/package.json index d2c063807c9..c4c3f3f76bf 100644 --- a/libs/sdk-embedding/package.json +++ b/libs/sdk-embedding/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-embedding", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData Embedding APIs", "repository": { diff --git a/libs/sdk-model/package.json b/libs/sdk-model/package.json index be09ebacfa0..2d509fcb940 100644 --- a/libs/sdk-model/package.json +++ b/libs/sdk-model/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-model", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations", "repository": { diff --git a/libs/sdk-ui-all/package.json b/libs/sdk-ui-all/package.json index e41bd00f273..79c8cb95db2 100644 --- a/libs/sdk-ui-all/package.json +++ b/libs/sdk-ui-all/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-all", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData SDK - All-In-One", "repository": { diff --git a/libs/sdk-ui-charts/package.json b/libs/sdk-ui-charts/package.json index 49585787261..cb8644a1518 100644 --- a/libs/sdk-ui-charts/package.json +++ b/libs/sdk-ui-charts/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-charts", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData.UI SDK - Charts", "repository": { "type": "git", diff --git a/libs/sdk-ui-dashboard/package.json b/libs/sdk-ui-dashboard/package.json index 53153f14dfc..bf07869eef1 100644 --- a/libs/sdk-ui-dashboard/package.json +++ b/libs/sdk-ui-dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-dashboard", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData SDK - Dashboard Component", "repository": { "type": "git", diff --git a/libs/sdk-ui-ext/package.json b/libs/sdk-ui-ext/package.json index a8ffafe5298..54d9d0f616e 100644 --- a/libs/sdk-ui-ext/package.json +++ b/libs/sdk-ui-ext/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-ext", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData.UI SDK - Extensions", "repository": { "type": "git", diff --git a/libs/sdk-ui-filters/package.json b/libs/sdk-ui-filters/package.json index 04a280a6717..bdd7e53db49 100644 --- a/libs/sdk-ui-filters/package.json +++ b/libs/sdk-ui-filters/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-filters", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData.UI SDK - Filter Components", "repository": { "type": "git", diff --git a/libs/sdk-ui-geo/package.json b/libs/sdk-ui-geo/package.json index 5d6d90ff15a..3775340b8b6 100644 --- a/libs/sdk-ui-geo/package.json +++ b/libs/sdk-ui-geo/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-geo", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData.UI SDK - Geo Charts", "repository": { "type": "git", diff --git a/libs/sdk-ui-kit/package.json b/libs/sdk-ui-kit/package.json index d6e056042e5..d84b4b17f62 100644 --- a/libs/sdk-ui-kit/package.json +++ b/libs/sdk-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-kit", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData SDK - UI Building Components", "repository": { "type": "git", diff --git a/libs/sdk-ui-loaders/package.json b/libs/sdk-ui-loaders/package.json index 3281a13b53d..b6677478b63 100644 --- a/libs/sdk-ui-loaders/package.json +++ b/libs/sdk-ui-loaders/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-loaders", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData SDK Runtime Component Loaders", "repository": { "type": "git", diff --git a/libs/sdk-ui-pivot/package.json b/libs/sdk-ui-pivot/package.json index ab6c77aa021..a610d4ae57b 100644 --- a/libs/sdk-ui-pivot/package.json +++ b/libs/sdk-ui-pivot/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-pivot", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData.UI SDK - Pivot Table", "repository": { "type": "git", diff --git a/libs/sdk-ui-theme-provider/package.json b/libs/sdk-ui-theme-provider/package.json index 1852ca8f97a..2fcf2d7a4ad 100644 --- a/libs/sdk-ui-theme-provider/package.json +++ b/libs/sdk-ui-theme-provider/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-theme-provider", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData SDK - Theme provider", "repository": { "type": "git", diff --git a/libs/sdk-ui-vis-commons/package.json b/libs/sdk-ui-vis-commons/package.json index 246229a995d..3de5112578b 100644 --- a/libs/sdk-ui-vis-commons/package.json +++ b/libs/sdk-ui-vis-commons/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-vis-commons", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData.UI SDK - common functionality for different types of visualizations", "repository": { "type": "git", diff --git a/libs/sdk-ui/package.json b/libs/sdk-ui/package.json index bbc83e902ae..e0cec6b2276 100644 --- a/libs/sdk-ui/package.json +++ b/libs/sdk-ui/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "description": "GoodData.UI SDK - Core", "repository": { "type": "git", diff --git a/libs/util/package.json b/libs/util/package.json index a63f1fa366b..0e52a517a41 100644 --- a/libs/util/package.json +++ b/libs/util/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/util", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData Utility Functions", "repository": { diff --git a/tools/app-toolkit/package.json b/tools/app-toolkit/package.json index 07fc5e9eb21..bb867f3ecec 100644 --- a/tools/app-toolkit/package.json +++ b/tools/app-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/app-toolkit", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "CLI with useful tools for creating and maintaining GoodData web applications.", "repository": { diff --git a/tools/catalog-export/package.json b/tools/catalog-export/package.json index fb4ccac4b9e..49697455b4e 100644 --- a/tools/catalog-export/package.json +++ b/tools/catalog-export/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/catalog-export", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData SDK Catalog Export tooling", "repository": { diff --git a/tools/experimental-workspace/package.json b/tools/experimental-workspace/package.json index d2d3fba84b1..ff96355c119 100644 --- a/tools/experimental-workspace/package.json +++ b/tools/experimental-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/experimental-workspace", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData SDK - Experimental workspace for features in dev", "repository": { diff --git a/tools/i18n-toolkit/package.json b/tools/i18n-toolkit/package.json index 03a7e115bcf..00df643c6b4 100644 --- a/tools/i18n-toolkit/package.json +++ b/tools/i18n-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/i18n-toolkit", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "Localization validator to validate localization complexity and intl and html format.", "repository": { diff --git a/tools/live-examples-workspace/package.json b/tools/live-examples-workspace/package.json index 5cd95ce7572..fb0393ed696 100644 --- a/tools/live-examples-workspace/package.json +++ b/tools/live-examples-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/live-examples-workspace", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData SDK - Live examples workspace for tests", "repository": { diff --git a/tools/mock-handling/package.json b/tools/mock-handling/package.json index ea3fa755f34..db01bc561a7 100644 --- a/tools/mock-handling/package.json +++ b/tools/mock-handling/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/mock-handling", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData SDK Mock data capture and management tool", "repository": { diff --git a/tools/plugin-toolkit/package.json b/tools/plugin-toolkit/package.json index d8c9938c844..2bfb4346f3e 100644 --- a/tools/plugin-toolkit/package.json +++ b/tools/plugin-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/plugin-toolkit", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData Set of Tools for working with Plugins", "repository": { diff --git a/tools/reference-workspace/package.json b/tools/reference-workspace/package.json index 54e8d356e3b..4066e23315f 100644 --- a/tools/reference-workspace/package.json +++ b/tools/reference-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/reference-workspace", - "version": "9.8.0-beta.6", + "version": "9.8.0-beta.7", "author": "GoodData", "description": "GoodData SDK - Reference Workspace for tests", "repository": { From c7f6516a7a912c0dd453b51bd424618f8a3fd170 Mon Sep 17 00:00:00 2001 From: git-action Date: Thu, 7 Mar 2024 09:02:54 +0000 Subject: [PATCH 5/7] chore: bump versions to 9.8.0 TRIVIAL --- .../jsc-f1-95-queries_2024-02-16-09-52.json | 10 ---------- .../jsc-f1-95-queries_2024-02-16-09-53.json | 10 ---------- common/config/rush/version-policies.json | 4 ++-- .../examples-template/package.json | 2 +- .../examples/example-attributefilter/package.json | 2 +- .../examples/example-chartconfig/package.json | 2 +- .../examples/example-columnchart/package.json | 2 +- .../examples/example-combochart/package.json | 2 +- .../examples/example-dashboard/package.json | 2 +- .../examples/example-datefilter/package.json | 2 +- .../example-dependentfilters/package.json | 2 +- .../examples/example-execute/package.json | 2 +- .../examples/example-granularity/package.json | 2 +- .../examples/example-headline/package.json | 2 +- .../examples/example-pivottable/package.json | 2 +- .../example-relativedatefilter/package.json | 2 +- examples/sdk-interactive-examples/package.json | 2 +- libs/api-client-bear/package.json | 2 +- libs/api-client-tiger/package.json | 2 +- libs/api-model-bear/package.json | 2 +- libs/sdk-backend-base/package.json | 2 +- libs/sdk-backend-bear/package.json | 2 +- libs/sdk-backend-mockingbird/package.json | 2 +- libs/sdk-backend-spi/package.json | 2 +- libs/sdk-backend-tiger/package.json | 2 +- libs/sdk-embedding/package.json | 2 +- libs/sdk-model/package.json | 2 +- libs/sdk-ui-all/CHANGELOG.json | 15 +++++++++++++++ libs/sdk-ui-all/CHANGELOG.md | 10 +++++++++- libs/sdk-ui-all/package.json | 2 +- libs/sdk-ui-charts/package.json | 2 +- libs/sdk-ui-dashboard/package.json | 2 +- libs/sdk-ui-ext/package.json | 2 +- libs/sdk-ui-filters/package.json | 2 +- libs/sdk-ui-geo/package.json | 2 +- libs/sdk-ui-kit/package.json | 2 +- libs/sdk-ui-loaders/package.json | 2 +- libs/sdk-ui-pivot/package.json | 2 +- libs/sdk-ui-theme-provider/package.json | 2 +- libs/sdk-ui-vis-commons/package.json | 2 +- libs/sdk-ui/package.json | 2 +- libs/util/package.json | 2 +- tools/app-toolkit/package.json | 2 +- tools/catalog-export/package.json | 2 +- tools/experimental-workspace/package.json | 2 +- tools/i18n-toolkit/package.json | 2 +- tools/live-examples-workspace/package.json | 2 +- tools/mock-handling/package.json | 2 +- tools/plugin-toolkit/package.json | 2 +- tools/reference-workspace/package.json | 2 +- 50 files changed, 71 insertions(+), 68 deletions(-) delete mode 100644 common/changes/@gooddata/sdk-ui-all/jsc-f1-95-queries_2024-02-16-09-52.json delete mode 100644 common/changes/@gooddata/sdk-ui-all/jsc-f1-95-queries_2024-02-16-09-53.json diff --git a/common/changes/@gooddata/sdk-ui-all/jsc-f1-95-queries_2024-02-16-09-52.json b/common/changes/@gooddata/sdk-ui-all/jsc-f1-95-queries_2024-02-16-09-52.json deleted file mode 100644 index da65c47a751..00000000000 --- a/common/changes/@gooddata/sdk-ui-all/jsc-f1-95-queries_2024-02-16-09-52.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@gooddata/sdk-ui-all", - "comment": "Rename word 'Insight' to 'Visualization'", - "type": "none" - } - ], - "packageName": "@gooddata/sdk-ui-all" -} diff --git a/common/changes/@gooddata/sdk-ui-all/jsc-f1-95-queries_2024-02-16-09-53.json b/common/changes/@gooddata/sdk-ui-all/jsc-f1-95-queries_2024-02-16-09-53.json deleted file mode 100644 index 9000e747fc6..00000000000 --- a/common/changes/@gooddata/sdk-ui-all/jsc-f1-95-queries_2024-02-16-09-53.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@gooddata/sdk-ui-all", - "comment": "Add services to list insights and dashboards with paging", - "type": "none" - } - ], - "packageName": "@gooddata/sdk-ui-all" -} diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 4f9233f156a..4ce1871ff80 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -12,14 +12,14 @@ { "definitionName": "lockStepVersion", "policyName": "sdk", - "version": "9.8.0-beta.7", + "version": "9.8.0", "nextBump": "prerelease", "mainProject": "@gooddata/sdk-ui-all" }, { "definitionName": "lockStepVersion", "policyName": "sdk-examples", - "version": "9.8.0-beta.7", + "version": "9.8.0", "nextBump": "prerelease", "mainProject": "@gooddata/sdk-interactive-examples" } diff --git a/examples/sdk-interactive-examples/examples-template/package.json b/examples/sdk-interactive-examples/examples-template/package.json index e46709f14a6..f040ba7e1c6 100644 --- a/examples/sdk-interactive-examples/examples-template/package.json +++ b/examples/sdk-interactive-examples/examples-template/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-examples-template", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "GoodData interactive example template", "description": "GoodData interactive example template", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-attributefilter/package.json b/examples/sdk-interactive-examples/examples/example-attributefilter/package.json index df08a1cf64a..909864a68b7 100644 --- a/examples/sdk-interactive-examples/examples/example-attributefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-attributefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-attributefilter", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "Attribute Filter Example", "description": "This example demonstrates how to use the AttributeFilter component to filter data in a visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-chartconfig/package.json b/examples/sdk-interactive-examples/examples/example-chartconfig/package.json index b0295f2d5be..aa3379b4e94 100644 --- a/examples/sdk-interactive-examples/examples/example-chartconfig/package.json +++ b/examples/sdk-interactive-examples/examples/example-chartconfig/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-chartconfig", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "Chart config manipulation", "description": "This interactive example demonstrates how to manipulate the chart config.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-columnchart/package.json b/examples/sdk-interactive-examples/examples/example-columnchart/package.json index 7a36782198e..33494cebf89 100644 --- a/examples/sdk-interactive-examples/examples/example-columnchart/package.json +++ b/examples/sdk-interactive-examples/examples/example-columnchart/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-columnchart", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "ColumnChart", "description": "This example demonstrates the usage of the ColumnChart component with the viewBy and stackBy properties.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-combochart/package.json b/examples/sdk-interactive-examples/examples/example-combochart/package.json index 419e21a3c1f..003fc166e3e 100644 --- a/examples/sdk-interactive-examples/examples/example-combochart/package.json +++ b/examples/sdk-interactive-examples/examples/example-combochart/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-combochart", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "ComboChart", "description": "Example demonstrates ComboChart secondaryMeasures definition. ", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-dashboard/package.json b/examples/sdk-interactive-examples/examples/example-dashboard/package.json index e88ad8ec93f..ba37485b672 100644 --- a/examples/sdk-interactive-examples/examples/example-dashboard/package.json +++ b/examples/sdk-interactive-examples/examples/example-dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-dashboard", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "Dashboard component", "description": "This example shows how to use the Dashboard component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-datefilter/package.json b/examples/sdk-interactive-examples/examples/example-datefilter/package.json index 8ffb5be942d..675984133ff 100644 --- a/examples/sdk-interactive-examples/examples/example-datefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-datefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-datefilter", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "DateFilter", "description": "Example demonstrates usage of Date Filter component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json b/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json index 59bc26bed67..606c8254ba2 100644 --- a/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json +++ b/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-dependentfilters", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "Dependent Filters Example", "description": "This example demonstrates how to use multiple attribute filters linked together to filter data in a visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-execute/package.json b/examples/sdk-interactive-examples/examples/example-execute/package.json index 1c253256256..11f593335f4 100644 --- a/examples/sdk-interactive-examples/examples/example-execute/package.json +++ b/examples/sdk-interactive-examples/examples/example-execute/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-execute", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "Execute", "description": "This example demonstrates using Execute component and build custom visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-granularity/package.json b/examples/sdk-interactive-examples/examples/example-granularity/package.json index 13598cf93cc..1f40dc49f39 100644 --- a/examples/sdk-interactive-examples/examples/example-granularity/package.json +++ b/examples/sdk-interactive-examples/examples/example-granularity/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-granularity", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "Granularity", "description": "This example exmplains DateFilter granularity ", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-headline/package.json b/examples/sdk-interactive-examples/examples/example-headline/package.json index 6e883bb6501..ad04021b8ad 100644 --- a/examples/sdk-interactive-examples/examples/example-headline/package.json +++ b/examples/sdk-interactive-examples/examples/example-headline/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-headline", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "Headline", "description": "This example shows how to use the Headline component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-pivottable/package.json b/examples/sdk-interactive-examples/examples/example-pivottable/package.json index cc4603ec2b3..1ae5dca81da 100644 --- a/examples/sdk-interactive-examples/examples/example-pivottable/package.json +++ b/examples/sdk-interactive-examples/examples/example-pivottable/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-pivottable", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "PivotTable", "description": "Basic PivotTable manipulation.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json b/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json index 168c14fc215..1355b8278ad 100644 --- a/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-relativedatefilter", - "version": "9.8.0-beta.7", + "version": "9.8.0", "title": "RelativeDateFilter", "description": "Example demonstrates how to set relative DateFilter for visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/package.json b/examples/sdk-interactive-examples/package.json index 0493ace1682..f1d07105386 100644 --- a/examples/sdk-interactive-examples/package.json +++ b/examples/sdk-interactive-examples/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-examples", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData React interactive examples", "license": "LicenseRef-LICENSE", "author": "GoodData Corporation", diff --git a/libs/api-client-bear/package.json b/libs/api-client-bear/package.json index 2eefab2776b..374521bafbe 100644 --- a/libs/api-client-bear/package.json +++ b/libs/api-client-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-client-bear", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "API Client for the GoodData platform", "repository": { diff --git a/libs/api-client-tiger/package.json b/libs/api-client-tiger/package.json index 4ad3dc8bab3..bc982f95125 100644 --- a/libs/api-client-tiger/package.json +++ b/libs/api-client-tiger/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-client-tiger", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "API Client for GoodData Cloud and GoodData.CN", "repository": { diff --git a/libs/api-model-bear/package.json b/libs/api-model-bear/package.json index 8cf7cab2cf5..6cdd524f278 100644 --- a/libs/api-model-bear/package.json +++ b/libs/api-model-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-model-bear", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "TypeScript definition files for GoodData platform", "repository": { "type": "git", diff --git a/libs/sdk-backend-base/package.json b/libs/sdk-backend-base/package.json index eab8c9db9fd..5f3050410eb 100644 --- a/libs/sdk-backend-base/package.json +++ b/libs/sdk-backend-base/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-base", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData.UI SDK - Base for backend implementations", "repository": { diff --git a/libs/sdk-backend-bear/package.json b/libs/sdk-backend-bear/package.json index 050705f9e05..eed774a3b0d 100644 --- a/libs/sdk-backend-bear/package.json +++ b/libs/sdk-backend-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-bear", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData Backend SPI implementation for the GoodData platform", "repository": { diff --git a/libs/sdk-backend-mockingbird/package.json b/libs/sdk-backend-mockingbird/package.json index bd55487796b..33a8c2dafd1 100644 --- a/libs/sdk-backend-mockingbird/package.json +++ b/libs/sdk-backend-mockingbird/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-mockingbird", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "Mock GoodData Backend SPI implementation", "repository": { diff --git a/libs/sdk-backend-spi/package.json b/libs/sdk-backend-spi/package.json index 3be79052720..411c0b15b5f 100644 --- a/libs/sdk-backend-spi/package.json +++ b/libs/sdk-backend-spi/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-spi", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData Backend SPI abstraction interfaces", "repository": { diff --git a/libs/sdk-backend-tiger/package.json b/libs/sdk-backend-tiger/package.json index 8a4fdc57480..d259c07cc67 100644 --- a/libs/sdk-backend-tiger/package.json +++ b/libs/sdk-backend-tiger/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-tiger", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN", "repository": { diff --git a/libs/sdk-embedding/package.json b/libs/sdk-embedding/package.json index c4c3f3f76bf..877916e31ed 100644 --- a/libs/sdk-embedding/package.json +++ b/libs/sdk-embedding/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-embedding", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData Embedding APIs", "repository": { diff --git a/libs/sdk-model/package.json b/libs/sdk-model/package.json index 2d509fcb940..23f5af507b5 100644 --- a/libs/sdk-model/package.json +++ b/libs/sdk-model/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-model", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations", "repository": { diff --git a/libs/sdk-ui-all/CHANGELOG.json b/libs/sdk-ui-all/CHANGELOG.json index 4885fdb2411..0991504ab8c 100644 --- a/libs/sdk-ui-all/CHANGELOG.json +++ b/libs/sdk-ui-all/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@gooddata/sdk-ui-all", "entries": [ + { + "version": "9.8.0", + "tag": "@gooddata/sdk-ui-all_v9.8.0", + "date": "Thu, 07 Mar 2024 09:02:52 GMT", + "comments": { + "none": [ + { + "comment": "Rename word 'Insight' to 'Visualization'" + }, + { + "comment": "Add services to list insights and dashboards with paging" + } + ] + } + }, { "version": "9.7.0", "tag": "@gooddata/sdk-ui-all_v9.7.0", diff --git a/libs/sdk-ui-all/CHANGELOG.md b/libs/sdk-ui-all/CHANGELOG.md index eb715c165c8..1ff4637919f 100644 --- a/libs/sdk-ui-all/CHANGELOG.md +++ b/libs/sdk-ui-all/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - @gooddata/sdk-ui-all -This log was last generated on Thu, 22 Feb 2024 09:17:23 GMT and should not be manually modified. +This log was last generated on Thu, 07 Mar 2024 09:02:52 GMT and should not be manually modified. + +## 9.8.0 +Thu, 07 Mar 2024 09:02:52 GMT + +### Updates + +- Rename word 'Insight' to 'Visualization' +- Add services to list insights and dashboards with paging ## 9.7.0 Thu, 22 Feb 2024 09:17:23 GMT diff --git a/libs/sdk-ui-all/package.json b/libs/sdk-ui-all/package.json index 79c8cb95db2..d76fae8e29e 100644 --- a/libs/sdk-ui-all/package.json +++ b/libs/sdk-ui-all/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-all", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData SDK - All-In-One", "repository": { diff --git a/libs/sdk-ui-charts/package.json b/libs/sdk-ui-charts/package.json index cb8644a1518..f3c68074561 100644 --- a/libs/sdk-ui-charts/package.json +++ b/libs/sdk-ui-charts/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-charts", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData.UI SDK - Charts", "repository": { "type": "git", diff --git a/libs/sdk-ui-dashboard/package.json b/libs/sdk-ui-dashboard/package.json index bf07869eef1..3a973781aad 100644 --- a/libs/sdk-ui-dashboard/package.json +++ b/libs/sdk-ui-dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-dashboard", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData SDK - Dashboard Component", "repository": { "type": "git", diff --git a/libs/sdk-ui-ext/package.json b/libs/sdk-ui-ext/package.json index 54d9d0f616e..d9a7237f4ec 100644 --- a/libs/sdk-ui-ext/package.json +++ b/libs/sdk-ui-ext/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-ext", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData.UI SDK - Extensions", "repository": { "type": "git", diff --git a/libs/sdk-ui-filters/package.json b/libs/sdk-ui-filters/package.json index bdd7e53db49..c880f47496f 100644 --- a/libs/sdk-ui-filters/package.json +++ b/libs/sdk-ui-filters/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-filters", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData.UI SDK - Filter Components", "repository": { "type": "git", diff --git a/libs/sdk-ui-geo/package.json b/libs/sdk-ui-geo/package.json index 3775340b8b6..19368b7077d 100644 --- a/libs/sdk-ui-geo/package.json +++ b/libs/sdk-ui-geo/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-geo", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData.UI SDK - Geo Charts", "repository": { "type": "git", diff --git a/libs/sdk-ui-kit/package.json b/libs/sdk-ui-kit/package.json index d84b4b17f62..01de274c640 100644 --- a/libs/sdk-ui-kit/package.json +++ b/libs/sdk-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-kit", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData SDK - UI Building Components", "repository": { "type": "git", diff --git a/libs/sdk-ui-loaders/package.json b/libs/sdk-ui-loaders/package.json index b6677478b63..f8df9f4c70b 100644 --- a/libs/sdk-ui-loaders/package.json +++ b/libs/sdk-ui-loaders/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-loaders", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData SDK Runtime Component Loaders", "repository": { "type": "git", diff --git a/libs/sdk-ui-pivot/package.json b/libs/sdk-ui-pivot/package.json index a610d4ae57b..9d8f8ec5915 100644 --- a/libs/sdk-ui-pivot/package.json +++ b/libs/sdk-ui-pivot/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-pivot", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData.UI SDK - Pivot Table", "repository": { "type": "git", diff --git a/libs/sdk-ui-theme-provider/package.json b/libs/sdk-ui-theme-provider/package.json index 2fcf2d7a4ad..190a89d791d 100644 --- a/libs/sdk-ui-theme-provider/package.json +++ b/libs/sdk-ui-theme-provider/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-theme-provider", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData SDK - Theme provider", "repository": { "type": "git", diff --git a/libs/sdk-ui-vis-commons/package.json b/libs/sdk-ui-vis-commons/package.json index 3de5112578b..37d488e273a 100644 --- a/libs/sdk-ui-vis-commons/package.json +++ b/libs/sdk-ui-vis-commons/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-vis-commons", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData.UI SDK - common functionality for different types of visualizations", "repository": { "type": "git", diff --git a/libs/sdk-ui/package.json b/libs/sdk-ui/package.json index e0cec6b2276..064a73bff3f 100644 --- a/libs/sdk-ui/package.json +++ b/libs/sdk-ui/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui", - "version": "9.8.0-beta.7", + "version": "9.8.0", "description": "GoodData.UI SDK - Core", "repository": { "type": "git", diff --git a/libs/util/package.json b/libs/util/package.json index 0e52a517a41..270a1ad23d0 100644 --- a/libs/util/package.json +++ b/libs/util/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/util", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData Utility Functions", "repository": { diff --git a/tools/app-toolkit/package.json b/tools/app-toolkit/package.json index bb867f3ecec..d282d626685 100644 --- a/tools/app-toolkit/package.json +++ b/tools/app-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/app-toolkit", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "CLI with useful tools for creating and maintaining GoodData web applications.", "repository": { diff --git a/tools/catalog-export/package.json b/tools/catalog-export/package.json index 49697455b4e..f24580e3dd2 100644 --- a/tools/catalog-export/package.json +++ b/tools/catalog-export/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/catalog-export", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData SDK Catalog Export tooling", "repository": { diff --git a/tools/experimental-workspace/package.json b/tools/experimental-workspace/package.json index ff96355c119..b5210e1304d 100644 --- a/tools/experimental-workspace/package.json +++ b/tools/experimental-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/experimental-workspace", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData SDK - Experimental workspace for features in dev", "repository": { diff --git a/tools/i18n-toolkit/package.json b/tools/i18n-toolkit/package.json index 00df643c6b4..0c910cb21b5 100644 --- a/tools/i18n-toolkit/package.json +++ b/tools/i18n-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/i18n-toolkit", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "Localization validator to validate localization complexity and intl and html format.", "repository": { diff --git a/tools/live-examples-workspace/package.json b/tools/live-examples-workspace/package.json index fb0393ed696..19012a35c1a 100644 --- a/tools/live-examples-workspace/package.json +++ b/tools/live-examples-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/live-examples-workspace", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData SDK - Live examples workspace for tests", "repository": { diff --git a/tools/mock-handling/package.json b/tools/mock-handling/package.json index db01bc561a7..c3815fc05ad 100644 --- a/tools/mock-handling/package.json +++ b/tools/mock-handling/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/mock-handling", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData SDK Mock data capture and management tool", "repository": { diff --git a/tools/plugin-toolkit/package.json b/tools/plugin-toolkit/package.json index 2bfb4346f3e..48606ea1aa3 100644 --- a/tools/plugin-toolkit/package.json +++ b/tools/plugin-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/plugin-toolkit", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData Set of Tools for working with Plugins", "repository": { diff --git a/tools/reference-workspace/package.json b/tools/reference-workspace/package.json index 4066e23315f..8364ac0153b 100644 --- a/tools/reference-workspace/package.json +++ b/tools/reference-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/reference-workspace", - "version": "9.8.0-beta.7", + "version": "9.8.0", "author": "GoodData", "description": "GoodData SDK - Reference Workspace for tests", "repository": { From 9e479d97058b3bfdb334b2bfd4839936e60b3a8c Mon Sep 17 00:00:00 2001 From: git-action Date: Thu, 7 Mar 2024 09:25:16 +0000 Subject: [PATCH 6/7] chore: update Hugo version to 9.8 TRIVIAL --- docs/config/public/params.toml | 10 +++++----- docs/layouts/index.redir | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/config/public/params.toml b/docs/config/public/params.toml index 36b0a34fb82..dc3c20698f5 100644 --- a/docs/config/public/params.toml +++ b/docs/config/public/params.toml @@ -8,9 +8,13 @@ # on every patch release of respective branch [[versions]] - version = "9.7" + version = "9.8" dirpath = "latest" url = "/latest/" +[[versions]] + version = "9.7" + dirpath = "9.7" + url = "/9.7/" [[versions]] version = "9.6" dirpath = "9.6" @@ -19,10 +23,6 @@ version = "9.5" dirpath = "9.5" url = "/9.5/" -[[versions]] - version = "9.4" - dirpath = "9.4" - url = "/9.4/" [[versions]] version = "Older" url = "https://sdk.gooddata.com/gooddata-ui/versions.html" diff --git a/docs/layouts/index.redir b/docs/layouts/index.redir index 75d58276145..88a868ac480 100644 --- a/docs/layouts/index.redir +++ b/docs/layouts/index.redir @@ -1,8 +1,9 @@ # Redirects / {{ .Site.BaseURL }}/latest/ 301! /docs/ {{ .Site.BaseURL }}/latest/ 301! -/9.7/ {{ .Site.BaseURL }}/latest/ 301! -/9.7.0/ {{ .Site.BaseURL }}/latest/ 301! +/9.8/ {{ .Site.BaseURL }}/latest/ 301! +/9.8.0/ {{ .Site.BaseURL }}/latest/ 301! +/9.7.0/ {{ .Site.BaseURL }}/9.7/ 301! /9.6.0/ {{ .Site.BaseURL }}/9.6/ 301! /9.5.0/ {{ .Site.BaseURL }}/9.5/ 301! /9.4.0/ {{ .Site.BaseURL }}/9.4/ 301! From 6d25a7ec12b453497f230ba4de9313be176dd324 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Mar 2024 09:27:25 +0000 Subject: [PATCH 7/7] chore: bumped version of sdk packages to 9.9.0-alpha.7 which is in master TRIVIAL --- common/config/rush/version-policies.json | 4 ++-- .../sdk-interactive-examples/examples-template/package.json | 2 +- .../examples/example-attributefilter/package.json | 2 +- .../examples/example-chartconfig/package.json | 2 +- .../examples/example-columnchart/package.json | 2 +- .../examples/example-combochart/package.json | 2 +- .../examples/example-dashboard/package.json | 2 +- .../examples/example-datefilter/package.json | 2 +- .../examples/example-dependentfilters/package.json | 2 +- .../examples/example-execute/package.json | 2 +- .../examples/example-granularity/package.json | 2 +- .../examples/example-headline/package.json | 2 +- .../examples/example-pivottable/package.json | 2 +- .../examples/example-relativedatefilter/package.json | 2 +- examples/sdk-interactive-examples/package.json | 2 +- libs/api-client-bear/package.json | 2 +- libs/api-client-tiger/package.json | 2 +- libs/api-model-bear/package.json | 2 +- libs/sdk-backend-base/package.json | 2 +- libs/sdk-backend-bear/package.json | 2 +- libs/sdk-backend-mockingbird/package.json | 2 +- libs/sdk-backend-spi/package.json | 2 +- libs/sdk-backend-tiger/package.json | 2 +- libs/sdk-embedding/package.json | 2 +- libs/sdk-model/package.json | 2 +- libs/sdk-ui-all/package.json | 2 +- libs/sdk-ui-charts/package.json | 2 +- libs/sdk-ui-dashboard/package.json | 2 +- libs/sdk-ui-ext/package.json | 2 +- libs/sdk-ui-filters/package.json | 2 +- libs/sdk-ui-geo/package.json | 2 +- libs/sdk-ui-kit/package.json | 2 +- libs/sdk-ui-loaders/package.json | 2 +- libs/sdk-ui-pivot/package.json | 2 +- libs/sdk-ui-theme-provider/package.json | 2 +- libs/sdk-ui-vis-commons/package.json | 2 +- libs/sdk-ui/package.json | 2 +- libs/util/package.json | 2 +- tools/app-toolkit/package.json | 2 +- tools/catalog-export/package.json | 2 +- tools/experimental-workspace/package.json | 2 +- tools/i18n-toolkit/package.json | 2 +- tools/live-examples-workspace/package.json | 2 +- tools/mock-handling/package.json | 2 +- tools/plugin-toolkit/package.json | 2 +- tools/reference-workspace/package.json | 2 +- 46 files changed, 47 insertions(+), 47 deletions(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 4ce1871ff80..5c4ff00246d 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -12,14 +12,14 @@ { "definitionName": "lockStepVersion", "policyName": "sdk", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "nextBump": "prerelease", "mainProject": "@gooddata/sdk-ui-all" }, { "definitionName": "lockStepVersion", "policyName": "sdk-examples", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "nextBump": "prerelease", "mainProject": "@gooddata/sdk-interactive-examples" } diff --git a/examples/sdk-interactive-examples/examples-template/package.json b/examples/sdk-interactive-examples/examples-template/package.json index f040ba7e1c6..c7b7a607adf 100644 --- a/examples/sdk-interactive-examples/examples-template/package.json +++ b/examples/sdk-interactive-examples/examples-template/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-examples-template", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "GoodData interactive example template", "description": "GoodData interactive example template", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-attributefilter/package.json b/examples/sdk-interactive-examples/examples/example-attributefilter/package.json index 909864a68b7..05b4b768a18 100644 --- a/examples/sdk-interactive-examples/examples/example-attributefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-attributefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-attributefilter", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "Attribute Filter Example", "description": "This example demonstrates how to use the AttributeFilter component to filter data in a visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-chartconfig/package.json b/examples/sdk-interactive-examples/examples/example-chartconfig/package.json index aa3379b4e94..17c65d7a2c9 100644 --- a/examples/sdk-interactive-examples/examples/example-chartconfig/package.json +++ b/examples/sdk-interactive-examples/examples/example-chartconfig/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-chartconfig", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "Chart config manipulation", "description": "This interactive example demonstrates how to manipulate the chart config.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-columnchart/package.json b/examples/sdk-interactive-examples/examples/example-columnchart/package.json index 33494cebf89..372fa073a0e 100644 --- a/examples/sdk-interactive-examples/examples/example-columnchart/package.json +++ b/examples/sdk-interactive-examples/examples/example-columnchart/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-columnchart", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "ColumnChart", "description": "This example demonstrates the usage of the ColumnChart component with the viewBy and stackBy properties.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-combochart/package.json b/examples/sdk-interactive-examples/examples/example-combochart/package.json index 003fc166e3e..9c874f7a5e9 100644 --- a/examples/sdk-interactive-examples/examples/example-combochart/package.json +++ b/examples/sdk-interactive-examples/examples/example-combochart/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-combochart", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "ComboChart", "description": "Example demonstrates ComboChart secondaryMeasures definition. ", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-dashboard/package.json b/examples/sdk-interactive-examples/examples/example-dashboard/package.json index ba37485b672..ee708254546 100644 --- a/examples/sdk-interactive-examples/examples/example-dashboard/package.json +++ b/examples/sdk-interactive-examples/examples/example-dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-dashboard", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "Dashboard component", "description": "This example shows how to use the Dashboard component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-datefilter/package.json b/examples/sdk-interactive-examples/examples/example-datefilter/package.json index 675984133ff..5968b603a60 100644 --- a/examples/sdk-interactive-examples/examples/example-datefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-datefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-datefilter", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "DateFilter", "description": "Example demonstrates usage of Date Filter component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json b/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json index 606c8254ba2..5608f1e6877 100644 --- a/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json +++ b/examples/sdk-interactive-examples/examples/example-dependentfilters/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-dependentfilters", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "Dependent Filters Example", "description": "This example demonstrates how to use multiple attribute filters linked together to filter data in a visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-execute/package.json b/examples/sdk-interactive-examples/examples/example-execute/package.json index 11f593335f4..aef379d18d2 100644 --- a/examples/sdk-interactive-examples/examples/example-execute/package.json +++ b/examples/sdk-interactive-examples/examples/example-execute/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-execute", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "Execute", "description": "This example demonstrates using Execute component and build custom visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-granularity/package.json b/examples/sdk-interactive-examples/examples/example-granularity/package.json index 1f40dc49f39..df788562a36 100644 --- a/examples/sdk-interactive-examples/examples/example-granularity/package.json +++ b/examples/sdk-interactive-examples/examples/example-granularity/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-granularity", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "Granularity", "description": "This example exmplains DateFilter granularity ", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-headline/package.json b/examples/sdk-interactive-examples/examples/example-headline/package.json index ad04021b8ad..fd03c048ef3 100644 --- a/examples/sdk-interactive-examples/examples/example-headline/package.json +++ b/examples/sdk-interactive-examples/examples/example-headline/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-headline", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "Headline", "description": "This example shows how to use the Headline component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-pivottable/package.json b/examples/sdk-interactive-examples/examples/example-pivottable/package.json index 1ae5dca81da..483b9d1faa5 100644 --- a/examples/sdk-interactive-examples/examples/example-pivottable/package.json +++ b/examples/sdk-interactive-examples/examples/example-pivottable/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-pivottable", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "PivotTable", "description": "Basic PivotTable manipulation.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json b/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json index 1355b8278ad..803e3afdf24 100644 --- a/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json +++ b/examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-relativedatefilter", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "title": "RelativeDateFilter", "description": "Example demonstrates how to set relative DateFilter for visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/package.json b/examples/sdk-interactive-examples/package.json index f1d07105386..2bc417609f2 100644 --- a/examples/sdk-interactive-examples/package.json +++ b/examples/sdk-interactive-examples/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-examples", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData React interactive examples", "license": "LicenseRef-LICENSE", "author": "GoodData Corporation", diff --git a/libs/api-client-bear/package.json b/libs/api-client-bear/package.json index 374521bafbe..b962a25cbd8 100644 --- a/libs/api-client-bear/package.json +++ b/libs/api-client-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-client-bear", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "API Client for the GoodData platform", "repository": { diff --git a/libs/api-client-tiger/package.json b/libs/api-client-tiger/package.json index bc982f95125..494af4b594e 100644 --- a/libs/api-client-tiger/package.json +++ b/libs/api-client-tiger/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-client-tiger", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "API Client for GoodData Cloud and GoodData.CN", "repository": { diff --git a/libs/api-model-bear/package.json b/libs/api-model-bear/package.json index 6cdd524f278..6162f005944 100644 --- a/libs/api-model-bear/package.json +++ b/libs/api-model-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/api-model-bear", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "TypeScript definition files for GoodData platform", "repository": { "type": "git", diff --git a/libs/sdk-backend-base/package.json b/libs/sdk-backend-base/package.json index 5f3050410eb..3ad89c31afe 100644 --- a/libs/sdk-backend-base/package.json +++ b/libs/sdk-backend-base/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-base", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData.UI SDK - Base for backend implementations", "repository": { diff --git a/libs/sdk-backend-bear/package.json b/libs/sdk-backend-bear/package.json index eed774a3b0d..e117bf1fe9a 100644 --- a/libs/sdk-backend-bear/package.json +++ b/libs/sdk-backend-bear/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-bear", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData Backend SPI implementation for the GoodData platform", "repository": { diff --git a/libs/sdk-backend-mockingbird/package.json b/libs/sdk-backend-mockingbird/package.json index 33a8c2dafd1..5a2f13aa41c 100644 --- a/libs/sdk-backend-mockingbird/package.json +++ b/libs/sdk-backend-mockingbird/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-mockingbird", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "Mock GoodData Backend SPI implementation", "repository": { diff --git a/libs/sdk-backend-spi/package.json b/libs/sdk-backend-spi/package.json index 411c0b15b5f..005b0a244f6 100644 --- a/libs/sdk-backend-spi/package.json +++ b/libs/sdk-backend-spi/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-spi", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData Backend SPI abstraction interfaces", "repository": { diff --git a/libs/sdk-backend-tiger/package.json b/libs/sdk-backend-tiger/package.json index d259c07cc67..e926fca36f0 100644 --- a/libs/sdk-backend-tiger/package.json +++ b/libs/sdk-backend-tiger/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-backend-tiger", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN", "repository": { diff --git a/libs/sdk-embedding/package.json b/libs/sdk-embedding/package.json index 877916e31ed..bcf582fc5f7 100644 --- a/libs/sdk-embedding/package.json +++ b/libs/sdk-embedding/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-embedding", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData Embedding APIs", "repository": { diff --git a/libs/sdk-model/package.json b/libs/sdk-model/package.json index 23f5af507b5..f12e4741575 100644 --- a/libs/sdk-model/package.json +++ b/libs/sdk-model/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-model", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations", "repository": { diff --git a/libs/sdk-ui-all/package.json b/libs/sdk-ui-all/package.json index d76fae8e29e..f63f62b4a34 100644 --- a/libs/sdk-ui-all/package.json +++ b/libs/sdk-ui-all/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-all", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData SDK - All-In-One", "repository": { diff --git a/libs/sdk-ui-charts/package.json b/libs/sdk-ui-charts/package.json index f3c68074561..956bf994686 100644 --- a/libs/sdk-ui-charts/package.json +++ b/libs/sdk-ui-charts/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-charts", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData.UI SDK - Charts", "repository": { "type": "git", diff --git a/libs/sdk-ui-dashboard/package.json b/libs/sdk-ui-dashboard/package.json index 3a973781aad..34e4bcb10b2 100644 --- a/libs/sdk-ui-dashboard/package.json +++ b/libs/sdk-ui-dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-dashboard", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData SDK - Dashboard Component", "repository": { "type": "git", diff --git a/libs/sdk-ui-ext/package.json b/libs/sdk-ui-ext/package.json index d9a7237f4ec..0f49466752e 100644 --- a/libs/sdk-ui-ext/package.json +++ b/libs/sdk-ui-ext/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-ext", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData.UI SDK - Extensions", "repository": { "type": "git", diff --git a/libs/sdk-ui-filters/package.json b/libs/sdk-ui-filters/package.json index c880f47496f..6f6da6a1ea1 100644 --- a/libs/sdk-ui-filters/package.json +++ b/libs/sdk-ui-filters/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-filters", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData.UI SDK - Filter Components", "repository": { "type": "git", diff --git a/libs/sdk-ui-geo/package.json b/libs/sdk-ui-geo/package.json index 19368b7077d..2202b6e91c7 100644 --- a/libs/sdk-ui-geo/package.json +++ b/libs/sdk-ui-geo/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-geo", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData.UI SDK - Geo Charts", "repository": { "type": "git", diff --git a/libs/sdk-ui-kit/package.json b/libs/sdk-ui-kit/package.json index 01de274c640..8365e273a01 100644 --- a/libs/sdk-ui-kit/package.json +++ b/libs/sdk-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-kit", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData SDK - UI Building Components", "repository": { "type": "git", diff --git a/libs/sdk-ui-loaders/package.json b/libs/sdk-ui-loaders/package.json index f8df9f4c70b..1c6ceec5d77 100644 --- a/libs/sdk-ui-loaders/package.json +++ b/libs/sdk-ui-loaders/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-loaders", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData SDK Runtime Component Loaders", "repository": { "type": "git", diff --git a/libs/sdk-ui-pivot/package.json b/libs/sdk-ui-pivot/package.json index 9d8f8ec5915..54a7c4e7fd1 100644 --- a/libs/sdk-ui-pivot/package.json +++ b/libs/sdk-ui-pivot/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-pivot", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData.UI SDK - Pivot Table", "repository": { "type": "git", diff --git a/libs/sdk-ui-theme-provider/package.json b/libs/sdk-ui-theme-provider/package.json index 190a89d791d..f1421b27433 100644 --- a/libs/sdk-ui-theme-provider/package.json +++ b/libs/sdk-ui-theme-provider/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-theme-provider", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData SDK - Theme provider", "repository": { "type": "git", diff --git a/libs/sdk-ui-vis-commons/package.json b/libs/sdk-ui-vis-commons/package.json index 37d488e273a..e0578428d92 100644 --- a/libs/sdk-ui-vis-commons/package.json +++ b/libs/sdk-ui-vis-commons/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-vis-commons", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData.UI SDK - common functionality for different types of visualizations", "repository": { "type": "git", diff --git a/libs/sdk-ui/package.json b/libs/sdk-ui/package.json index 064a73bff3f..baf0d88fc71 100644 --- a/libs/sdk-ui/package.json +++ b/libs/sdk-ui/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "description": "GoodData.UI SDK - Core", "repository": { "type": "git", diff --git a/libs/util/package.json b/libs/util/package.json index 270a1ad23d0..4b81e185fcb 100644 --- a/libs/util/package.json +++ b/libs/util/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/util", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData Utility Functions", "repository": { diff --git a/tools/app-toolkit/package.json b/tools/app-toolkit/package.json index d282d626685..769afce79db 100644 --- a/tools/app-toolkit/package.json +++ b/tools/app-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/app-toolkit", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "CLI with useful tools for creating and maintaining GoodData web applications.", "repository": { diff --git a/tools/catalog-export/package.json b/tools/catalog-export/package.json index f24580e3dd2..df721b5fc72 100644 --- a/tools/catalog-export/package.json +++ b/tools/catalog-export/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/catalog-export", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData SDK Catalog Export tooling", "repository": { diff --git a/tools/experimental-workspace/package.json b/tools/experimental-workspace/package.json index b5210e1304d..e828d0ea932 100644 --- a/tools/experimental-workspace/package.json +++ b/tools/experimental-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/experimental-workspace", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData SDK - Experimental workspace for features in dev", "repository": { diff --git a/tools/i18n-toolkit/package.json b/tools/i18n-toolkit/package.json index 0c910cb21b5..8cfec8d62ed 100644 --- a/tools/i18n-toolkit/package.json +++ b/tools/i18n-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/i18n-toolkit", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "Localization validator to validate localization complexity and intl and html format.", "repository": { diff --git a/tools/live-examples-workspace/package.json b/tools/live-examples-workspace/package.json index 19012a35c1a..57c6439e6a7 100644 --- a/tools/live-examples-workspace/package.json +++ b/tools/live-examples-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/live-examples-workspace", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData SDK - Live examples workspace for tests", "repository": { diff --git a/tools/mock-handling/package.json b/tools/mock-handling/package.json index c3815fc05ad..800c6bacd08 100644 --- a/tools/mock-handling/package.json +++ b/tools/mock-handling/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/mock-handling", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData SDK Mock data capture and management tool", "repository": { diff --git a/tools/plugin-toolkit/package.json b/tools/plugin-toolkit/package.json index 48606ea1aa3..fffa09b160e 100644 --- a/tools/plugin-toolkit/package.json +++ b/tools/plugin-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/plugin-toolkit", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData Set of Tools for working with Plugins", "repository": { diff --git a/tools/reference-workspace/package.json b/tools/reference-workspace/package.json index 8364ac0153b..a1423a69817 100644 --- a/tools/reference-workspace/package.json +++ b/tools/reference-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/reference-workspace", - "version": "9.8.0", + "version": "9.9.0-alpha.7", "author": "GoodData", "description": "GoodData SDK - Reference Workspace for tests", "repository": {