From 3e31d334f6521a9cf0735d3ec94f4afdb10a462b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Apr 2024 19:47:48 +0000 Subject: [PATCH] Merge from main repo: Release Version 3.1.2 (#4342) --- .turbo/turbo-build.log | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.turbo/turbo-build.log b/.turbo/turbo-build.log index d333d8c..fd41c8f 100644 --- a/.turbo/turbo-build.log +++ b/.turbo/turbo-build.log @@ -1,5 +1,5 @@ -> medplum-nextauth-demo@3.1.1 build +> medplum-nextauth-demo@3.1.2 build > next build ⚠ No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache @@ -11,7 +11,7 @@ https://nextjs.org/telemetry ▲ Next.js 14.1.4 Creating an optimized production build ... -(node:3783) [DEP_WEBPACK_MODULE_UPDATE_HASH] DeprecationWarning: Module.updateHash: Use new ChunkGraph API +(node:3724) [DEP_WEBPACK_MODULE_UPDATE_HASH] DeprecationWarning: Module.updateHash: Use new ChunkGraph API (Use `node --trace-deprecation ...` to show where the warning was created) ✓ Compiled successfully Linting and checking validity of types ... diff --git a/package.json b/package.json index b07311d..760c998 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medplum-nextauth-demo", - "version": "3.1.1", + "version": "3.1.2", "private": true, "type": "module", "scripts": { @@ -23,15 +23,15 @@ "@mantine/core": "7.7.1", "@mantine/hooks": "7.7.1", "@mantine/notifications": "7.7.1", - "@medplum/core": "3.1.1", - "@medplum/eslint-config": "3.1.1", + "@medplum/core": "3.1.2", + "@medplum/eslint-config": "3.1.2", "next": "14.1.4", "next-auth": "4.24.7", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { - "@medplum/fhirtypes": "3.1.1", + "@medplum/fhirtypes": "3.1.2", "@types/node": "20.12.2", "@types/react": "18.2.73", "@types/react-dom": "18.2.23",