Skip to content

Commit 9b0e749

Browse files
authored
Merge branch 'master' into 3.0
2 parents 5af6155 + 802561f commit 9b0e749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
python -m pip install --upgrade pip
9292
python -m pip install jupyter_packaging
93-
python -m pip install --pre jupyterlab
93+
python -m pip install jupyterlab
9494
- name: Install the NPM dependencies
9595
if: steps.filter.outputs.extension == 'true'
9696
run: |

state/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sate
1+
# State
22

33
> Use State persistence in an extension.
44

0 commit comments

Comments
 (0)