Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-to-master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 16, 2024
2 parents 0b72fe8 + f868402 commit 103c44a
Show file tree
Hide file tree
Showing 712 changed files with 14,737 additions and 14,336 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-code-drop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
slack-notification:
strategy:
matrix:
channels: ["#javascript-notifications", "#ask-delivery"]
channels: ["#javascript-notifications", "#releases"]
runs-on: [ubuntu-latest]
needs: [prepare-versions-release, prepare-versions-master]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-postrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
slack-notification:
strategy:
matrix:
channels: ["#javascript-notifications", "#ask-delivery"]
channels: ["#javascript-notifications", "#releases"]
runs-on: [ubuntu-latest]
needs: [publish-documentation, get-version-from-release-branch]
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "API method importCsv now returns update info about file",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
10 changes: 10 additions & 0 deletions common/changes/@gooddata/sdk-ui-all/master_2024-05-06-14-05.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "Forecast implementation into line chart",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "Include hierarchy data in workspace descriptor",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "added filter for root workspaces only to workspaces query",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "use only description attribute for workspace description",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "Enhanced export function to support PDF format and added PDF configuration option.",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Loading

0 comments on commit 103c44a

Please sign in to comment.