Skip to content

Commit

Permalink
Bump to 5.1.2 (#154)
Browse files Browse the repository at this point in the history
* Bump to 5.1.2

* Bump to 3.0.2

* Bump to 3.0.2

* Bump to 3.0.2

* Bump to 3.0.2

* Add keyword and classifiers

* Update README.md
  • Loading branch information
fcollonval committed Sep 3, 2021
1 parent 833e0b6 commit 4a25587
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -113,6 +113,21 @@ sense to move the project in the `mamba-org` organization.

## Changelog

### 5.1.2

- Security updates:
- Bump handlebars from 4.7.6 to 4.7.7 (#143)
- Bump hosted-git-info from 2.8.8 to 2.8.9 (#144)
- Bump lodash from 4.17.20 to 4.17.21 (#145)
- Bump browserslist from 4.16.1 to 4.16.6 (#146)
- Bump ws from 7.4.2 to 7.4.6 (#148)
- Bump postcss from 7.0.35 to 7.0.36 (#149)
- Bump tar from 4.4.13 to 4.4.15 (#151)
- Bump path-parse from 1.0.6 to 1.0.7 (#152)
- Bump tar from 4.4.15 to 4.4.19 (#153)
- Maintenance:
- Add keywords and PyPI classifiers

### 5.1.1

- Bug fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "3.0.0",
"version": "3.0.2",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion mamba_gator/_version.py
@@ -1,2 +1,2 @@
version_info = (5, 1, 1)
version_info = (5, 1, 2)
__version__ = ".".join(map(str, version_info)) + ""
2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@mamba-org/gator-common",
"version": "3.0.1",
"version": "3.0.2",
"description": "Base components and models to manage conda/mamba environments within Jupyter",
"keywords": [
"conda",
Expand Down
4 changes: 2 additions & 2 deletions packages/labextension/package.json
@@ -1,6 +1,6 @@
{
"name": "@mamba-org/gator-lab",
"version": "3.0.1",
"version": "3.0.2",
"description": "Manage your conda environments from JupyterLab",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -91,4 +91,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion packages/navigator/package.json
@@ -1,6 +1,6 @@
{
"name": "@mamba-org/navigator",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"files": [
"lib/**/*.{d.ts,js.map,js}",
Expand Down
15 changes: 15 additions & 0 deletions setup.py
Expand Up @@ -96,4 +96,19 @@
]
},
entry_points={"console_scripts": ["gator = mamba_gator.navigator.main:main"]},
keywords=["Jupyter", "JupyterLab", "JupyterLab3", "conda", "mamba"],
classifiers=[
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
"Framework :: Jupyter :: JupyterLab :: 3",
"Framework :: Jupyter :: JupyterLab :: Extensions",
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
],
)

0 comments on commit 4a25587

Please sign in to comment.