Skip to content

Commit

Permalink
Merge pull request #75 from Quansight-Labs/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
steff456 committed Sep 27, 2023
2 parents 319971d + 12252ce commit a0552c4
Show file tree
Hide file tree
Showing 4 changed files with 3,770 additions and 4,767 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@

<!-- <END NEW CHANGELOG ENTRY> -->

## Version 0.2.0 (2023-09-27)

- Fix build process (#74) [Stephannie Jimenez]

- Add missing key in package.json (#74) [Stephannie Jimenez]

- [pre-commit.ci] pre-commit autoupdate (#72) [pre-commit-ci[bot], pre-commit-ci[bot]]

- ENH - Add GitHub dark theme (#53) [Stephannie Jimenez Gacha, pre-commit-ci[bot]]

- [pre-commit.ci] pre-commit autoupdate (#70) [pre-commit-ci[bot], pre-commit-ci[bot]]

- MAINT - Update pyproject.toml and readme (#67) [Stephannie Jimenez Gacha, pre-commit-ci[bot]]

- Fix Github Light and Pitaya Smoothie contrast color bugs (#62) [Stephannie Jimenez Gacha, pre-commit-ci[bot]]

- 馃摑 Fix table formatting (#66) [Tania Allard]

- ENH - Replace binder on PR workflow (#65) [Tania Allard]

- BUG - Fix schema error (#61) [Stephannie Jimenez Gacha, Tania Allard, pre-commit-ci[bot]]

- MAINT - Miscellaneous maintenance tasks (#63) [Tania Allard, pre-commit-ci[bot]]

- Update JupyterLab version in README.md (#64) [Stephannie Jimenez Gacha]

- MAINT - Update readme with latest instructions and requirements (#60) [Stephannie Jimenez Gacha]

- MAINT - Fix broken logo in readme (#58) [Stephannie Jimenez Gacha]

## Version 0.1.1 (2023-06-26)

- Add GtiHub light (#49) [Stephannie Jimenez Gacha, Tania Allard <taniar.allard@gmail.com>]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-accessible-themes",
"version": "0.2.0",
"version": "0.3.0",
"description": "accessible jupyter lab themes",
"private": true,
"workspaces": [
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"strict": true,
"strictNullChecks": true,
"target": "es2017",
"types": ["jest"]
"types": ["jest"],
"skipLibCheck": true
},
"include": ["src/*"]
}
Loading

0 comments on commit a0552c4

Please sign in to comment.