Skip to content

Commit

Permalink
Release Version 3.1.9 (#4704)
Browse files Browse the repository at this point in the history
## What's Changed

fix(ci): fix `\n` missing due to reversal, use `git log --reverse` (#4649)
Allow chained search in _filter (#4647)
Polish eligibility demo (#4637)
cleanup(core): remove stray `console.log` (#4653)
Update sidebar.ts (#4652)
Feat: Configure refresh token expiry (#4525)
Dependency upgrades 2024-06-10 (#4650)
cleanup(chart-demo): rm ignored `example-bots.json` (#4656)
 Adding instructions to the example app READMEs on how to build bots (#4660)
Update useSearch.ts (#4663)
Export QuestionnaireFormContext and QuestionnairePageSequence from QuestionnaireForm (#4664)
Add `expo-polyfills` to README packages list (#4666)
revert(react): remove export of `QuestionnairePageSequence` (#4669)
Fix wrong pipe character in README (#4671)
Document Terminology Service operation endpoints (#4665)
Dependency upgrades 2024-06-17 (#4673)
Gracefully handle no major dep upgrades (#4675)
SQL on FHIR ViewDefinition types (#4674)
fix(build) Update deprecated import assertion into import attribute (#4682)
Fixes #4398 - add mapByIdentifier util function (#4635)
Fixes #4600 - Add Auto Confirmation Parameter for Headless Deployment (#4625)
fix(react-hooks): make `loading` track `MedplumClient#isLoading()` (#4677)
Implements FHIRPath string join (stu) (#4683)
SQL-on-FHIR processResource (#4678)
feat(useSubscription): add `subscriptionProps` as optional param (#4180)
Resolve conditional references (#4633)
feat(subscriptions): add `unbind-from-token` message for WebSocket subscriptions (#4672)
Document remaining Terminology Service operations (#4680)
feat(agent): add `keepAlive` setting to `Agent` (#4657)
Update README.md (#4687)
Fix all copyright dates (#4689)
Fixes subject input on PlanDefinitionApplyForm (#4699)
Deprecate non-strict mode (#4651)
Validate certain references with systemRepo (#4700)
docs(useSubscription): clean up examples, add JSDoc comment (#4692)
cleanup(repo): `handleMaybeCacheOnly` -> `handleStorage` (#4696)
Minor fixes to Eligibility Demo (#4703)

**Full Changelog**: v3.1.8...v3.1.9
  • Loading branch information
medplumbot committed Jun 22, 2024
1 parent 7fcfc60 commit acd07ca
Show file tree
Hide file tree
Showing 39 changed files with 322 additions and 322 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.8",
"version": "3.1.9",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/mock": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/mock": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
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.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -27,10 +27,10 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
Expand Down
10 changes: 5 additions & 5 deletions examples/medplum-chat-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medplum-chat-demo",
"version": "3.1.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
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.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"singleQuote": true
},
"devDependencies": {
"@medplum/core": "3.1.8",
"@medplum/core": "3.1.9",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.3.1"
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.8",
"version": "3.1.9",
"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.8",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/mock": "3.1.8",
"@medplum/cli": "3.1.9",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/mock": "3.1.9",
"@types/node": "20.14.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.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -27,12 +27,12 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/definitions": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/mock": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/definitions": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/mock": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@types/node": "20.14.2",
"@types/react": "18.3.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.1.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,10 +18,10 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.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,6 +1,6 @@
{
"name": "medplum-hello-world",
"version": "3.1.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
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.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
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.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,15 +23,15 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"next": "14.2.4",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.8",
"@medplum/fhirtypes": "3.1.9",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
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.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,16 +13,16 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/react": "3.1.9",
"@next/bundle-analyzer": "14.2.4",
"next": "14.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"rfc6902": "5.1.1"
},
"devDependencies": {
"@medplum/fhirtypes": "3.1.8",
"@medplum/fhirtypes": "3.1.9",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
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.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,10 +22,10 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
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.8",
"version": "3.1.9",
"main": "src/main.ts",
"scripts": {
"android": "expo start --android",
Expand All @@ -20,10 +20,10 @@
},
"dependencies": {
"@expo/metro-runtime": "3.2.1",
"@medplum/core": "3.1.8",
"@medplum/expo-polyfills": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/react-hooks": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/expo-polyfills": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/react-hooks": "3.1.9",
"expo": "51.0.14",
"expo-status-bar": "1.12.1",
"react": "18.2.0",
Expand Down
14 changes: 7 additions & 7 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.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/definitions": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/mock": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/definitions": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/mock": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
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.8",
"version": "3.1.9",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,12 +23,12 @@
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "7.10.2",
"@medplum/core": "3.1.8",
"@medplum/eslint-config": "3.1.8",
"@medplum/fhir-router": "3.1.8",
"@medplum/fhirtypes": "3.1.8",
"@medplum/mock": "3.1.8",
"@medplum/react": "3.1.8",
"@medplum/core": "3.1.9",
"@medplum/eslint-config": "3.1.9",
"@medplum/fhir-router": "3.1.9",
"@medplum/fhirtypes": "3.1.9",
"@medplum/mock": "3.1.9",
"@medplum/react": "3.1.9",
"@tabler/icons-react": "3.6.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
Expand Down
Loading

0 comments on commit acd07ca

Please sign in to comment.