From 34ec9e905273ab8f2d3715ecdc38b1d4c5fef0e3 Mon Sep 17 00:00:00 2001 From: git-action Date: Mon, 21 Oct 2024 11:10:37 +0000 Subject: [PATCH] chore: bump versions to 10.14.0-alpha.3 risk: nonprod --- 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/example-repeater/package.json | 2 +- examples/sdk-interactive-examples/package.json | 2 +- libs/api-client-tiger/package.json | 2 +- libs/sdk-backend-base/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-gen-ai/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-semantic-search/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/i18n-toolkit/package.json | 2 +- tools/mock-handling/package.json | 2 +- tools/plugin-toolkit/package.json | 2 +- tools/reference-workspace/package.json | 2 +- 44 files changed, 45 insertions(+), 45 deletions(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 42eab5ab1b0..15b4ec58228 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -12,14 +12,14 @@ { "definitionName": "lockStepVersion", "policyName": "sdk", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "nextBump": "prerelease", "mainProject": "@gooddata/sdk-ui-all" }, { "definitionName": "lockStepVersion", "policyName": "sdk-examples", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 1e5b1080e53..3f2656c0f12 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 48c3f533305..6c3124e3802 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 30349d19180..0620c6528ac 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 1613660a460..b18bb4e361a 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 0cd17a4952f..d834d72fe74 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 e6d77938756..f052e22a0ab 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 54bcb910e6c..21c736b689c 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 69309c50a9f..0192a691392 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 01da5a8b97d..7554b5262c4 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 a50824cef42..99c23c7dde4 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 f54d25f0dc4..fe24a420edb 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 6b2875a1e71..62a1d41b36c 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 12feb04bbeb..a204d9979e7 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "title": "RelativeDateFilter", "description": "Example demonstrates how to set relative DateFilter for visualization.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/examples/example-repeater/package.json b/examples/sdk-interactive-examples/examples/example-repeater/package.json index a6262a08eee..478e6a003ec 100644 --- a/examples/sdk-interactive-examples/examples/example-repeater/package.json +++ b/examples/sdk-interactive-examples/examples/example-repeater/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-interactive-example-repeater", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "title": "Repeater Example", "description": "This example demonstrates how to use Repeater component.", "author": "GoodData Corporation", diff --git a/examples/sdk-interactive-examples/package.json b/examples/sdk-interactive-examples/package.json index 92570d70d2b..44f1d79c919 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "description": "GoodData React interactive examples", "license": "LicenseRef-LICENSE", "author": "GoodData Corporation", diff --git a/libs/api-client-tiger/package.json b/libs/api-client-tiger/package.json index 43f60054af2..0a649340d9a 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "author": "GoodData", "description": "API Client for GoodData Cloud and GoodData.CN", "repository": { diff --git a/libs/sdk-backend-base/package.json b/libs/sdk-backend-base/package.json index 8e93623c018..763d15cf564 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "author": "GoodData", "description": "GoodData.UI SDK - Base for backend implementations", "repository": { diff --git a/libs/sdk-backend-mockingbird/package.json b/libs/sdk-backend-mockingbird/package.json index 912c30e6ed9..c1a284d2410 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 c0d9fb19b6e..9d1741184b3 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 5f1cd30b828..8c0ca5387cb 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 aa697f34c93..c2747d4b44c 100644 --- a/libs/sdk-embedding/package.json +++ b/libs/sdk-embedding/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-embedding", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "author": "GoodData", "description": "GoodData Embedding APIs", "repository": { diff --git a/libs/sdk-model/package.json b/libs/sdk-model/package.json index e91d06fe615..122409f4f2f 100644 --- a/libs/sdk-model/package.json +++ b/libs/sdk-model/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-model", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 13ca8e8c07d..47a7b0554ed 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 981206fd95e..f4b21e85fb2 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 d13d540c2ce..5c9003e0aa9 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 95ac012434d..3ace3177ed7 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 902f21aa905..32f1b705fc3 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "description": "GoodData.UI SDK - Filter Components", "repository": { "type": "git", diff --git a/libs/sdk-ui-gen-ai/package.json b/libs/sdk-ui-gen-ai/package.json index a4ab5fbedf4..7a6662f5347 100644 --- a/libs/sdk-ui-gen-ai/package.json +++ b/libs/sdk-ui-gen-ai/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-gen-ai", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "description": "GoodData GenAI SDK", "repository": { "type": "git", diff --git a/libs/sdk-ui-geo/package.json b/libs/sdk-ui-geo/package.json index fa14cc5ae9d..8784b2f93d7 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 43d2f7729ec..331f4df7eea 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 3944f51a507..643c7a3aa59 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 686ff124cd9..026650fb486 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "description": "GoodData.UI SDK - Pivot Table", "repository": { "type": "git", diff --git a/libs/sdk-ui-semantic-search/package.json b/libs/sdk-ui-semantic-search/package.json index b605f5cb7d0..923360956c5 100644 --- a/libs/sdk-ui-semantic-search/package.json +++ b/libs/sdk-ui-semantic-search/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui-semantic-search", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "description": "GoodData SDK TypeScript & React skeleton", "repository": { "type": "git", diff --git a/libs/sdk-ui-theme-provider/package.json b/libs/sdk-ui-theme-provider/package.json index d784a270027..3e75cb0c271 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 5773fbc8f9a..58f4d6074ca 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": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 c65d5cf6f65..2fbe3ce7e44 100644 --- a/libs/sdk-ui/package.json +++ b/libs/sdk-ui/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/sdk-ui", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "description": "GoodData.UI SDK - Core", "repository": { "type": "git", diff --git a/libs/util/package.json b/libs/util/package.json index 0bcb91b4d80..79cede0edba 100644 --- a/libs/util/package.json +++ b/libs/util/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/util", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "author": "GoodData", "description": "GoodData Utility Functions", "repository": { diff --git a/tools/app-toolkit/package.json b/tools/app-toolkit/package.json index 13fcb4bdb1c..4fe8a93b058 100644 --- a/tools/app-toolkit/package.json +++ b/tools/app-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/app-toolkit", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 647fd458699..af41e67b97b 100644 --- a/tools/catalog-export/package.json +++ b/tools/catalog-export/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/catalog-export", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "author": "GoodData", "description": "GoodData SDK Catalog Export tooling", "repository": { diff --git a/tools/i18n-toolkit/package.json b/tools/i18n-toolkit/package.json index b0018bee665..6e05871965d 100644 --- a/tools/i18n-toolkit/package.json +++ b/tools/i18n-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/i18n-toolkit", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "author": "GoodData", "description": "Localization validator to validate localization complexity and intl and html format.", "repository": { diff --git a/tools/mock-handling/package.json b/tools/mock-handling/package.json index 662f7269f88..bf488844c12 100644 --- a/tools/mock-handling/package.json +++ b/tools/mock-handling/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/mock-handling", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 2fee189b643..10ac8e18cf8 100644 --- a/tools/plugin-toolkit/package.json +++ b/tools/plugin-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/plugin-toolkit", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "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 4ae7e45cea1..38fbf68e496 100644 --- a/tools/reference-workspace/package.json +++ b/tools/reference-workspace/package.json @@ -1,6 +1,6 @@ { "name": "@gooddata/reference-workspace", - "version": "10.14.0-alpha.2", + "version": "10.14.0-alpha.3", "author": "GoodData", "description": "GoodData SDK - Reference Workspace for tests", "repository": {