Skip to content

Commit f16e93c

Browse files
author
git-action
committed
chore: bump versions to 10.21.0-alpha.26
risk: nonprod
1 parent 7669869 commit f16e93c

File tree

44 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+45
-45
lines changed

Diff for: common/config/rush/version-policies.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
{
1313
"definitionName": "lockStepVersion",
1414
"policyName": "sdk",
15-
"version": "10.21.0-alpha.25",
15+
"version": "10.21.0-alpha.26",
1616
"nextBump": "prerelease",
1717
"mainProject": "@gooddata/sdk-ui-all"
1818
},
1919
{
2020
"definitionName": "lockStepVersion",
2121
"policyName": "sdk-examples",
22-
"version": "10.21.0-alpha.25",
22+
"version": "10.21.0-alpha.26",
2323
"nextBump": "prerelease",
2424
"mainProject": "@gooddata/sdk-interactive-examples"
2525
}

Diff for: examples/sdk-interactive-examples/examples-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-examples-template",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "GoodData interactive example template",
55
"description": "GoodData interactive example template",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-attributefilter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-attributefilter",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "Attribute Filter Example",
55
"description": "This example demonstrates how to use the AttributeFilter component to filter data in a visualization.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-chartconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-chartconfig",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "Chart config manipulation",
55
"description": "This interactive example demonstrates how to manipulate the chart config.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-columnchart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-columnchart",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "ColumnChart",
55
"description": "This example demonstrates the usage of the ColumnChart component with the viewBy and stackBy properties.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-combochart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-combochart",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "ComboChart",
55
"description": "Example demonstrates ComboChart secondaryMeasures definition. ",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-dashboard",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "Dashboard component",
55
"description": "This example shows how to use the Dashboard component.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-datefilter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-datefilter",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "DateFilter",
55
"description": "Example demonstrates usage of Date Filter component.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-dependentfilters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-dependentfilters",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "Dependent Filters Example",
55
"description": "This example demonstrates how to use multiple attribute filters linked together to filter data in a visualization.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-execute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-execute",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "Execute",
55
"description": "This example demonstrates using Execute component and build custom visualization.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-granularity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-granularity",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "Granularity",
55
"description": "This example exmplains DateFilter granularity ",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-headline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-headline",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "Headline",
55
"description": "This example shows how to use the Headline component.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-pivottable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-pivottable",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "PivotTable",
55
"description": "Basic PivotTable manipulation.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-relativedatefilter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-relativedatefilter",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "RelativeDateFilter",
55
"description": "Example demonstrates how to set relative DateFilter for visualization.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/examples/example-repeater/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-example-repeater",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"title": "Repeater Example",
55
"description": "This example demonstrates how to use Repeater component.",
66
"author": "GoodData",

Diff for: examples/sdk-interactive-examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-interactive-examples",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData React interactive examples",
55
"license": "LicenseRef-LICENSE",
66
"author": "GoodData Corporation",

Diff for: libs/api-client-tiger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/api-client-tiger",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "API Client for GoodData Cloud and GoodData.CN",
66
"repository": {

Diff for: libs/sdk-backend-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-backend-base",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData.UI SDK - Base for backend implementations",
66
"repository": {

Diff for: libs/sdk-backend-mockingbird/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-backend-mockingbird",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "Mock GoodData Backend SPI implementation",
66
"repository": {

Diff for: libs/sdk-backend-spi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-backend-spi",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData Backend SPI abstraction interfaces",
66
"repository": {

Diff for: libs/sdk-backend-tiger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-backend-tiger",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN",
66
"repository": {

Diff for: libs/sdk-embedding/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-embedding",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData Embedding APIs",
66
"repository": {

Diff for: libs/sdk-model/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-model",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData Model definitions used by UI components and Backend SPI and its implementations",
66
"repository": {

Diff for: libs/sdk-ui-all/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-all",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData SDK - All-In-One",
66
"repository": {

Diff for: libs/sdk-ui-charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-charts",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData.UI SDK - Charts",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-dashboard",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData SDK - Dashboard Component",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-ext/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-ext",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData.UI SDK - Extensions",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-filters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-filters",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData.UI SDK - Filter Components",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-gen-ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-gen-ai",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData GenAI SDK",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-geo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-geo",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData.UI SDK - Geo Charts",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-kit",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData SDK - UI Building Components",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-loaders/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-loaders",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData SDK Runtime Component Loaders",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-pivot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-pivot",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData.UI SDK - Pivot Table",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-semantic-search/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-semantic-search",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData SDK TypeScript & React skeleton",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-theme-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-theme-provider",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData SDK - Theme provider",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui-vis-commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui-vis-commons",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData.UI SDK - common functionality for different types of visualizations",
55
"repository": {
66
"type": "git",

Diff for: libs/sdk-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/sdk-ui",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"description": "GoodData.UI SDK - Core",
55
"repository": {
66
"type": "git",

Diff for: libs/util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/util",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData Utility Functions",
66
"repository": {

Diff for: tools/app-toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/app-toolkit",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "CLI with useful tools for creating and maintaining GoodData web applications.",
66
"repository": {

Diff for: tools/catalog-export/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/catalog-export",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData SDK Catalog Export tooling",
66
"repository": {

Diff for: tools/i18n-toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/i18n-toolkit",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "Localization validator to validate localization complexity and intl and html format.",
66
"repository": {

Diff for: tools/mock-handling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/mock-handling",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData SDK Mock data capture and management tool",
66
"repository": {

Diff for: tools/plugin-toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/plugin-toolkit",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData Set of Tools for working with Plugins",
66
"repository": {

Diff for: tools/reference-workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gooddata/reference-workspace",
3-
"version": "10.21.0-alpha.25",
3+
"version": "10.21.0-alpha.26",
44
"author": "GoodData",
55
"description": "GoodData SDK - Reference Workspace for tests",
66
"repository": {

0 commit comments

Comments
 (0)