Skip to content

Commit

Permalink
feat: set new develop version 2.22.0-SNAPSHOT (#743)
Browse files Browse the repository at this point in the history
* [2.20][fix] - clean a typage mistake

* Update package.json

* Update package-lock.json

* [2.20][fix/1495] - textual search scopes : cancel last search - Ref gestion-de-projet#1495

* [2.20][fix/1495] - textual search scopes : refacto 1 - Ref gestion-de-projet#1495

* [2.20][fix/1495] - textual search scopes : fix loading status - Ref gestion-de-projet#1495

* [2.20][fix/1495] - textual search scopes : fix expand status - Ref gestion-de-projet#1495

* [2.20][fix/1495] - textual search scopes : fix arrows up/down - Ref gestion-de-projet#1495

* [2.20.1][hot-fix] - Revert interceptor apiBackend - Ref gestion-de-projet#1495

* [2.20.1][hot-fix/1495] - textual search scopes : fix canceling request - Ref gestion-de-projet#1495

* [2.20.1][hot-fix/1495] - textual search scopes : fix canceling request - Ref gestion-de-projet#1495

* [2.20.1][hot-fix/1495] - textual search scopes : fix canceling request after expand (3) - Ref gestion-de-projet#1495

* [2.20.1][hot-fix/1495] - textual search scopes : fix expanded items loading refresh - Ref gestion-de-projet#1495

* [2.20.1][hot-fix/1495] - textual search scopes : fix expanded items loading refresh while searching, fix perimeter name - Ref gestion-de-projet#1495

* [2.20.2][hot-fix] - textual search scopes : use full_path for search perimeter - Ref gestion-de-projet#1495

* chore: update release version 2.20.0 => 2.20.1

* chore: update release version 2.20.1 => 2.20.2

* fix: Replace route pop-children by read-patient

* chore: upgrade release version 2.20.2 =>2.20.3

* fix: expand loading after cancelling request - Ref gestion-de-projet#1495

* fix: expand loading after cancelling request (1) - Ref gestion-de-projet#1495

* fix: expand loading after cancelling request (2) - Ref gestion-de-projet#1495

* fix: can't edit type in medication query - Ref gestion-de-projet#1916 (#720)


Co-authored-by: msellam <mourad.sellam@open-groupe.com>

* chore: update release version 2.20.3 => 2.20.4

* fix: resolve loose of criteria on request Ref gestion-de-projet#1917 (#726)

* fix: resolve loose of criteria on request Ref gestion-de-projet#1917

* fix: resolve loose of criteria on request Ref gestion-de-projet#1917

* feat: adding news for next mep Ref gestion-de-projet#1927 (#728)

* fix: biology tab flow when click on next button - Ref gestion-de-proj… (#733)

* fix: biology tab flow when click on next button - Ref gestion-de-projet#1965

* fix: biology tab flow when click on next button - Ref gestion-de-projet#1965

---------

Co-authored-by: mourads <mourad.sellam@open-groupe.com>
Co-authored-by: Salah-BOUYAHIA <salah.bouyahia-ext@aphp.fr>

* feat: release version 2.21.0 on main

* feat: set new develop version 2.22.0-SNAPSHOT

---------

Co-authored-by: msellam <mourad.sellam@open-groupe.com>
Co-authored-by: Mourad <111437871+mouradsellam2@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 3, 2023
1 parent 7850b50 commit 279b6ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cohort360_react",
"version": "2.21.0-SNAPSHOT",
"version": "2.22.0-SNAPSHOT",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.10",
Expand Down
3 changes: 0 additions & 3 deletions src/components/ScopeTree/ScopeTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ const ScopeTreeListItem: React.FC<ScopeTreeListItemProps> = (props) => {

const classes = useStyles()

console.log('row.id', row.id)
console.log('rootRows', rootRows)

return (
<>
{row.id === 'loading' ? (
Expand Down

0 comments on commit 279b6ad

Please sign in to comment.