Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2022-08-24 22:48:56 +0300
committerAnthony Johnson <aj@ohess.org>2022-08-24 22:48:56 +0300
commit4c4e1b5c6f90604e77ab0c6bee9c2e264f465446 (patch)
treea6fc34f759f8dbc80a183b27f7aab4f021caa9e6
parenteb3fb1889ca35ff2b524a9baa2611d326d56ed10 (diff)
Revert change to JS package
This matches the version number in the Python package, and allows bumpversion to continue working. We can revisit changing this version later, but currently this version will never be updated again, as bumpversion will not match this string anymore. Fixes #1326
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index bcb0ed9..1a38ad2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "sphinx_rtd_theme",
- "version": "1.1.0-alpha.0",
+ "version": "1.0.1alpha1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 73ee0f5..db3cfea 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
- "version": "1.1.0-alpha.0",
+ "version": "1.0.1alpha1",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",