-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Canvas test failures #91 fixed workflows fixed dockerfile for binder * Fix unknown entity warnings (#90) * fixed workflows fixed dockerfile for binder * fixed dockerfile for binder * fixed dockerfile for binder * fixed dockerfile for binder * fixed package info * fix for #92 #93 and #94 added new workflow for releasetools * revert changes from latest jupyterlab extension cookiecutter * use yarn instead of npm * workaround for yarn caches on subprojects: from actions/setup-node#488 (comment) * workaround for yarn caches on subprojects: from actions/setup-node#488 (comment) * new release 2.0.2 to test ReleaseTools --------- Co-authored-by: Manuel Martins <[email protected]> Co-authored-by: Jerry James <[email protected]>
- Loading branch information
1 parent
ce2639f
commit d7276cf
Showing
17 changed files
with
318 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ mcmartins@local:~$ pip install -U jupyterlab-francy | |
<html> | ||
<head> | ||
<meta charset="utf-8" content="text/html" property="GAP,francy,d3.v7,graphviz,vis"> | ||
<script src="https://unpkg.com/[email protected].1/dist/main.js"></script> | ||
<script src="https://unpkg.com/[email protected].2/dist/main.js"></script> | ||
<title>Francy</title> | ||
</head> | ||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"name": "build-config", | ||
"description": "Webpack build configuration files shared across the project", | ||
"author": "Manuel Martins <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"name": "francy-core", | ||
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP - Core library", | ||
"author": "Manuel Martins <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ This extension can be used in `offline` mode in a web page as follows: | |
<html> | ||
<head> | ||
<meta charset="utf-8" content="text/html" property="GAP,francy,d3.v7,graphviz,vis,vis"> | ||
<script src="https://unpkg.com/[email protected].1/dist/main.js"></script> | ||
<script src="https://unpkg.com/[email protected].2/dist/main.js"></script> | ||
<title>Francy</title> | ||
</head> | ||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "francy-extension-browser", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP - Browser Extension", | ||
"author": "Manuel Martins <[email protected]>", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"name": "francy-renderer-d3", | ||
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP - A D3.js Renderer", | ||
"author": "Manuel Martins <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"name": "francy-renderer-graphviz", | ||
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP - A Graphviz Renderer", | ||
"author": "Manuel Martins <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"name": "francy-renderer-vis", | ||
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP - A Vis.js Renderer", | ||
"author": "Manuel Martins <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"name": "francy", | ||
"description": "Francy - An Interactive Discrete Mathematics Framework for GAP", | ||
"author": "Manuel Martins <[email protected]>", | ||
|
Oops, something went wrong.