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

Commit c02359e

Browse files
authored
Merge pull request #11 from fcollonval/prepare-release-4.1.1
Remove @jupyterlab/ui-components
2 parents 5a32379 + 29b2f62 commit c02359e

File tree

3 files changed

+10
-453
lines changed

3 files changed

+10
-453
lines changed

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.1
79+
80+
- Bug fixes:
81+
- Remove dependency on `@jupyterlab/ui-components`
82+
7883
### v4.1.0
7984

8085
- Features

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_toastify",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Integrate 'react-toastify' nicely in JupyterLab.",
55
"keywords": [
66
"jupyter",
@@ -35,7 +35,6 @@
3535
"@fortawesome/fontawesome-svg-core": "^1.2.30",
3636
"@fortawesome/free-solid-svg-icons": "^5.14.0",
3737
"@fortawesome/react-fontawesome": "^0.1.11",
38-
"@jupyterlab/ui-components": "^2.0.0",
3938
"react-toastify": "^6.0.5"
4039
},
4140
"peerDependencies": {

0 commit comments

Comments
 (0)