Skip to content

Commit 19a6897

Browse files
authored
Revert "Publish 0.2.0" (#63)
This reverts commit e280b1b.
1 parent e280b1b commit 19a6897

File tree

2 files changed

+1
-61
lines changed

2 files changed

+1
-61
lines changed

CHANGELOG.md

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,4 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5-
## 0.2.0
6-
7-
([Full Changelog](https://github.com/deepnote/jupyterlab-deepnote/compare/d6f97a62a821d2ae08f3e1a5abb3a6447145fed0...7f56fd1b76554c6876f43666c527a51f9e8959a0))
8-
9-
### Merged PRs
10-
11-
- Revert "Publish 0.2.0" [#62](https://github.com/deepnote/jupyterlab-deepnote/pull/62) ([@saltenasl](https://github.com/saltenasl))
12-
- fix(publish_release): allow ci workflow to push to main [#61](https://github.com/deepnote/jupyterlab-deepnote/pull/61) ([@saltenasl](https://github.com/saltenasl))
13-
- fix(publish_release): add contents: write permissions [#60](https://github.com/deepnote/jupyterlab-deepnote/pull/60) ([@saltenasl](https://github.com/saltenasl))
14-
- fix(publish_release): add packages: read permissions [#59](https://github.com/deepnote/jupyterlab-deepnote/pull/59) ([@saltenasl](https://github.com/saltenasl))
15-
- fix(publish_release): incorrect checkout version hash [#58](https://github.com/deepnote/jupyterlab-deepnote/pull/58) ([@saltenasl](https://github.com/saltenasl))
16-
- feat(publish_release): match init steps with check_release workflow [#57](https://github.com/deepnote/jupyterlab-deepnote/pull/57) ([@saltenasl](https://github.com/saltenasl))
17-
- fix(publish_release): add NODE_AUTH_TOKEN and GITHUB_TOKEN env vars to the job scope [#56](https://github.com/deepnote/jupyterlab-deepnote/pull/56) ([@saltenasl](https://github.com/saltenasl))
18-
- fix(publish_release): add NODE_AUTH_TOKEN to Populate Release step [#55](https://github.com/deepnote/jupyterlab-deepnote/pull/55) ([@saltenasl](https://github.com/saltenasl))
19-
- fix(publish_release): add GITHUB_TOKEN to Populate Release step [#54](https://github.com/deepnote/jupyterlab-deepnote/pull/54) ([@saltenasl](https://github.com/saltenasl))
20-
- docs: publishing preparations [#53](https://github.com/deepnote/jupyterlab-deepnote/pull/53) ([@dinohamzic](https://github.com/dinohamzic))
21-
- chore: codeowners group [#52](https://github.com/deepnote/jupyterlab-deepnote/pull/52) ([@jamesbhobbs](https://github.com/jamesbhobbs))
22-
- docs: add minimal SECURITY.md [#51](https://github.com/deepnote/jupyterlab-deepnote/pull/51) ([@jamesbhobbs](https://github.com/jamesbhobbs))
23-
- docs: compatibility and maintenance plans [#50](https://github.com/deepnote/jupyterlab-deepnote/pull/50) ([@dinohamzic](https://github.com/dinohamzic))
24-
- chore(deps): update github actions (major) [#48](https://github.com/deepnote/jupyterlab-deepnote/pull/48) ([@renovate](https://github.com/renovate))
25-
- fix: Add ESLint rules for type safety and fix violations [#46](https://github.com/deepnote/jupyterlab-deepnote/pull/46) ([@jamesbhobbs](https://github.com/jamesbhobbs))
26-
- test: test coverage for core transformation functions [#45](https://github.com/deepnote/jupyterlab-deepnote/pull/45) ([@jamesbhobbs](https://github.com/jamesbhobbs))
27-
- ci: fix ci dupe [#44](https://github.com/deepnote/jupyterlab-deepnote/pull/44) ([@jamesbhobbs](https://github.com/jamesbhobbs))
28-
- chore: update codeowners to inc dino [#43](https://github.com/deepnote/jupyterlab-deepnote/pull/43) ([@jamesbhobbs](https://github.com/jamesbhobbs))
29-
- chore: add draftPR to renovate config [#42](https://github.com/deepnote/jupyterlab-deepnote/pull/42) ([@jamesbhobbs](https://github.com/jamesbhobbs))
30-
- ci: add fetch-depth: 0 to qlty checkout for proper git history access [#39](https://github.com/deepnote/jupyterlab-deepnote/pull/39) ([@jamesbhobbs](https://github.com/jamesbhobbs))
31-
- Remove andyjakubowski from CODEOWNERS [#38](https://github.com/deepnote/jupyterlab-deepnote/pull/38) ([@jamesbhobbs](https://github.com/jamesbhobbs))
32-
- fix(ci): ignore youtube link in check_links CI job [#35](https://github.com/deepnote/jupyterlab-deepnote/pull/35) ([@andyjakubowski](https://github.com/andyjakubowski))
33-
- docs: update OSS docs [#34](https://github.com/deepnote/jupyterlab-deepnote/pull/34) ([@andyjakubowski](https://github.com/andyjakubowski))
34-
- chore(deps): update github actions [#33](https://github.com/deepnote/jupyterlab-deepnote/pull/33) ([@renovate](https://github.com/renovate))
35-
- feat: add kernel metadata fallback [#32](https://github.com/deepnote/jupyterlab-deepnote/pull/32) ([@andyjakubowski](https://github.com/andyjakubowski))
36-
- fix(ui): fix toolbar layout on file load [#31](https://github.com/deepnote/jupyterlab-deepnote/pull/31) ([@andyjakubowski](https://github.com/andyjakubowski))
37-
- chore(deps): update actions/checkout action to v5 [#30](https://github.com/deepnote/jupyterlab-deepnote/pull/30) ([@renovate](https://github.com/renovate))
38-
- chore(deps): pin jupyterlab/maintainer-tools action to affc83b [#29](https://github.com/deepnote/jupyterlab-deepnote/pull/29) ([@renovate](https://github.com/renovate))
39-
- chore: sync strict TypeScript compiler flags from deepnote/deepnote [#23](https://github.com/deepnote/jupyterlab-deepnote/pull/23) ([@jamesbhobbs](https://github.com/jamesbhobbs))
40-
- chore(deps): update github actions (major) [#21](https://github.com/deepnote/jupyterlab-deepnote/pull/21) ([@renovate](https://github.com/renovate))
41-
- chore(deps): pin dependencies [#20](https://github.com/deepnote/jupyterlab-deepnote/pull/20) ([@renovate](https://github.com/renovate))
42-
- Revert: "Revert "feat: add CI and Codecov badges to README and set up Codecov integration"" [#19](https://github.com/deepnote/jupyterlab-deepnote/pull/19) ([@jamesbhobbs](https://github.com/jamesbhobbs))
43-
- chore: add lint-staged with pre-commit hooks for src/ directory [#18](https://github.com/deepnote/jupyterlab-deepnote/pull/18) ([@jamesbhobbs](https://github.com/jamesbhobbs))
44-
- Revert "feat: add CI and Codecov badges to README and set up Codecov integration" [#17](https://github.com/deepnote/jupyterlab-deepnote/pull/17) ([@jamesbhobbs](https://github.com/jamesbhobbs))
45-
- feat: add CI and Codecov badges to README and set up Codecov integration [#16](https://github.com/deepnote/jupyterlab-deepnote/pull/16) ([@jamesbhobbs](https://github.com/jamesbhobbs))
46-
- ci: add comprehensive lint and format checks to CI workflow [#15](https://github.com/deepnote/jupyterlab-deepnote/pull/15) ([@jamesbhobbs](https://github.com/jamesbhobbs))
47-
- feat: add codecov integration with test results upload [#13](https://github.com/deepnote/jupyterlab-deepnote/pull/13) ([@jamesbhobbs](https://github.com/jamesbhobbs))
48-
- chore: fix license check naming and put in ci file [#12](https://github.com/deepnote/jupyterlab-deepnote/pull/12) ([@jamesbhobbs](https://github.com/jamesbhobbs))
49-
- feat: add cspell configuration and CI spell-check [#11](https://github.com/deepnote/jupyterlab-deepnote/pull/11) ([@jamesbhobbs](https://github.com/jamesbhobbs))
50-
- feat: add yarn audit checks to CI workflow [#10](https://github.com/deepnote/jupyterlab-deepnote/pull/10) ([@jamesbhobbs](https://github.com/jamesbhobbs))
51-
- chore: configure Renovate [#9](https://github.com/deepnote/jupyterlab-deepnote/pull/9) ([@renovate](https://github.com/renovate))
52-
- chore: add CODEOWNERS file [#8](https://github.com/deepnote/jupyterlab-deepnote/pull/8) ([@jamesbhobbs](https://github.com/jamesbhobbs))
53-
- chore: add qlty configuration and CI checks [#7](https://github.com/deepnote/jupyterlab-deepnote/pull/7) ([@jamesbhobbs](https://github.com/jamesbhobbs))
54-
- fix: re-add notebook switching inside Deepnote file [#6](https://github.com/deepnote/jupyterlab-deepnote/pull/6) ([@andyjakubowski](https://github.com/andyjakubowski))
55-
- feat: convert Deepnote file to Jupyter on the frontend [#4](https://github.com/deepnote/jupyterlab-deepnote/pull/4) ([@andyjakubowski](https://github.com/andyjakubowski))
56-
- ci: add license checker [#3](https://github.com/deepnote/jupyterlab-deepnote/pull/3) ([@jamesbhobbs](https://github.com/jamesbhobbs))
57-
- fix(ui): Set max width on notebook dropdown [#1](https://github.com/deepnote/jupyterlab-deepnote/pull/1) ([@andyjakubowski](https://github.com/andyjakubowski))
58-
59-
### Contributors to this release
60-
61-
([GitHub contributors page for this release](https://github.com/deepnote/jupyterlab-deepnote/graphs/contributors?from=2025-09-10&to=2025-10-29&type=c))
62-
63-
[@andyjakubowski](https://github.com/search?q=repo%3Adeepnote%2Fjupyterlab-deepnote+involves%3Aandyjakubowski+updated%3A2025-09-10..2025-10-29&type=Issues) | [@codecov](https://github.com/search?q=repo%3Adeepnote%2Fjupyterlab-deepnote+involves%3Acodecov+updated%3A2025-09-10..2025-10-29&type=Issues) | [@coderabbitai](https://github.com/search?q=repo%3Adeepnote%2Fjupyterlab-deepnote+involves%3Acoderabbitai+updated%3A2025-09-10..2025-10-29&type=Issues) | [@devin-ai-integration](https://github.com/search?q=repo%3Adeepnote%2Fjupyterlab-deepnote+involves%3Adevin-ai-integration+updated%3A2025-09-10..2025-10-29&type=Issues) | [@dinohamzic](https://github.com/search?q=repo%3Adeepnote%2Fjupyterlab-deepnote+involves%3Adinohamzic+updated%3A2025-09-10..2025-10-29&type=Issues) | [@jamesbhobbs](https://github.com/search?q=repo%3Adeepnote%2Fjupyterlab-deepnote+involves%3Ajamesbhobbs+updated%3A2025-09-10..2025-10-29&type=Issues) | [@linear](https://github.com/search?q=repo%3Adeepnote%2Fjupyterlab-deepnote+involves%3Alinear+updated%3A2025-09-10..2025-10-29&type=Issues) | [@renovate](https://github.com/search?q=repo%3Adeepnote%2Fjupyterlab-deepnote+involves%3Arenovate+updated%3A2025-09-10..2025-10-29&type=Issues) | [@saltenasl](https://github.com/search?q=repo%3Adeepnote%2Fjupyterlab-deepnote+involves%3Asaltenasl+updated%3A2025-09-10..2025-10-29&type=Issues)
64-
655
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-deepnote",
3-
"version": "0.2.0",
3+
"version": "0.1.0",
44
"description": "A third-party Deepnote extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)