diff --git a/CHANGELOG.md b/CHANGELOG.md index 38dea70475..4c2fb94306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,4 +34,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The overview page has been rewritten to be more concise and informative (#512, #515, #516). - FSD has updated its branding, and there are now guidelines to the brand usage. The standard spelling of the name is now "Feature-Sliced Design" (#496, #499, #500, #465). -[2.0.0]: feature-sliced/documentation/releases/tag/v2.0.0 \ No newline at end of file +[2.0.0]: https://github.com/feature-sliced/documentation/releases/tag/v2.0.0 diff --git a/config/docusaurus/extensions.js b/config/docusaurus/extensions.js index 7b9ad5d2d4..53a8e3f2fe 100644 --- a/config/docusaurus/extensions.js +++ b/config/docusaurus/extensions.js @@ -58,7 +58,7 @@ const presets = [ showLastUpdateTime: true, versions: { current: { - label: `v2.0-beta 🍰`, + label: `v2.0.0 🍰`, }, }, sidebarItemsGenerator, diff --git a/i18n/en/docusaurus-plugin-content-docs/current.json b/i18n/en/docusaurus-plugin-content-docs/current.json index 409b26a06f..9af1eb6531 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current.json +++ b/i18n/en/docusaurus-plugin-content-docs/current.json @@ -1,6 +1,6 @@ { "version.label": { - "message": "v2.0-beta 🍰", + "message": "v2.0.0 🍰", "description": "The label for version current" }, "sidebar.getstartedSidebar.category.Tutorials": { diff --git a/i18n/ru/docusaurus-plugin-content-docs/current.json b/i18n/ru/docusaurus-plugin-content-docs/current.json index 5ddf079f8b..6487d3a7d4 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current.json +++ b/i18n/ru/docusaurus-plugin-content-docs/current.json @@ -1,6 +1,6 @@ { "version.label": { - "message": "v2.0-beta 🍰", + "message": "v2.0.0 🍰", "description": "The label for version current" }, "sidebar.getstartedSidebar.category.🚀 Get Started": { diff --git a/i18n/uz/docusaurus-plugin-content-docs/current.json b/i18n/uz/docusaurus-plugin-content-docs/current.json index 49719c5859..8d1bb5d865 100644 --- a/i18n/uz/docusaurus-plugin-content-docs/current.json +++ b/i18n/uz/docusaurus-plugin-content-docs/current.json @@ -1,6 +1,6 @@ { "version.label": { - "message": "v2.0-beta 🍰", + "message": "v2.0.0 🍰", "description": "The label for version current" }, "sidebar.getstartedSidebar.category.Tutorials": { diff --git a/package.json b/package.json index dbc0df67ff..0182c4cd35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@feature-sliced/documentation", - "version": "2.0.0-beta", + "version": "2.0.0", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/src/pages/versions/index.tsx b/src/pages/versions/index.tsx index be7c1381bf..ee7f7fd234 100644 --- a/src/pages/versions/index.tsx +++ b/src/pages/versions/index.tsx @@ -28,12 +28,12 @@ function Version() { {latestVersion && (
{translate({ id: "pages.versions.current" })}