Skip to content

Commit

Permalink
Release Version 2.1.2 (#2943)
Browse files Browse the repository at this point in the history
Fixes #2901 - cli command to update s3 bucket policies (#2924)
Bot cli fixes (#2935)
Dynamically move items in QuestionnaireBuilder (#2883)
publish changes (#2927)
Update contributing docs (#2897)
Fixes #2898 - export CDK types (#2905)
Update sweep.yaml (#2920)
Split tsquery handling by language config (#2885)
Add stack traces back to error logs (#2918)
Fixes #2899 - agent push (#2900)
Add request IDs to error responses (#2907)
Create documentation for the Apps Tab (#2873)
Clarify that paginated search requires a _sort for consistency (#2913)
Added docs on the "Communication Lifecycle" (#2912)
Bump graphql from 16.8.0 to 16.8.1 (#2903)
Fixes #2891k - ID capitalization (#2902)
Add Value Set Autocomplete to Kitchen Sink (#2896)
Added reference resolution to  PATCH batch entries (#2884)
Fixes #2876 - CDK creates awsRegion parameter (#2879)
Bind async callbacks to context local storage (#2875)
Clarification on per-server vs. per-project users (#2881)
Fixes #2847 - Create new resources from JSON input (#2870)
Fixes ElementDefinition.contentReference in deep nested backbone element (#2868)
Bind AsyncLocalStorage to cursor callbacks (#2874)
Use getElementDefinitionTypeName (#2869)
Fix bug on page sequence input changes  (#2865)
Updating SOC2 report link to 2023 version (#2872)
Update Patient Dedupe Docs (#2760)
Fix CLI docs headings (#2867)
Monitoring bots documentation (#2782)
Updating bots based on feedback and correcting for use of deprecated fields (#2866)
Remove unnecessary generics (#2864)
Create docs for promoting a user to admin (#2757)
Fixes #2792 - multiple patient compartments in resource (#2862)
Fix 'sign-in' vs 'sign in' in invite email (#2861)
Fixes #2796 - copy binary content in project clone (#2858)
Dependency upgrades (#2857)
  • Loading branch information
codyebberson committed Sep 28, 2023
1 parent 77f1676 commit 430287a
Show file tree
Hide file tree
Showing 27 changed files with 96 additions and 96 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": "2.1.1",
"version": "2.1.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -18,11 +18,11 @@
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/notifications": "6.0.20",
"@medplum/core": "2.1.1",
"@medplum/eslint-config": "2.1.1",
"@medplum/fhirtypes": "2.1.1",
"@medplum/mock": "2.1.1",
"@medplum/react": "2.1.1",
"@medplum/core": "2.1.2",
"@medplum/eslint-config": "2.1.2",
"@medplum/fhirtypes": "2.1.2",
"@medplum/mock": "2.1.2",
"@medplum/react": "2.1.2",
"@tabler/icons-react": "2.34.0",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
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": "2.1.1",
"version": "2.1.2",
"description": "Medplum Demo Bots",
"scripts": {
"build": "tsc",
Expand All @@ -13,11 +13,11 @@
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
"devDependencies": {
"@medplum/cli": "2.1.1",
"@medplum/core": "2.1.1",
"@medplum/eslint-config": "2.1.1",
"@medplum/fhirtypes": "2.1.1",
"@medplum/mock": "2.1.1",
"@medplum/cli": "2.1.2",
"@medplum/core": "2.1.2",
"@medplum/eslint-config": "2.1.2",
"@medplum/fhirtypes": "2.1.2",
"@medplum/mock": "2.1.2",
"@types/node": "20.6.2",
"@types/node-fetch": "2.6.5",
"@types/ssh2-sftp-client": "9.0.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,7 +1,7 @@
{
"name": "medplum-hello-world",
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -12,10 +12,10 @@
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/notifications": "6.0.20",
"@medplum/core": "2.1.1",
"@medplum/eslint-config": "2.1.1",
"@medplum/fhirtypes": "2.1.1",
"@medplum/react": "2.1.1",
"@medplum/core": "2.1.2",
"@medplum/eslint-config": "2.1.2",
"@medplum/fhirtypes": "2.1.2",
"@medplum/react": "2.1.2",
"@tabler/icons-react": "2.34.0",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
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": "2.1.1",
"version": "2.1.2",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -16,14 +16,14 @@
"@mantine/hooks": "6.0.20",
"@mantine/next": "6.0.20",
"@mantine/notifications": "6.0.20",
"@medplum/core": "2.1.1",
"@medplum/react": "2.1.1",
"@medplum/core": "2.1.2",
"@medplum/react": "2.1.2",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "2.1.1",
"@medplum/fhirtypes": "2.1.2",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
Expand Down
4 changes: 2 additions & 2 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": "2.1.1",
"version": "2.1.2",
"main": "src/main.ts",
"scripts": {
"start": "expo start",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@expo/webpack-config": "19.0.0",
"@medplum/core": "2.1.1",
"@medplum/core": "2.1.2",
"expo": "49.0.11",
"expo-status-bar": "1.7.1",
"react": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-task-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "medplum-task-demo",
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"description": "Medplum Task Demo",
"scripts": {
"dev": "vite",
Expand All @@ -13,10 +13,10 @@
"@mantine/core": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/notifications": "6.0.20",
"@medplum/core": "2.1.1",
"@medplum/eslint-config": "2.1.1",
"@medplum/fhirtypes": "2.1.1",
"@medplum/react": "2.1.1",
"@medplum/core": "2.1.2",
"@medplum/eslint-config": "2.1.2",
"@medplum/fhirtypes": "2.1.2",
"@medplum/react": "2.1.2",
"@tabler/icons-react": "2.34.0",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
Expand Down
Loading

2 comments on commit 430287a

@vercel
Copy link

@vercel vercel bot commented on 430287a Sep 28, 2023

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 – ./

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

@vercel
Copy link

@vercel vercel bot commented on 430287a Sep 28, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.