From 4c4e1b5c6f90604e77ab0c6bee9c2e264f465446 Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Wed, 24 Aug 2022 12:48:56 -0700 Subject: [PATCH] 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 --- package-lock.json | 2 +- package.json | 2 +- 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",