Skip to content

Commit 5d6a598

Browse files
authored
Merge pull request #6160 from gooddata/fix-release-version
Revert "chore: bump versions to 10.24.0"
2 parents ac9cbba + 4c8b96c commit 5d6a598

File tree

50 files changed

+86
-78
lines changed

Some content is hidden

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

50 files changed

+86
-78
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@gooddata/sdk-ui-all",
5+
"comment": "Update minimal node to 22.13.0",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@gooddata/sdk-ui-all"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@gooddata/sdk-ui-all",
5+
"comment": "Fix: Do not reset date filter on cancel click in apply all filters at once mode",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@gooddata/sdk-ui-all"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@gooddata/sdk-ui-all",
5+
"comment": "Bugfix of attribute filter. When together apply all filters and close values dropdown with filled search the app crashes.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@gooddata/sdk-ui-all"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@gooddata/sdk-ui-all",
5+
"comment": "Dashboard execution and rendering is not blocked by loading of catalog",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@gooddata/sdk-ui-all"
10+
}

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.24.0",
15+
"version": "10.24.0-beta.0",
1616
"nextBump": "prerelease",
1717
"mainProject": "@gooddata/sdk-ui-all"
1818
},
1919
{
2020
"definitionName": "lockStepVersion",
2121
"policyName": "sdk-examples",
22-
"version": "10.24.0",
22+
"version": "10.24.0-beta.0",
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.24.0",
3+
"version": "10.24.0-beta.0",
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.24.0",
3+
"version": "10.24.0-beta.0",
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.24.0",
3+
"version": "10.24.0-beta.0",
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.24.0",
3+
"version": "10.24.0-beta.0",
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.24.0",
3+
"version": "10.24.0-beta.0",
44
"title": "ComboChart",
55
"description": "Example demonstrates ComboChart secondaryMeasures definition. ",
66
"author": "GoodData",

0 commit comments

Comments
 (0)