Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 60e04a8

Browse files
authored
Merge pull request #7 from fcollonval/fix-ci
Fix CI
2 parents 10f9d9c + 876327b commit 60e04a8

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: |
2727
jlpm
2828
cd test-jlab-toastify
29+
jlpm install
2930
jlpm remove jupyterlab_toastify
3031
jlpm add file:${PWD}/..
31-
jlpm build
3232
jupyter labextension install .
3333
python -m jupyterlab.browser_check

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ The toast container will be added to the DOM automatically by `react-toastify`.
7575
7676
## Changelog
7777

78+
### v4.1.0
79+
80+
- Features
81+
- Use SVG icons
82+
7883
### v4.0.0
7984

8085
- Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_toastify",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Integrate 'react-toastify' nicely in JupyterLab.",
55
"keywords": [
66
"jupyter",

test-jlab-toastify/README.md

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

33
A dummy JupyterLab extension to test `jupyterlab-toastify`.
44

5-
> The package `jupyterlab-toastify` is installed through absolute path. That needs to be updated.
5+
> The package `jupyterlab-toastify` is installed through absolute path. It needs to be updated to test it locally.

test-jlab-toastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@jupyterlab/application": "^2.0.0",
35-
"jupyterlab_toastify": "file:/home/fcollonval/jupyterlab_toastify/test-jlab-toastify/.."
35+
"jupyterlab_toastify": "file:./.."
3636
},
3737
"devDependencies": {
3838
"@types/react": "^16.9.0",

0 commit comments

Comments
 (0)