Skip to content

Commit

Permalink
Fix dark mode and CI/CD issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed May 11, 2023
1 parent 1e789f3 commit 045a62e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/u24_element_release_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
secrets:
TWINE_USERNAME: ${{secrets.TWINE_TEST_USERNAME}}
TWINE_PASSWORD: ${{secrets.TWINE_TEST_PASSWORD}}
GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
call_u24_elements_release_alpine:
if: >-
github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'datajoint' && !contains(github.event.workflow_run.head_branch, 'test')
Expand All @@ -27,4 +26,3 @@ jobs:
secrets:
TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.5.3] - 2023-05-11

+ Fix - `.ipynb` dark mode output for all notebooks.
+ Fix - Remove `GOOGLE_ANALYTICS_KEY` from `u24_element_release_call.yml`.

## [0.5.2] - 2023-04-28

+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
Expand Down Expand Up @@ -61,6 +66,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and

+ Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`.

[0.5.3]: https://github.com/datajoint/element-interface/releases/tag/0.5.3
[0.5.2]: https://github.com/datajoint/element-interface/releases/tag/0.5.2
[0.5.1]: https://github.com/datajoint/element-interface/releases/tag/0.5.1
[0.5.0]: https://github.com/datajoint/element-interface/releases/tag/0.5.0
Expand Down
3 changes: 2 additions & 1 deletion docs/src/.overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ html a[title="YouTube"].md-social__link svg {
/* --md-footer-fg-color: var(--dj-white); */
}

[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
[data-md-color-scheme="slate"] td,
th {
color: var(--dj-black)
}
2 changes: 1 addition & 1 deletion element_interface/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package metadata"""

__version__ = "0.5.2"
__version__ = "0.5.3"

0 comments on commit 045a62e

Please sign in to comment.