From cf0c68f041daac066a0292d521461dbd092d7c31 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 18 Oct 2024 19:49:31 -0400 Subject: [PATCH] Release 0.11.0 preparation (#2101) --- CHANGELOG.md | 23 ++++++++++++++++------- package.json | 8 ++++---- userguide/hugo.yaml | 2 +- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 122b3756b..00936716b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Useful links: [releases]: https://github.com/google/docsy/releases [tags]: https://github.com/google/docsy/tags -## 0.10.1 or 0.11.0 +## 0.11.1 or 0.12.0 > ### UNRELEASED: this planned version is still under development @@ -28,21 +28,30 @@ For the full list of changes, see the [0.x.y] release notes. **New**: +**Other changes**: + +[0.x.y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y + +## 0.11.0 + +For the full list of changes, see the [0.11.0] release notes. + +**New**: + - Support for Right-To-Left (RLT) languages is reintroduced via [Bootstrap's - base support for RTL][bs-rtl]. + support for RTL][bs-rtl]. For details, see [Right-to-left languages][rtl]. - The URL to your project's contribution guidelines is configurable. For details, see [Adding a community page]. -- A warning is now output when a section's sidebar entries are truncated because - there are more than [params.ui.sidebar_menu_truncate] section entries. +- When a section's sidebar entries are truncated because there are more than + [params.ui.sidebar_menu_truncate] section entries, a warning is issued. -**Other changes**: TBC - -[0.x.y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y +[0.11.0]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y [bs-rtl]: https://getbootstrap.com/docs/5.3/getting-started/rtl/ [Adding a community page]: https://www.docsy.dev/docs/adding-content/content/#adding-a-community-page [params.ui.sidebar_menu_truncate]: https://www.docsy.dev/docs/adding-content/navigation/#section-menu-options +[rtl]: https://www.docsy.dev/docs/language/#right-to-left-languages ## 0.10.0 diff --git a/package.json b/package.json index f7e33b1fb..2cf9d6d40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docsy", - "version": "0.10.1-dev.0-unreleased", - "version.next": "0.10.2-dev.0-unreleased", + "version": "0.11.0", + "version.next": "0.11.1-dev.0-unreleased", "repository": "github:google/docsy", "homepage": "https://www.docsy.dev", "license": "Apache-2.0", @@ -41,13 +41,13 @@ }, "devDependencies": { "cpy-cli": "^5.0.0", - "hugo-extended": "0.136.1", + "hugo-extended": "0.136.2", "markdown-link-check": "^3.12.2", "mkdirp": "^3.0.1", "prettier": "^3.3.3" }, "optionalDependencies": { - "netlify-cli": "^17.37.0", + "netlify-cli": "^17.37.1", "npm-check-updates": "^17.1.4" }, "engines": { diff --git a/userguide/hugo.yaml b/userguide/hugo.yaml index 92e5ab9dd..1ec6f8403 100644 --- a/userguide/hugo.yaml +++ b/userguide/hugo.yaml @@ -52,7 +52,7 @@ params: privacy_policy: https://policies.google.com/privacy version_menu: Releases archived_version: false - version: 0.10.0 + version: 0.11.0 url_latest_version: https://example.com github_repo: https://github.com/google/docsy github_project_repo: https://github.com/google/docsy