Skip to content

[Bug] Glitch in console logs, reporting v1.1.1 for downloaded v.1.2.0 #52

@tcompa

Description

@tcompa

Describe the bug

The browser console logs report

vizarr v1.1.1: https://github.com/BioNGFF/vizarr

when using version 1.2.0.

To Reproduce

  1. Run
wget https://github.com/BioNGFF/vizarr/archive/refs/tags/v1.2.0.tar.gz
tar -xvf v1.2.0.tar.gz
cd vizarr-1.2.0/
tar -xvf dist.tar.gz
cd sites/app/dist/
python3 -m http.server
  1. Open the browser at http://127.0.0.1:8000/. Look at the console logs and observe the 1.1.1 log:

Expected behavior

Seeing the correct version.

Screenshots (if applicable)

Image

Environment (please complete the following information):

  • OS: Ubuntu 22
  • Browser (if applicable): Firefox 148.0

Additional context

Is this maybe related to the fact that

- name: Build app
run: pnpm run build

runs earlier than
- name: Run Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: pnpm exec semantic-release

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions