Skip to content

Commit

Permalink
Postmortem for 0.2.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Dec 12, 2023
1 parent 0e1adff commit d24d22c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ labels: maintenance
- [ ] ensure the versions have been bumped
- [ ] validate on ReadTheDocs
- [ ] _URL of build_
- [ ] wait for a successful build of `dev`
- [ ] wait for a successful build of `main`
- [ ] _URL of build_
- [ ] download the `dist` archive and unpack somewhere
- [ ] create a new release through the GitHub UI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

# our stuff
ROBOT_RETRIES: '3'
CACHE_EPOCH: '5'
CACHE_EPOCH: '6'
DOIT_N_BUILD: '-n4'
PABOT_PROCESSES: '3'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

# our stuff
ROBOT_RETRIES: '3'
CACHE_EPOCH: '5'
CACHE_EPOCH: '6'
PABOT_PROCESSES: '3'

jobs:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### `0.2.1`

- > TBD
### `0.2.0`

- [#56] addresses style and behavior differences on Notebook 7 and JupyterLab 4
Expand Down
4 changes: 2 additions & 2 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

class C:
NPM_NAME = "@deathbeds/jupyterlab-deck"
OLD_VERSION = "0.2.0a1"
VERSION = "0.2.0"
OLD_VERSION = "0.2.0"
VERSION = "0.2.1"
JS_VERSION = (
VERSION.replace("a", "-alpha.").replace("b", "-beta.").replace("rc", "-rc.")
)
Expand Down
2 changes: 1 addition & 1 deletion js/jupyterlab-deck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deathbeds/jupyterlab-deck",
"version": "0.2.0",
"version": "0.2.1",
"description": "Lightweight presentations for JupyterLab",
"license": "BSD-3-Clause",
"author": "jupyterlab-deck contributors",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "jupyterlab-deck"
version = "0.2.0"
version = "0.2.1"
authors = [
{name = "jupyterlab-deck contributors", email = "deathbeds@googlegroups.com"},
]
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4851,9 +4851,9 @@ __metadata:
linkType: hard

"electron-to-chromium@npm:^1.4.601":
version: 1.4.610
resolution: "electron-to-chromium@npm:1.4.610"
checksum: 30e57a1483717e6e27882e7e35b167258b669f44a4e66f4f40460825b77c12646140d220f5e1f95668890fc76dd511c93fa73c6374cbf443fc78077d9634864d
version: 1.4.611
resolution: "electron-to-chromium@npm:1.4.611"
checksum: 17a4d83219f52cbfdc7b585e755cef0ea695c5992109ec1009a724bca4a44fad2f6245bfc2d5f4dad99d576a9fff3057d8a03703ff69196180dc40e8a91d803b
languageName: node
linkType: hard

Expand Down

0 comments on commit d24d22c

Please sign in to comment.