Skip to content

Commit

Permalink
Release Version 2.0.25
Browse files Browse the repository at this point in the history
Update client-cloudwatch-logs manual mock to use aws-sdk-client-mock (#2342)
Log resource for validator latency warning (#2338)
Minor tweaks to aws init tool and docs (#2340)
Allow contentReference elements to override cardinality rules (#2339)
Fixes #2315 - allow bot success without return value (#2336)
Fix app env vars in publish job (#2335)
Fixes #2310 - CLI rest with --fhir-url-path (#2313)
Unify all of the sleep helper functions (#2331)
Increase Fargate health check grace period (#2330)
Remove PWA and service worker (#2329)
Updating subscription documentation to reflect behavior when resources are deleted (#2328)
Add app to publish.sh (#2326)
Fixes #2306 - remove console.log from export tests due to race conditions (#2322)
Fixed landing page for storybook (#2323)
Bring back sourcemaps (#2309)
Split custom Medplum search parameter definitions into separate file (#2178)
Poll status follow Location header (#2307)
Copy .env.defaults to .env if not exists (#2308)
Allow extra URL path content with Bot execute (#2305)
Fixes #2182- All Patient Export (#2293)
Strict validation of property cardinality (#2300)
Request from ACN (#2299)
Fixed CLI shebang (#2301)
ESBuild (#2298)
Add logs and parity tests for new validator (#2291)
Fixes #2277 - Updated access policies docs (#2292)
Add non-null requirements to values in GraphQL array types (#2290)
Validating Fixed and Pattern Values (#2288)
Fixes #2195 - updated cdk init docs (#2289)
  • Loading branch information
codyebberson committed Jun 30, 2023
1 parent 38f08b8 commit c8d39c5
Show file tree
Hide file tree
Showing 21 changed files with 58 additions and 55 deletions.
10 changes: 5 additions & 5 deletions examples/foomedical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foomedical",
"version": "2.0.24",
"version": "2.0.25",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -18,10 +18,10 @@
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"@mantine/notifications": "6.0.13",
"@medplum/core": "2.0.24",
"@medplum/fhirtypes": "2.0.24",
"@medplum/mock": "2.0.24",
"@medplum/react": "2.0.24",
"@medplum/core": "2.0.25",
"@medplum/fhirtypes": "2.0.25",
"@medplum/mock": "2.0.25",
"@medplum/react": "2.0.25",
"@tabler/icons-react": "2.22.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/medplum-hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "medplum-hello-world",
"private": true,
"version": "2.0.24",
"version": "2.0.25",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -12,9 +12,9 @@
"@mantine/core": "6.0.13",
"@mantine/hooks": "6.0.13",
"@mantine/notifications": "6.0.13",
"@medplum/core": "2.0.24",
"@medplum/fhirtypes": "2.0.24",
"@medplum/react": "2.0.24",
"@medplum/core": "2.0.25",
"@medplum/fhirtypes": "2.0.25",
"@medplum/react": "2.0.25",
"@tabler/icons-react": "2.22.0",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "2.0.24",
"version": "2.0.25",
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@medplum/app",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum App",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@medplum/bot-layer",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum Bot Lambda Layer",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/cdk",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum CDK Infra as Code",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/cli",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum Command Line Interface",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/core",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum TS/JS Library",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/definitions",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum Data Definitions",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/docs",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum Docs",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
7 changes: 5 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/eslint-config",
"version": "0.1.0",
"version": "2.0.25",
"description": "Shared ESLint configuration for Medplum projects",
"main": "index.cjs",
"repository": {
Expand All @@ -14,7 +14,10 @@
"url": "https://github.com/medplum/medplum/issues"
},
"homepage": "https://github.com/medplum/medplum#readme",
"keywords": ["eslint", "eslintconfig"],
"keywords": [
"eslint",
"eslintconfig"
],
"peerDependencies": {
"eslint": ">= 8",
"@typescript-eslint/eslint-plugin": ">= 5"
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/examples",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum Code Examples",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fhir-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/fhir-router",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum FHIR Router",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fhirtypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/fhirtypes",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum FHIR Type Definitions",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/generator",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum Code Generator",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/graphiql",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum GraphiQL",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/mock",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum Mock Client",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/react",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum React Component Library",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medplum/server",
"version": "2.0.24",
"version": "2.0.25",
"description": "Medplum Server",
"author": "Medplum <hello@medplum.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit c8d39c5

Please sign in to comment.