Verified Commit c2d0cae5 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch 'dev' into async-workers

parents ddc31dc4 6b2fdd33
Pipeline #6988 failed with stages
in 5 minutes and 36 seconds
## Version 0.0.7.3.7
* [BACK][FEAT][Automatically import useful modules in the REPL (#422)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/422)
* [BACK][FEAT][Publishing a Corpus (#400)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/400)
## Version 0.0.7.3.6 ## Version 0.0.7.3.6
* [BACK][FIX][Store execution time of Phylomemy graph (#409)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/409) * [BACK][FIX][Store execution time of Phylomemy graph (#409)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/409)
......
{ {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.3.6", "version": "0.0.7.3.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.3.6", "version": "0.0.7.3.7",
"dependencies": { "dependencies": {
"@fontsource/crete-round": "~5.0.12", "@fontsource/crete-round": "~5.0.12",
"@fontsource/montserrat": "~5.0.17", "@fontsource/montserrat": "~5.0.17",
......
{ {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.3.6", "version": "0.0.7.3.7",
"scripts": { "scripts": {
"build": "spago build", "build": "spago build",
"bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps", "bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps",
......
...@@ -327,7 +327,7 @@ moveParameters = { subTreeParams : SubTreeParams ...@@ -327,7 +327,7 @@ moveParameters = { subTreeParams : SubTreeParams
] ]
, valitypes: [ FolderPrivate , valitypes: [ FolderPrivate
, Team , Team
-- , FolderPublic , FolderPublic
, Folder , Folder
, Notes , Notes
, Corpus , Corpus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment