Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Release of vizro 0.1.25 #812

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python = ["3.9", "3.10", "3.11", "3.12"]
dependencies = ["scriv"]
detached = true
installer = "uv"
scripts = {add = "scriv create --add", collect = ["scriv collect --add", "- hatch run lint:lint --files=CHANGELOG.md"]}
scripts = {add = "scriv create --add", collect = ["scriv collect --add", "- SKIP=gitleaks pre-commit run --files=CHANGELOG.md > /dev/null"]}

[envs.default]
dependencies = [
Expand Down
16 changes: 16 additions & 0 deletions vizro-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

<!-- scriv-insert-here -->

<a id='changelog-0.1.25'></a>

# 0.1.25 — 2024-10-15

## Added

- All Vizro resources are served through a CDN when `serve_locally=False`. ([#775](https://github.com/mckinsey/vizro/pull/775))

## Fixed

- Remove extraneous `<link>` to font file. ([#775](https://github.com/mckinsey/vizro/pull/775))
antonymilne marked this conversation as resolved.
Show resolved Hide resolved

- Fix user override of Vizro's JavaScript resources. ([#775](https://github.com/mckinsey/vizro/pull/775))

- Remove unnecessarily repeated loading of data. ([#802](https://github.com/mckinsey/vizro/pull/802))

<a id='changelog-0.1.24'></a>

# 0.1.24 — 2024-10-01
Expand Down

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-core/changelog.d/20241001_131125_runner.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading