bump version to 0.8.4

This commit is contained in:
Nick Sweeting 2024-09-10 03:10:30 -07:00
parent a13f71a86c
commit 0187c8b6cb
No known key found for this signature in database
6 changed files with 9 additions and 9 deletions

View file

@ -1,12 +1,12 @@
{
"name": "archivebox",
"version": "0.8.3",
"version": "0.8.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "archivebox",
"version": "0.8.3",
"version": "0.8.4",
"license": "MIT",
"dependencies": {
"@postlight/parser": "^2.2.3",

View file

@ -1,6 +1,6 @@
{
"name": "archivebox",
"version": "0.8.3",
"version": "0.8.4",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox",

View file

@ -334,10 +334,10 @@ tbody .output-link:hover {opacity: 1;}
@keyframes fadeIn {
0% { opacity: 0; }
20% { opacity: 0;}
30% { opacity: 0.1;}
100% { opacity: 1; }
}
.fade-in-progress-url {
animation: fadeIn 8s;
animation: fadeIn 14s;
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "archivebox",
"version": "0.8.3",
"version": "0.8.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "archivebox",
"version": "0.8.3",
"version": "0.8.4",
"license": "MIT",
"dependencies": {
"@postlight/parser": "^2.2.3",

View file

@ -1,6 +1,6 @@
{
"name": "archivebox",
"version": "0.8.3",
"version": "0.8.4",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox",

View file

@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.8.3"
version = "0.8.4"
requires-python = ">=3.10,<3.13"
package-dir = "archivebox"
platform = "py3-none-any"