From 8bd5fed2466b2fd4b4a49929eafda6c7b57737cd Mon Sep 17 00:00:00 2001 From: actions-user Date: Fri, 7 Jul 2023 17:33:02 +0000 Subject: [PATCH] chore: docs releases json auto-update --- www/docs/static/latest | 2 +- www/docs/static/latest-pro | 2 +- www/docs/static/releases-pro.json | 3 +++ www/docs/static/releases.json | 3 +++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/www/docs/static/latest b/www/docs/static/latest index 40a06c501..b620d3671 100644 --- a/www/docs/static/latest +++ b/www/docs/static/latest @@ -1 +1 @@ -v1.19.0 +v1.19.1 diff --git a/www/docs/static/latest-pro b/www/docs/static/latest-pro index b99c12b9b..7873cb2a0 100644 --- a/www/docs/static/latest-pro +++ b/www/docs/static/latest-pro @@ -1 +1 @@ -v1.19.1-pro +v1.19.2-pro diff --git a/www/docs/static/releases-pro.json b/www/docs/static/releases-pro.json index 5aaac3f6b..094cdb52d 100644 --- a/www/docs/static/releases-pro.json +++ b/www/docs/static/releases-pro.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v1.19.2-pro" + }, { "tag_name": "v1.19.1-pro" }, diff --git a/www/docs/static/releases.json b/www/docs/static/releases.json index e9b453cbe..5887cb275 100644 --- a/www/docs/static/releases.json +++ b/www/docs/static/releases.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v1.19.1" + }, { "tag_name": "v1.19.0" },