Skip to content

Commit

Permalink
Release Version 3.1.6
Browse files Browse the repository at this point in the history
Fix age display in PatientSummary (#4484)Fixes #4471 - DetectedIssue.status valueset and search param (#4483)
Qualify columns with table name in generated SQL (#4487)
fix(migrations): only take lock if migrating (#4490)
Document updating profiles (#4402)
Run expand tests against old and new (#4503)
Adding OpenCareHub support post (#4504)
[Medplum Provider app] Various fixes and touchups (#4500)
ci(agent): add workflow for building agent outside of a release (#4512)
feat(agent): `Agent/$reload-config` operation (#4457)
Remove broken links to Foo Provider (#4518)
Dependency upgrades 2024-05-06 (#4515)
PatientSummary and provider app tweaks (#4521)
Fixes #4509 - Improve exact match search support for token parameters in `matchesTokenFilter` (#4516)
Link to new Demo Applications (#4514)
Clarify that autobatching only applies to `GET` requests (#4479)
Added missing useEffect dependency in chat demo (#4527)
fix: allows CORS for `keyvalue` API (#4476)
Fixes #4508 - MeasureReport-subject search param backport (#4530)
Fix CLI update-server version flag (#4534)
Patient summary appointments and encounters links (#4524)
Remove unused DB columns (#4532)
fix(agent): unwrap response for `$reload-config` by id (#4542)
`PatientSummary` Problem List uses US Core profile (#4535)
fix(cli): always exit with exit code 1 after error occurs during command (#4536)
Add failing test about validating nested extensions (#4548)
Add error message when `cli` fails on login (#4507)
Remove functions moved to core (#4547)
fix: AttachmentDisplay use uncached url for download link (#4501)
feat(agent): respect `Agent.status` and `Agent.channel.endpoint.status` being `off` (#4523)
CMS 1500 and Superbill (#4543)
Demo Bot: Agent Setup (#4555)
feat(Subscription): add `author` as a `SearchParameter` (#4540)
Dependency upgrades 2024-05-13 (#4544)
Full linked Project ordering in CodeSystem lookup (#4522)
Disable super admin refresh tokens (#4492)
Minor fixes for the agent setup bot (#4560)
docs(agent): document how logging works with `Bot` and `Agent` (#4563)
Split rate limits into two buckets (#4568)
Properly detect array elements (#4569)
Apply filter to ValueSet with expansion.contains (#4570)
More efficiently validate included concepts (#4573)
Dependency upgrades 2024-05-20 (#4574)
tweak(agent): add timezone in status `lastUpdated` time (#4564)
fix(client/keyvalue): set keyvalue content-type text (#4575)
Allow configuring server default rate limits (#4491)
feat(cli): add `token` command to get access token (#4579)
Updating device resources and videos (#4578)
fix(subscriptions): don't retry ws subs if sub is deleted (#4577)
Add support for 'pr' filter operation (#4584)
Super admin endpoint for database stats (#4443)
  • Loading branch information
medplumbot committed May 25, 2024
1 parent 005d454 commit 5a493cf
Show file tree
Hide file tree
Showing 39 changed files with 325 additions and 322 deletions.
12 changes: 6 additions & 6 deletions examples/foomedical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foomedical",
"version": "3.1.5",
"version": "3.1.6",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/mock": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/mock": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-chart-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-chart-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-chat-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-chat-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/medplum-client-external-idp-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-client-external-idp-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"singleQuote": true
},
"devDependencies": {
"@medplum/core": "3.1.5",
"@medplum/core": "3.1.6",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.2.11"
Expand Down
12 changes: 6 additions & 6 deletions examples/medplum-demo-bots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-demo-bots",
"version": "3.1.5",
"version": "3.1.6",
"description": "Medplum Demo Bots",
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
Expand Down Expand Up @@ -29,11 +29,11 @@
"root": true
},
"devDependencies": {
"@medplum/cli": "3.1.5",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/mock": "3.1.5",
"@medplum/cli": "3.1.6",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/mock": "3.1.6",
"@types/node": "20.12.12",
"@types/node-fetch": "2.6.11",
"@types/ssh2-sftp-client": "9.0.3",
Expand Down
14 changes: 7 additions & 7 deletions examples/medplum-eligibility-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-eligibility-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -24,12 +24,12 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/definitions": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/mock": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/definitions": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/mock": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-fhircast-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-fhircast-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,10 +18,10 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-hello-world",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-live-chat-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-live-chat-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/medplum-nextauth-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-nextauth-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,15 +23,15 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"next": "14.2.3",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.5",
"@medplum/fhirtypes": "3.1.6",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/medplum-nextjs-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-nextjs-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,16 +13,16 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/react": "3.1.6",
"@next/bundle-analyzer": "14.2.3",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"rfc6902": "5.1.1"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.5",
"@medplum/fhirtypes": "3.1.6",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-provider",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-react-native-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-react-native-example",
"version": "3.1.5",
"version": "3.1.6",
"main": "src/main.ts",
"scripts": {
"android": "expo start --android",
Expand All @@ -20,10 +20,10 @@
},
"dependencies": {
"@expo/metro-runtime": "3.2.1",
"@medplum/core": "3.1.5",
"@medplum/expo-polyfills": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/react-hooks": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/expo-polyfills": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/react-hooks": "3.1.6",
"expo": "51.0.8",
"expo-status-bar": "1.12.1",
"react": "18.2.0",
Expand Down
14 changes: 7 additions & 7 deletions examples/medplum-task-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-task-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/definitions": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/mock": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/definitions": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/mock": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
Expand Down
14 changes: 7 additions & 7 deletions examples/medplum-websocket-subscriptions-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-websocket-subscriptions-demo",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,12 +23,12 @@
"@mantine/core": "7.9.2",
"@mantine/hooks": "7.9.2",
"@mantine/notifications": "7.9.2",
"@medplum/core": "3.1.5",
"@medplum/eslint-config": "3.1.5",
"@medplum/fhir-router": "3.1.5",
"@medplum/fhirtypes": "3.1.5",
"@medplum/mock": "3.1.5",
"@medplum/react": "3.1.5",
"@medplum/core": "3.1.6",
"@medplum/eslint-config": "3.1.6",
"@medplum/fhir-router": "3.1.6",
"@medplum/fhirtypes": "3.1.6",
"@medplum/mock": "3.1.6",
"@medplum/react": "3.1.6",
"@tabler/icons-react": "3.4.0",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
Expand Down

0 comments on commit 5a493cf

Please sign in to comment.