Skip to content

Commit

Permalink
Merge pull request #4748 from gooddata/release-to-master
Browse files Browse the repository at this point in the history
Merge release into master

Reviewed-by: https://github.com/ivanmjartan
  • Loading branch information
gdgate authored Mar 7, 2024
2 parents 8cebf6d + d386df6 commit 86ebeb5
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 33 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push-webcomponents-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
name: Push ~ Build web component's container image

on:
push:
branches: ["master", "release", "hotfix/tiger", "hotfix/panther", "fast_track"]
push:
branches: ["master", "release", "hotfix/tiger", "hotfix/panther", "fast_track"]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
group: ${{ github.ref }}
cancel-in-progress: true

env:
WEB_COMPONENTS_DIR: libs/sdk-ui-web-components
WEB_COMPONENTS_DIR: libs/sdk-ui-web-components

jobs:
build-web-components:
Expand Down

This file was deleted.

This file was deleted.

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 = "9.7"
version = "9.8"
dirpath = "latest"
url = "/latest/"
[[versions]]
version = "9.7"
dirpath = "9.7"
url = "/9.7/"
[[versions]]
version = "9.6"
dirpath = "9.6"
Expand All @@ -19,10 +23,6 @@
version = "9.5"
dirpath = "9.5"
url = "/9.5/"
[[versions]]
version = "9.4"
dirpath = "9.4"
url = "/9.4/"
[[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!
/9.7/ {{ .Site.BaseURL }}/latest/ 301!
/9.7.0/ {{ .Site.BaseURL }}/latest/ 301!
/9.8/ {{ .Site.BaseURL }}/latest/ 301!
/9.8.0/ {{ .Site.BaseURL }}/latest/ 301!
/9.7.0/ {{ .Site.BaseURL }}/9.7/ 301!
/9.6.0/ {{ .Site.BaseURL }}/9.6/ 301!
/9.5.0/ {{ .Site.BaseURL }}/9.5/ 301!
/9.4.0/ {{ .Site.BaseURL }}/9.4/ 301!
Expand Down
15 changes: 15 additions & 0 deletions libs/sdk-ui-all/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@gooddata/sdk-ui-all",
"entries": [
{
"version": "9.8.0",
"tag": "@gooddata/sdk-ui-all_v9.8.0",
"date": "Thu, 07 Mar 2024 09:02:52 GMT",
"comments": {
"none": [
{
"comment": "Rename word 'Insight' to 'Visualization'"
},
{
"comment": "Add services to list insights and dashboards with paging"
}
]
}
},
{
"version": "9.7.0",
"tag": "@gooddata/sdk-ui-all_v9.7.0",
Expand Down
10 changes: 9 additions & 1 deletion libs/sdk-ui-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @gooddata/sdk-ui-all

This log was last generated on Thu, 22 Feb 2024 09:17:23 GMT and should not be manually modified.
This log was last generated on Thu, 07 Mar 2024 09:02:52 GMT and should not be manually modified.

## 9.8.0
Thu, 07 Mar 2024 09:02:52 GMT

### Updates

- Rename word 'Insight' to 'Visualization'
- Add services to list insights and dashboards with paging

## 9.7.0
Thu, 22 Feb 2024 09:17:23 GMT
Expand Down

0 comments on commit 86ebeb5

Please sign in to comment.