Skip to content

Commit

Permalink
Release Version 3.0.1 (#3782)
Browse files Browse the repository at this point in the history
Fixes #3753 - root constraint validation (#3779)
Fixes #3614 - configurable agent log level (#3781)
Fixed validateDOMNesting warning (#3780)
Fixes #3775 - AsyncAutocomplete call onChange on remove (#3777)
Dependency upgrades (#3774)
Remove notice to contact `info@medplum.com` to enable open patient registration (#3776)
Move logger from server to core (#3773)
Create a task demo app (#3555)
Add docs for setting up CORS when self-hosting (#3752)
Export NotesDisplay from @medplum/react (#3759)
Fixes #3751 - restore AsyncAutocomplete props (#3758)
Add CodeSystem validate-code operation (#3705)
Update provider directory docs to administration section (#3747)
Avoid error on SearchPage while schema is being requested (#3757)
Fixes #3755 - allow embedding PDFs on external domains (#3756)
Fixes #3653 - Agent handle DICOM C-STORE (#3736)
ci(madge): add `madge` job for PRs against `medplum/test-actions` (#3745)
Handle websocket max payload exceeded (#3750)
Implement CodeSystem lookup operation (#3702)
Require super admin for CodeSystem import (#3739)
Add OTel documentation (#3738)
Better error on unique constraint violation (#3743)
Dependency upgrades (#3744)
feat(examples): add live chat example (#3713)
Move response utils to separate file (#3742)
Fix wrapping CodeSystem import handler (#3741)
Add lookup table to index CodeSystem codings (#3731)
  • Loading branch information
medplumbot committed Jan 21, 2024
1 parent d341cd1 commit 1ac4758
Show file tree
Hide file tree
Showing 34 changed files with 155 additions and 152 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.0.0",
"version": "3.0.1",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@mantine/core": "7.4.2",
"@mantine/hooks": "7.4.2",
"@mantine/notifications": "7.4.2",
"@medplum/core": "3.0.0",
"@medplum/eslint-config": "3.0.0",
"@medplum/fhirtypes": "3.0.0",
"@medplum/mock": "3.0.0",
"@medplum/react": "3.0.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/mock": "3.0.1",
"@medplum/react": "3.0.1",
"@tabler/icons-react": "2.46.0",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.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.0.0",
"version": "3.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.4.2",
"@mantine/hooks": "7.4.2",
"@mantine/notifications": "7.4.2",
"@medplum/core": "3.0.0",
"@medplum/eslint-config": "3.0.0",
"@medplum/fhirtypes": "3.0.0",
"@medplum/react": "3.0.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/react": "3.0.1",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
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.0.0",
"version": "3.0.1",
"description": "Medplum Demo Bots",
"license": "Apache-2.0",
"author": "Medplum <hello@medplum.com>",
Expand Down Expand Up @@ -28,11 +28,11 @@
"esbuild": "0.19.11"
},
"devDependencies": {
"@medplum/cli": "3.0.0",
"@medplum/core": "3.0.0",
"@medplum/eslint-config": "3.0.0",
"@medplum/fhirtypes": "3.0.0",
"@medplum/mock": "3.0.0",
"@medplum/cli": "3.0.1",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/mock": "3.0.1",
"@types/node": "20.11.5",
"@types/node-fetch": "2.6.11",
"@types/ssh2-sftp-client": "9.0.3",
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.0.0",
"version": "3.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,10 +18,10 @@
"@mantine/core": "7.4.2",
"@mantine/hooks": "7.4.2",
"@mantine/notifications": "7.4.2",
"@medplum/core": "3.0.0",
"@medplum/eslint-config": "3.0.0",
"@medplum/fhirtypes": "3.0.0",
"@medplum/react": "3.0.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/react": "3.0.1",
"@tabler/icons-react": "2.46.0",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
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.0.0",
"version": "3.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.4.2",
"@mantine/hooks": "7.4.2",
"@mantine/notifications": "7.4.2",
"@medplum/core": "3.0.0",
"@medplum/eslint-config": "3.0.0",
"@medplum/fhirtypes": "3.0.0",
"@medplum/react": "3.0.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/react": "3.0.1",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
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.0.0",
"version": "3.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.4.2",
"@mantine/hooks": "7.4.2",
"@mantine/notifications": "7.4.2",
"@medplum/core": "3.0.0",
"@medplum/eslint-config": "3.0.0",
"@medplum/fhirtypes": "3.0.0",
"@medplum/react": "3.0.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/react": "3.0.1",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
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.0.0",
"version": "3.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,15 +13,15 @@
"@mantine/core": "7.4.2",
"@mantine/hooks": "7.4.2",
"@mantine/notifications": "7.4.2",
"@medplum/core": "3.0.0",
"@medplum/react": "3.0.0",
"@medplum/core": "3.0.1",
"@medplum/react": "3.0.1",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rfc6902": "5.1.1"
},
"devDependencies": {
"@medplum/fhirtypes": "3.0.0",
"@medplum/fhirtypes": "3.0.1",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
Expand Down
8 changes: 4 additions & 4 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.0.0",
"version": "3.0.1",
"main": "src/main.ts",
"scripts": {
"android": "expo start --android",
Expand All @@ -20,9 +20,9 @@
},
"dependencies": {
"@expo/webpack-config": "19.0.1",
"@medplum/core": "3.0.0",
"@medplum/expo-polyfills": "3.0.0",
"@medplum/react-hooks": "3.0.0",
"@medplum/core": "3.0.1",
"@medplum/expo-polyfills": "3.0.1",
"@medplum/react-hooks": "3.0.1",
"expo": "50.0.2",
"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.0.0",
"version": "3.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -25,11 +25,11 @@
"@mantine/core": "7.4.2",
"@mantine/hooks": "7.4.2",
"@mantine/notifications": "7.4.2",
"@medplum/core": "3.0.0",
"@medplum/definitions": "3.0.0",
"@medplum/eslint-config": "3.0.0",
"@medplum/fhirtypes": "3.0.0",
"@medplum/react": "3.0.0",
"@medplum/core": "3.0.1",
"@medplum/definitions": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/react": "3.0.1",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
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.0.0",
"version": "3.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,12 +23,12 @@
"@mantine/core": "7.4.2",
"@mantine/hooks": "7.4.2",
"@mantine/notifications": "7.4.2",
"@medplum/core": "3.0.0",
"@medplum/eslint-config": "3.0.0",
"@medplum/fhir-router": "3.0.0",
"@medplum/fhirtypes": "3.0.0",
"@medplum/mock": "3.0.0",
"@medplum/react": "3.0.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhir-router": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/mock": "3.0.1",
"@medplum/react": "3.0.1",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
Expand Down

2 comments on commit 1ac4758

@vercel
Copy link

@vercel vercel bot commented on 1ac4758 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medplum-www – ./packages/docs

www.medplum.com
medplum-www-git-main-medplum.vercel.app
medplum-www-medplum.vercel.app
medplum-www.vercel.app
medplum.com

@vercel
Copy link

@vercel vercel bot commented on 1ac4758 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medplum-storybook – ./

medplum-storybook-git-main-medplum.vercel.app
medplum-storybook-medplum.vercel.app
storybook.medplum.com

Please sign in to comment.