Skip to content

Commit 46b2720

Browse files
add versions for new releases (cosmos#1175)
## Description closes: #XXXX --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why. - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting)) - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md). - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing) - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`) - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code). - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md` - [x] Re-reviewed `Files changed` in the Github PR explorer - [ ] Review `Codecov Report` in the comment section below once CI passes
1 parent 1468382 commit 46b2720

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

docs/.vuepress/config.js

+21-1
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,30 @@ module.exports = {
4242
"label": "v1.2.0",
4343
"key": "v1.2.0"
4444
},
45+
{
46+
"label": "v1.3.0",
47+
"key": "v1.3.0"
48+
},
49+
{
50+
"label": "v1.4.0",
51+
"key": "v1.4.0"
52+
},
4553
{
4654
"label": "v2.0.0",
4755
"key": "v2.0.0"
48-
}
56+
} ,
57+
{
58+
"label": "v2.1.0",
59+
"key": "v2.1.0"
60+
},
61+
{
62+
"label": "v2.2.0",
63+
"key": "v2.2.0"
64+
},
65+
{
66+
"label": "v3.0.0",
67+
"key": "v3.0.0"
68+
}
4969
],
5070
topbar: {
5171
banner: true

docs/versions

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
release/v3.0.x v3.0.0
2+
release/v2.2.x v2.2.0
3+
release/v2.1.x v2.1.0
14
release/v2.0.x v2.0.0
5+
release/v1.4.x v1.4.0
6+
release/v1.3.x v1.3.0
27
release/v1.2.x v1.2.0
38
release/v1.1.x v1.1.0
49
main main

0 commit comments

Comments
 (0)