diff --git a/CHANGELOG.md b/CHANGELOG.md index 60de64ac1dde16d3f326a837efc1ce15f2556e7a..cd1061e1ddd8b93c1e6ef8c8aa0bb244a9b9cfbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.0.5.9.5 +* [FRONT][FIX] View Document List fix CSS +* [FRONT][FIX] Node Modal fix + ## Version 0.0.5.9.4 * [FIX] Arxiv API fix * [DESIGN/ERGO] Tree node position highlight diff --git a/gargantext.cabal b/gargantext.cabal index 3f4d3c91268b9382534179b744eb268ce711177e..30e62093d0177e9120aca8f6087cb9deb902d0b8 100644 --- a/gargantext.cabal +++ b/gargantext.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: gargantext -version: 0.0.5.9.4 +version: 0.0.5.9.5 synopsis: Search, map, share description: Please see README.md category: Data diff --git a/package.yaml b/package.yaml index de6935bded418bacf3912ae73a905631c4d1b45a..ddbd7d197873375f65c52f9ec24cf1c6cf6e7c64 100644 --- a/package.yaml +++ b/package.yaml @@ -6,7 +6,7 @@ name: gargantext # | | | +----- Layers * : New versions with API additions # | | | | +--- Layers * : New versions without API breaking changes # | | | | | -version: '0.0.5.9.4' +version: '0.0.5.9.5' synopsis: Search, map, share description: Please see README.md category: Data diff --git a/stack.yaml b/stack.yaml index b540d54fd6bb0a94994775beb55c2061f5da718a..bebc4b0b75be0b2a639107fd36a2608ccd41782d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,7 @@ resolver: url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/28.yaml flags: accelerate: - debug: true + debug: false extra-package-dbs: [] skip-ghc-check: true packages: @@ -104,13 +104,13 @@ extra-deps: # Accelerate Linear Algebra and specific instances - git: https://github.com/alpmestan/accelerate.git - commit: 199a1f6594406229d3c5f402443b09d62f92e640 + commit: 640b5af87cea94b61c7737d878e6f7f2fca5c015 - git: https://github.com/alpmestan/accelerate-arithmetic.git commit: a110807651036ca2228a76507ee35bbf7aedf87a - git: https://gitlab.iscpif.fr/amestanogullari/accelerate-utility.git commit: a3875fe652d3bb5acb522674c22c6c814c1b4ad0 - git: https://github.com/alpmestan/accelerate-llvm.git - commit: 14629a850bb10fd1401e0ac1998df52c86e5c603 + commit: 08eaa8ee771dde88b3dcf37a89b31777f1ca4910 subdirs: - accelerate-llvm/ - accelerate-llvm-native/