Skip to content

Commit

Permalink
Merge pull request #5561 from gooddata/release-to-master
Browse files Browse the repository at this point in the history
Merge release into master
  • Loading branch information
ivanmjartan authored Nov 14, 2024
2 parents c28cf28 + e24b7c9 commit 59285dc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
10 changes: 5 additions & 5 deletions docs/config/public/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
# on every patch release of respective branch

[[versions]]
version = "10.13"
version = "10.14"
dirpath = "latest"
url = "/latest/"
[[versions]]
version = "10.13"
dirpath = "10.13"
url = "/10.13/"
[[versions]]
version = "10.12"
dirpath = "10.12"
Expand All @@ -19,10 +23,6 @@
version = "10.11"
dirpath = "10.11"
url = "/10.11/"
[[versions]]
version = "10.10"
dirpath = "10.10"
url = "/10.10/"
[[versions]]
version = "Older"
url = "https://sdk.gooddata.com/gooddata-ui/versions.html"
5 changes: 3 additions & 2 deletions docs/layouts/index.redir
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Redirects
/ {{ .Site.BaseURL }}/latest/ 301!
/docs/ {{ .Site.BaseURL }}/latest/ 301!
/10.13/ {{ .Site.BaseURL }}/latest/ 301!
/10.13.0/ {{ .Site.BaseURL }}/latest/ 301!
/10.14/ {{ .Site.BaseURL }}/latest/ 301!
/10.14.0/ {{ .Site.BaseURL }}/latest/ 301!
/10.13.0/ {{ .Site.BaseURL }}/10.13/ 301!
/10.12.0/ {{ .Site.BaseURL }}/10.12/ 301!
/10.11.0/ {{ .Site.BaseURL }}/10.11/ 301!
/10.10.0/ {{ .Site.BaseURL }}/10.10/ 301!
Expand Down
6 changes: 6 additions & 0 deletions libs/sdk-ui-all/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@gooddata/sdk-ui-all",
"entries": [
{
"version": "10.14.0",
"tag": "@gooddata/sdk-ui-all_v10.14.0",
"date": "Thu, 14 Nov 2024 11:46:42 GMT",
"comments": {}
},
{
"version": "10.13.0",
"tag": "@gooddata/sdk-ui-all_v10.13.0",
Expand Down
7 changes: 6 additions & 1 deletion libs/sdk-ui-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @gooddata/sdk-ui-all

This log was last generated on Thu, 31 Oct 2024 08:50:19 GMT and should not be manually modified.
This log was last generated on Thu, 14 Nov 2024 11:46:42 GMT and should not be manually modified.

## 10.14.0
Thu, 14 Nov 2024 11:46:42 GMT

_Version update only_

## 10.13.0
Thu, 31 Oct 2024 08:50:19 GMT
Expand Down

0 comments on commit 59285dc

Please sign in to comment.