Skip to content

Commit ace4e37

Browse files
authored
Release v0.12.0 preparation (#2265)
1 parent 706f2c8 commit ace4e37

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For the full list of changes, see the [0.12.0] release notes.
6767
- **Blog** section index page content and title used to be ignored, they are now
6868
displayed ([#1787]). To recover the old behavior use the following style
6969
override: `.td-section.td-blog .td-content { display: none; }`.
70-
- Adds a `comment` shortcode, as a drop-in replacement for the on removed from
70+
- Adds a `comment` shortcode, as a drop-in replacement for the one removed from
7171
Hugo.
7272

7373
[0.12.0]: https://github.com/google/docsy/releases/latest?FIXME=v0.12.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docsy",
3-
"version": "0.11.1-dev-unreleased",
4-
"version.next": "0.12.0-dev-unreleased",
3+
"version": "0.12.0",
4+
"version.next": "0.12.1-dev-unreleased",
55
"repository": "github:google/docsy",
66
"homepage": "https://www.docsy.dev",
77
"license": "Apache-2.0",

userguide/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ params:
5757
privacy_policy: https://policies.google.com/privacy
5858
version_menu: Releases
5959
archived_version: false
60-
version: 0.11.0
60+
version: 0.12.0
6161
url_latest_version: https://example.com
6262
github_repo: https://github.com/google/docsy
6363
github_project_repo: https://github.com/google/docsy

userguide/static/refcache.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,6 @@
6767
"StatusCode": 206,
6868
"LastSeen": "2025-05-16T09:20:46.486412-04:00"
6969
},
70-
"https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js": {
71-
"StatusCode": 206,
72-
"LastSeen": "2025-05-16T09:20:43.694904-04:00"
73-
},
74-
"https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/mhchem.min.js": {
75-
"StatusCode": 206,
76-
"LastSeen": "2025-05-16T09:20:43.346614-04:00"
77-
},
78-
"https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css": {
79-
"StatusCode": 206,
80-
"LastSeen": "2025-05-16T09:20:42.422914-04:00"
81-
},
82-
"https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js": {
83-
"StatusCode": 206,
84-
"LastSeen": "2025-05-16T09:20:43.013365-04:00"
85-
},
8670
"https://cdn.jsdelivr.net/npm/markmap-autoloader": {
8771
"StatusCode": 206,
8872
"LastSeen": "2024-11-06T12:03:46.294443-05:00"

0 commit comments

Comments
 (0)