From 0164cfd422140a53db5f6985c6fdd99be95352ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Apr 2024 01:54:15 +0000 Subject: [PATCH] Merge from main repo: Release Version 3.1.4 (#4456) --- .turbo/turbo-build.log | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.turbo/turbo-build.log b/.turbo/turbo-build.log index a26a72d..76c90b3 100644 --- a/.turbo/turbo-build.log +++ b/.turbo/turbo-build.log @@ -1,5 +1,5 @@ -> medplum-nextauth-demo@3.1.3 build +> medplum-nextauth-demo@3.1.4 build > next build ⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache diff --git a/package.json b/package.json index d5ffff8..fefc88d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medplum-nextauth-demo", - "version": "3.1.3", + "version": "3.1.4", "private": true, "type": "module", "scripts": { @@ -23,15 +23,15 @@ "@mantine/core": "7.8.0", "@mantine/hooks": "7.8.0", "@mantine/notifications": "7.8.0", - "@medplum/core": "3.1.3", - "@medplum/eslint-config": "3.1.3", + "@medplum/core": "3.1.4", + "@medplum/eslint-config": "3.1.4", "next": "14.2.1", "next-auth": "4.24.7", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { - "@medplum/fhirtypes": "3.1.3", + "@medplum/fhirtypes": "3.1.4", "@types/node": "20.12.7", "@types/react": "18.2.78", "@types/react-dom": "18.2.25",