From 5f67cb16d05a349f92583a6afc23a262a0ffa86c Mon Sep 17 00:00:00 2001 From: MSalopek Date: Thu, 22 Aug 2024 18:09:42 +0200 Subject: [PATCH 1/3] docs: add v19, deprecate v18 docs --- docs/docusaurus.config.js | 11 +++-------- docs/versions.json | 3 +-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 2f0384182f7..82ea2fc3027 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -60,14 +60,9 @@ const config = { label: "Unreleased (main)", banner: "unreleased", }, - "v18.1.0": { - path: "v18.1.0", - label: "On chain (v18.1.0)", - banner: "none", - }, - "v19.0.0-rc0": { - path: "v19.0.0-rc0", - label: "Pre-release (v19.0.0)", + "v19.1.0": { + path: "v19.1.0", + label: "On chain (v19.1.0)", banner: "none", }, }, diff --git a/docs/versions.json b/docs/versions.json index a996565df96..644945958f0 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,4 +1,3 @@ [ - "v18.1.0", - "v19.0.0-rc0" + "v19.1.0" ] \ No newline at end of file From 00a959787233c1acef0159232f1993aa44b985b3 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Thu, 22 Aug 2024 18:12:11 +0200 Subject: [PATCH 2/3] docs: tag v19.1.0 as latest --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 82ea2fc3027..7aa327f3ba7 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -53,7 +53,7 @@ const config = { docs: { routeBasePath: "/", sidebarPath: require.resolve("./sidebars.js"), - lastVersion: "v18.1.0", + lastVersion: "v19.1.0", versions: { current: { path: "main", From e5bb77f14d308add8116516520fea181ee8e351f Mon Sep 17 00:00:00 2001 From: MSalopek Date: Thu, 22 Aug 2024 18:16:17 +0200 Subject: [PATCH 3/3] docs: update main banner --- docs/docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 23d4c6454b6..06b421db7cf 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -5,10 +5,10 @@ sidebar_position: 1 --- :::tip -### **Gaia v18 Upgrade** -Cosmos Hub will be upgraded to [v18.1.0](https://github.com/cosmos/gaia/releases/tag/v18.1.0) at block height: [21,330,500](https://www.mintscan.io/cosmos/block/21330500). +### **Gaia v19 Upgrade** +Cosmos Hub upgraded to [v19.1.0](https://github.com/cosmos/gaia/releases/tag/v19.1.0) at block height: [21,835,200](https://www.mintscan.io/cosmos/block/21835200). -To upgrade from v17.3.0 check the [upgrade guide](https://github.com/cosmos/gaia/blob/v18.1.0/UPGRADING.md). +To upgrade from v18.1.0 check the [upgrade guide](https://github.com/cosmos/gaia/blob/v19.1.0/UPGRADING.md). ::: ![Welcome to the Cosmos Hub](images/cosmos-hub-image.jpg)