Skip to content

Commit 42fb7c7

Browse files
author
git-action
committed
chore: bump versions to 10.21.0-alpha.12
risk: nonprod
1 parent cf99f91 commit 42fb7c7

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

common/config/rush/version-policies.json

Lines changed: 2 additions & 2 deletions
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.11",
15+
"version": "10.21.0-alpha.12",
1616
"nextBump": "prerelease",
1717
"mainProject": "@gooddata/sdk-ui-all"
1818
},
1919
{
2020
"definitionName": "lockStepVersion",
2121
"policyName": "sdk-examples",
22-
"version": "10.21.0-alpha.11",
22+
"version": "10.21.0-alpha.12",
2323
"nextBump": "prerelease",
2424
"mainProject": "@gooddata/sdk-interactive-examples"
2525
}

examples/sdk-interactive-examples/examples-template/package.json

Lines changed: 1 addition & 1 deletion
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.11",
3+
"version": "10.21.0-alpha.12",
44
"title": "GoodData interactive example template",
55
"description": "GoodData interactive example template",
66
"author": "GoodData",

examples/sdk-interactive-examples/examples/example-attributefilter/package.json

Lines changed: 1 addition & 1 deletion
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.11",
3+
"version": "10.21.0-alpha.12",
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",

examples/sdk-interactive-examples/examples/example-chartconfig/package.json

Lines changed: 1 addition & 1 deletion
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.11",
3+
"version": "10.21.0-alpha.12",
44
"title": "Chart config manipulation",
55
"description": "This interactive example demonstrates how to manipulate the chart config.",
66
"author": "GoodData",

examples/sdk-interactive-examples/examples/example-columnchart/package.json

Lines changed: 1 addition & 1 deletion
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.11",
3+
"version": "10.21.0-alpha.12",
44
"title": "ColumnChart",
55
"description": "This example demonstrates the usage of the ColumnChart component with the viewBy and stackBy properties.",
66
"author": "GoodData",

examples/sdk-interactive-examples/examples/example-combochart/package.json

Lines changed: 1 addition & 1 deletion
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.11",
3+
"version": "10.21.0-alpha.12",
44
"title": "ComboChart",
55
"description": "Example demonstrates ComboChart secondaryMeasures definition. ",
66
"author": "GoodData",

examples/sdk-interactive-examples/examples/example-dashboard/package.json

Lines changed: 1 addition & 1 deletion
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.11",
3+
"version": "10.21.0-alpha.12",
44
"title": "Dashboard component",
55
"description": "This example shows how to use the Dashboard component.",
66
"author": "GoodData",

examples/sdk-interactive-examples/examples/example-datefilter/package.json

Lines changed: 1 addition & 1 deletion
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.11",
3+
"version": "10.21.0-alpha.12",
44
"title": "DateFilter",
55
"description": "Example demonstrates usage of Date Filter component.",
66
"author": "GoodData",

examples/sdk-interactive-examples/examples/example-dependentfilters/package.json

Lines changed: 1 addition & 1 deletion
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.11",
3+
"version": "10.21.0-alpha.12",
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",

examples/sdk-interactive-examples/examples/example-execute/package.json

Lines changed: 1 addition & 1 deletion
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.11",
3+
"version": "10.21.0-alpha.12",
44
"title": "Execute",
55
"description": "This example demonstrates using Execute component and build custom visualization.",
66
"author": "GoodData",

0 commit comments

Comments
 (0)