Skip to content

Commit

Permalink
Release Version 3.0.2
Browse files Browse the repository at this point in the history
Fixes #3794 - MeasureReport.period search (#3850)
Extra check for vmcontext bots (#3863)
Add and use vite-plugin-turbosnap (#3849)
Downgrade chromatic (#3848)
Repo sql fixes for cockroachdb (#3844)
Remove Health Gorilla from medplum-demo-bots (#3845)
fix-3815 cache presigned s3 binary urls (#3834)
Use tsvector index for token text search (#3791)
rate limit should return `OperationOutcome` (#3843)
Add global var "module" to vm context bots (#3842)
Fix lookup table tsv indexes (#3841)
Always use estimate count first (#3840)
Disambiguate getClient (#3839)
Fix invalid mermaid graph in diagnostic catalog docs (#3836)
fix-3809 race condition in Subscription extension fhir-path-criteria-expression %previous value lookup (#3810)
Fix Sonar code smells: mark React props readonly (#3832)
RDS proxy (#3827)
Fixed lookup tables in migration generator (#3830)
Fixed deprecated jest matchers (#3831)
Update README.md (#3828)
Update fhir-basics.md (#3829)
Case study content and images (#3820)
Added rdsReaderInstanceType and RDS upgrade docs (#3826)
Dependency upgrades (#3825)
Separate search popup menus for 'text' and 'token' (#3824)
Improve performance of token sort (#3823)
Additional logging (#3790)
Fix calendar input button style (#3817)
Don't add _total default in SearchControl (#3818)
Dark mode (#3814)
Fixes #3812 - FHIR profile cache bug (#3813)
Document using medplum client to integrate with external FHIR servers (#3811)
Use specific advisory locks (#3805)
Nested transactions (#3788)
Fix signin page on graphiql (#3802)
fix(heartbeat): start heartbeat on first bind to sub (#3793)
Fix async job tests (#3795)
Document using vm context bots (#3784)
Refactored access policy docs based on customer feedback (#3785)
Support Redis TLS config from Env (#3787)
feat(subscriptions): add `heartbeat` for WS subs (#3740)
Update Bot metrics (#3763)
  • Loading branch information
medplumbot committed Jan 31, 2024
1 parent c412412 commit f8d216d
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 <hello@medplum.com>",
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 f8d216d

Please sign in to comment.