Skip to content

Commit 895626d

Browse files
committed
Release 0.19.0
1 parent fb330b4 commit 895626d

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ CHANGELOG
33

44
.. The text for the changelog is manually generated for now.
55
6+
Version v0.19.0
7+
---------------
8+
9+
:date: Oct 15, 2024
10+
11+
* Show only logo on flyout when collapsed and logo + wordmark when expanded
12+
* Include the language of the documentation in the collapsed version of the flyout
13+
* Ad is more integrated on Sphinx's furo theme
14+
* Add CSS style for CTA button on ads
15+
16+
617
Version v0.18.1
718
---------------
819

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "0.18.1"
2+
current_version = "0.19.0"
33
version_pattern = "MAJOR.MINOR.PATCH[TAG]"
44
commit_message = "Release {new_version}"
55
tag_message = "{new_version}"

dist/readthedocs-addons.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/readthedocs-addons.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readthedocs/addons",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "Read the Docs Addons to embed into documentation pages",
55
"main": "dist/readthedocs-addons.js",
66
"scripts": {

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { default as objectPath } from "object-path";
33
export const ADDONS_API_VERSION = "1";
44
export const ADDONS_API_ENDPOINT = "/_/addons/";
55
// This is managed by bumpver automatically
6-
export const CLIENT_VERSION = "0.18.1";
6+
export const CLIENT_VERSION = "0.19.0";
77

88
// WEBPACK_ variables come from Webpack's DefinePlugin and Web Test Runner's RollupReplace plugin
99
export const IS_TESTING =

0 commit comments

Comments
 (0)