Skip to content

Commit

Permalink
chore(release): 5.49.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.49.0](v5.48.0...v5.49.0) (2021-06-02)

### Bug Fixes

* **buscador-ficha:** doble request ([46df6a4](46df6a4))
* **COM:** bug buscar org origen ([56ae829](56ae829))
* **ficha:** clasificacion y loader buscar paciente ([5aab87c](5aab87c))
* **mapa-camas:** edición de egreso en internación validada ([#2269](#2269)) ([9c031c8](9c031c8))
* **mpi:** quita regex del nombre ([#2298](#2298)) ([2fb85b1](2fb85b1))
* **rup:** cambia solicitante por profesional ([#2294](#2294)) ([88da8e6](88da8e6))
* **top:** deshabilita boton hasta no cargar datos requeridos en formulario ([#2288](#2288)) ([410056d](410056d))

### Features

* **ficha-epidemiologica:** mensaje no hay fichas ([b247443](b247443))
* **fichaEpidemiologia:** Se agrega al pacientes la información de identificación si es extranjero ([48e0dc9](48e0dc9))
* **mapa-camas:** columna obra social en listado internación ([#2290](#2290)) ([f1df855](f1df855))
* **mapa-camas:** muestra la prestacion de estadistica en resumen de internacion ([#2299](#2299)) ([f0029ae](f0029ae))
* **mapa-camas:** obra social prepaga ([#2285](#2285)) ([0b7fd1b](0b7fd1b))
* **mpi:**  se agrega idPacientePrincipal en  paciente ([#2295](#2295)) ([5c3b228](5c3b228))
* **rup:** agregar unidad organizativa a la prestación ([#2300](#2300)) ([398884e](398884e))
  • Loading branch information
semantic-release-bot committed Jun 2, 2021
1 parent c5ab434 commit 8fe523c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [5.49.0](https://github.com/andes/app/compare/v5.48.0...v5.49.0) (2021-06-02)


### Bug Fixes

* **buscador-ficha:** doble request ([46df6a4](https://github.com/andes/app/commit/46df6a4a3a460d9c36320d3b3ea0c1a8c0151520))
* **COM:** bug buscar org origen ([56ae829](https://github.com/andes/app/commit/56ae829eb30478aff0bf1c55ccb80223787ae883))
* **ficha:** clasificacion y loader buscar paciente ([5aab87c](https://github.com/andes/app/commit/5aab87c463361ad9fc04a4b7b61d4c622a2b8feb))
* **mapa-camas:** edición de egreso en internación validada ([#2269](https://github.com/andes/app/issues/2269)) ([9c031c8](https://github.com/andes/app/commit/9c031c8bd390cecaa9bedab606bfe0e6f73f4ddb))
* **mpi:** quita regex del nombre ([#2298](https://github.com/andes/app/issues/2298)) ([2fb85b1](https://github.com/andes/app/commit/2fb85b1ae14412685b9eac2e5073667183442e88))
* **rup:** cambia solicitante por profesional ([#2294](https://github.com/andes/app/issues/2294)) ([88da8e6](https://github.com/andes/app/commit/88da8e6dfbb6a314963a327adb7821ac2c2af505))
* **top:** deshabilita boton hasta no cargar datos requeridos en formulario ([#2288](https://github.com/andes/app/issues/2288)) ([410056d](https://github.com/andes/app/commit/410056d3061c471c00d74c8678066af2e17de334))


### Features

* **ficha-epidemiologica:** mensaje no hay fichas ([b247443](https://github.com/andes/app/commit/b247443baa4d9c8dcc0235e2addaef289b27137d))
* **fichaEpidemiologia:** Se agrega al pacientes la información de identificación si es extranjero ([48e0dc9](https://github.com/andes/app/commit/48e0dc95eb0667e871774a35e2cb78fb462f27ad))
* **mapa-camas:** columna obra social en listado internación ([#2290](https://github.com/andes/app/issues/2290)) ([f1df855](https://github.com/andes/app/commit/f1df8555c9ae8b862581555cf9bb501808a79ba9))
* **mapa-camas:** muestra la prestacion de estadistica en resumen de internacion ([#2299](https://github.com/andes/app/issues/2299)) ([f0029ae](https://github.com/andes/app/commit/f0029ae60598b039df0ae671a09e42b8c88d2ad6))
* **mapa-camas:** obra social prepaga ([#2285](https://github.com/andes/app/issues/2285)) ([0b7fd1b](https://github.com/andes/app/commit/0b7fd1b2a91273c3251ebe3e56ee48fa6f1c965d))
* **mpi:** se agrega idPacientePrincipal en paciente ([#2295](https://github.com/andes/app/issues/2295)) ([5c3b228](https://github.com/andes/app/commit/5c3b228a5aa4ceb5bb25d41938648226adc47e06))
* **rup:** agregar unidad organizativa a la prestación ([#2300](https://github.com/andes/app/issues/2300)) ([398884e](https://github.com/andes/app/commit/398884e8b0c6ecadda265082722d0505ce89a738))

# [5.48.0](https://github.com/andes/app/compare/v5.47.0...v5.48.0) (2021-05-26)


Expand Down
2 changes: 1 addition & 1 deletion 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": "@andes/app",
"version": "5.48.0",
"version": "5.49.0",
"description": "Aplicación web para ANDES",
"angular-cli": {},
"scripts": {
Expand Down

0 comments on commit 8fe523c

Please sign in to comment.