Skip to content

Commit

Permalink
Release Version 3.1.1
Browse files Browse the repository at this point in the history
Added sortStringArray utility function (#4297)Remove 'dist' from eligibility demo (#4300)
Fixes #3944 - patient everything pagination (#4296)
Fixed fragment with only one child warning (#4306)
Fixes #4299 - use correct cardinality on contentReference (#4304)
Add "New..." action in Medplum Provider app (#4303)
Updating case study material (#4305)
Drop unused columns from lookup tables (#4294)
Fixes #3905 - better graphql mutation error reporting (#4308)
Fixes #4309 - AWS Parameter Store support for required database SSL (#4310)
  • Loading branch information
medplumbot committed Apr 4, 2024
1 parent 95209a3 commit 58b5b00
Show file tree
Hide file tree
Showing 38 changed files with 310 additions and 310 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.0",
"version": "3.1.1",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/mock": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/mock": "3.1.1",
"@medplum/react": "3.1.1",
"@tabler/icons-react": "3.1.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/react": "3.1.1",
"@tabler/icons-react": "3.1.0",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"singleQuote": true
},
"devDependencies": {
"@medplum/core": "3.1.0",
"@medplum/core": "3.1.1",
"rimraf": "5.0.5",
"typescript": "5.4.3",
"vite": "5.2.7"
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.0",
"version": "3.1.1",
"description": "Medplum Demo Bots",
"license": "Apache-2.0",
"author": "Medplum <[email protected]>",
Expand Down Expand Up @@ -29,11 +29,11 @@
"root": true
},
"devDependencies": {
"@medplum/cli": "3.1.0",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/mock": "3.1.0",
"@medplum/cli": "3.1.1",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/mock": "3.1.1",
"@types/node": "20.12.2",
"@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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -24,12 +24,12 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/definitions": "3.1.0",
"@medplum/mock": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/react": "3.1.1",
"@medplum/definitions": "3.1.1",
"@medplum/mock": "3.1.1",
"@tabler/icons-react": "3.1.0",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,10 +18,10 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/react": "3.1.1",
"@tabler/icons-react": "3.1.0",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/react": "3.1.1",
"@tabler/icons-react": "3.1.0",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/react": "3.1.1",
"@tabler/icons-react": "3.1.0",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,15 +23,15 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"next": "14.1.4",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.0",
"@medplum/fhirtypes": "3.1.1",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,15 +13,15 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/react": "3.1.1",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"rfc6902": "5.1.1"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.0",
"@medplum/fhirtypes": "3.1.1",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/react": "3.1.1",
"@tabler/icons-react": "3.1.0",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
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.0",
"version": "3.1.1",
"main": "src/main.ts",
"scripts": {
"android": "expo start --android",
Expand All @@ -20,10 +20,10 @@
},
"dependencies": {
"@expo/metro-runtime": "3.1.3",
"@medplum/core": "3.1.0",
"@medplum/expo-polyfills": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/react-hooks": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/expo-polyfills": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/react-hooks": "3.1.1",
"expo": "50.0.14",
"expo-status-bar": "1.11.1",
"react": "18.2.0",
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -25,11 +25,11 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/definitions": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/definitions": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/react": "3.1.1",
"@tabler/icons-react": "3.1.0",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,12 +23,12 @@
"@mantine/core": "7.7.1",
"@mantine/hooks": "7.7.1",
"@mantine/notifications": "7.7.1",
"@medplum/core": "3.1.0",
"@medplum/eslint-config": "3.1.0",
"@medplum/fhir-router": "3.1.0",
"@medplum/fhirtypes": "3.1.0",
"@medplum/mock": "3.1.0",
"@medplum/react": "3.1.0",
"@medplum/core": "3.1.1",
"@medplum/eslint-config": "3.1.1",
"@medplum/fhir-router": "3.1.1",
"@medplum/fhirtypes": "3.1.1",
"@medplum/mock": "3.1.1",
"@medplum/react": "3.1.1",
"@tabler/icons-react": "3.1.0",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
Expand Down

0 comments on commit 58b5b00

Please sign in to comment.