File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
docs/src/.overrides/assets/stylesheets Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1717 secrets :
1818 TWINE_USERNAME : ${{secrets.TWINE_TEST_USERNAME}}
1919 TWINE_PASSWORD : ${{secrets.TWINE_TEST_PASSWORD}}
20- GOOGLE_ANALYTICS_KEY : ${{secrets.GOOGLE_ANALYTICS_KEY}}
2120 call_u24_elements_release_alpine :
2221 if : >-
2322 github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'datajoint' && !contains(github.event.workflow_run.head_branch, 'test')
2726 secrets :
2827 TWINE_USERNAME : ${{secrets.TWINE_USERNAME}}
2928 TWINE_PASSWORD : ${{secrets.TWINE_PASSWORD}}
30- GOOGLE_ANALYTICS_KEY : ${{secrets.GOOGLE_ANALYTICS_KEY}}
Original file line number Diff line number Diff line change 22
33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
44
5+ ## [ 0.2.2] - 2023-05-11
6+
7+ + Fix - ` .ipynb ` dark mode output for all notebooks.
8+ + Fix - Remove ` GOOGLE_ANALYTICS_KEY ` from ` u24_element_release_call.yml ` .
9+
510## [ 0.2.1] - 2023-04-28
611
712+ Fix - ` .ipynb ` output in tutorials is not visible in dark mode.
@@ -32,6 +37,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
3237+ Add - AlignmentEvent design to capture windows relative to an event
3338+ Add - Black formatting into code base
3439
40+ [ 0.2.2 ] : https://github.com/datajoint/element-event/releases/tag/0.2.2
3541[ 0.2.1 ] : https://github.com/datajoint/element-event/releases/tag/0.2.1
3642[ 0.2.0 ] : https://github.com/datajoint/element-event/releases/tag/0.2.0
3743[ 0.1.3 ] : https://github.com/datajoint/element-event/releases/tag/0.1.3
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ html a[title="YouTube"].md-social__link svg {
9292 /* --md-footer-fg-color: var(--dj-white); */
9393}
9494
95- [data-md-color-scheme = "slate" ] .jupyter-wrapper .Table Td {
95+ [data-md-color-scheme = "slate" ] td ,
96+ th {
9697 color : var (--dj-black )
9798}
Original file line number Diff line number Diff line change 11"""Package metadata."""
2- __version__ = "0.2.1 "
2+ __version__ = "0.2.2 "
You can’t perform that action at this time.
0 commit comments