Skip to content

Commit

Permalink
Release Version 3.0.2 (medplum#3864)
Browse files Browse the repository at this point in the history
Fixes medplum#3794 - MeasureReport.period search (medplum#3850)
Extra check for vmcontext bots (medplum#3863)
Add and use vite-plugin-turbosnap (medplum#3849)
Downgrade chromatic (medplum#3848)
Repo sql fixes for cockroachdb (medplum#3844)
Remove Health Gorilla from medplum-demo-bots (medplum#3845)
fix-3815 cache presigned s3 binary urls (medplum#3834)
Use tsvector index for token text search (medplum#3791)
rate limit should return `OperationOutcome` (medplum#3843)
Add global var "module" to vm context bots (medplum#3842)
Fix lookup table tsv indexes (medplum#3841)
Always use estimate count first (medplum#3840)
Disambiguate getClient (medplum#3839)
Fix invalid mermaid graph in diagnostic catalog docs (medplum#3836)
fix-3809 race condition in Subscription extension fhir-path-criteria-expression %previous value lookup (medplum#3810)
Fix Sonar code smells: mark React props readonly (medplum#3832)
RDS proxy (medplum#3827)
Fixed lookup tables in migration generator (medplum#3830)
Fixed deprecated jest matchers (medplum#3831)
Update README.md (medplum#3828)
Update fhir-basics.md (medplum#3829)
Case study content and images (medplum#3820)
Added rdsReaderInstanceType and RDS upgrade docs (medplum#3826)
Dependency upgrades (medplum#3825)
Separate search popup menus for 'text' and 'token' (medplum#3824)
Improve performance of token sort (medplum#3823)
Additional logging (medplum#3790)
Fix calendar input button style (medplum#3817)
Don't add _total default in SearchControl (medplum#3818)
Dark mode (medplum#3814)
Fixes medplum#3812 - FHIR profile cache bug (medplum#3813)
Document using medplum client to integrate with external FHIR servers (medplum#3811)
Use specific advisory locks (medplum#3805)
Nested transactions (medplum#3788)
Fix signin page on graphiql (medplum#3802)
fix(heartbeat): start heartbeat on first bind to sub (medplum#3793)
Fix async job tests (medplum#3795)
Document using vm context bots (medplum#3784)
Refactored access policy docs based on customer feedback (medplum#3785)
Support Redis TLS config from Env (medplum#3787)
feat(subscriptions): add `heartbeat` for WS subs (medplum#3740)
Update Bot metrics (medplum#3763)
  • Loading branch information
medplumbot authored Jan 31, 2024
1 parent c412412 commit d0b8f6e
Show file tree
Hide file tree
Showing 34 changed files with 152 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.1",
"version": "3.0.2",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@mantine/core": "7.5.0",
"@mantine/hooks": "7.5.0",
"@mantine/notifications": "7.5.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",
"@medplum/core": "3.0.2",
"@medplum/eslint-config": "3.0.2",
"@medplum/fhirtypes": "3.0.2",
"@medplum/mock": "3.0.2",
"@medplum/react": "3.0.2",
"@tabler/icons-react": "2.46.0",
"@testing-library/jest-dom": "6.3.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.1",
"version": "3.0.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.5.0",
"@mantine/hooks": "7.5.0",
"@mantine/notifications": "7.5.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/react": "3.0.1",
"@medplum/core": "3.0.2",
"@medplum/eslint-config": "3.0.2",
"@medplum/fhirtypes": "3.0.2",
"@medplum/react": "3.0.2",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.8",
"@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.1",
"version": "3.0.2",
"description": "Medplum Demo Bots",
"license": "Apache-2.0",
"author": "Medplum <[email protected]>",
Expand All @@ -25,11 +25,11 @@
]
},
"devDependencies": {
"@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",
"@medplum/cli": "3.0.2",
"@medplum/core": "3.0.2",
"@medplum/eslint-config": "3.0.2",
"@medplum/fhirtypes": "3.0.2",
"@medplum/mock": "3.0.2",
"@types/node": "20.11.8",
"@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.1",
"version": "3.0.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,10 +18,10 @@
"@mantine/core": "7.5.0",
"@mantine/hooks": "7.5.0",
"@mantine/notifications": "7.5.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/react": "3.0.1",
"@medplum/core": "3.0.2",
"@medplum/eslint-config": "3.0.2",
"@medplum/fhirtypes": "3.0.2",
"@medplum/react": "3.0.2",
"@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.1",
"version": "3.0.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.5.0",
"@mantine/hooks": "7.5.0",
"@mantine/notifications": "7.5.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/react": "3.0.1",
"@medplum/core": "3.0.2",
"@medplum/eslint-config": "3.0.2",
"@medplum/fhirtypes": "3.0.2",
"@medplum/react": "3.0.2",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.8",
"@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.1",
"version": "3.0.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.5.0",
"@mantine/hooks": "7.5.0",
"@mantine/notifications": "7.5.0",
"@medplum/core": "3.0.1",
"@medplum/eslint-config": "3.0.1",
"@medplum/fhirtypes": "3.0.1",
"@medplum/react": "3.0.1",
"@medplum/core": "3.0.2",
"@medplum/eslint-config": "3.0.2",
"@medplum/fhirtypes": "3.0.2",
"@medplum/react": "3.0.2",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.8",
"@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.1",
"version": "3.0.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,15 +13,15 @@
"@mantine/core": "7.5.0",
"@mantine/hooks": "7.5.0",
"@mantine/notifications": "7.5.0",
"@medplum/core": "3.0.1",
"@medplum/react": "3.0.1",
"@medplum/core": "3.0.2",
"@medplum/react": "3.0.2",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rfc6902": "5.1.1"
},
"devDependencies": {
"@medplum/fhirtypes": "3.0.1",
"@medplum/fhirtypes": "3.0.2",
"@types/node": "20.11.8",
"@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.1",
"version": "3.0.2",
"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.1",
"@medplum/expo-polyfills": "3.0.1",
"@medplum/react-hooks": "3.0.1",
"@medplum/core": "3.0.2",
"@medplum/expo-polyfills": "3.0.2",
"@medplum/react-hooks": "3.0.2",
"expo": "50.0.4",
"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.1",
"version": "3.0.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -25,11 +25,11 @@
"@mantine/core": "7.5.0",
"@mantine/hooks": "7.5.0",
"@mantine/notifications": "7.5.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",
"@medplum/core": "3.0.2",
"@medplum/definitions": "3.0.2",
"@medplum/eslint-config": "3.0.2",
"@medplum/fhirtypes": "3.0.2",
"@medplum/react": "3.0.2",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.8",
"@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.1",
"version": "3.0.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,12 +23,12 @@
"@mantine/core": "7.5.0",
"@mantine/hooks": "7.5.0",
"@mantine/notifications": "7.5.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",
"@medplum/core": "3.0.2",
"@medplum/eslint-config": "3.0.2",
"@medplum/fhir-router": "3.0.2",
"@medplum/fhirtypes": "3.0.2",
"@medplum/mock": "3.0.2",
"@medplum/react": "3.0.2",
"@tabler/icons-react": "2.46.0",
"@types/node": "20.11.8",
"@types/react": "18.2.48",
Expand Down
Loading

0 comments on commit d0b8f6e

Please sign in to comment.