From 4ad7a3a9ae83c49c804f1bf5169180a64a5e3dcc Mon Sep 17 00:00:00 2001 From: Morgan Vernay Date: Tue, 14 Jan 2025 11:21:48 +0200 Subject: [PATCH 1/2] chore: platform libraries readme publish reasons --- packages/platform/libraries/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/platform/libraries/README.md b/packages/platform/libraries/README.md index 008b60443059be..7862b8f114a434 100644 --- a/packages/platform/libraries/README.md +++ b/packages/platform/libraries/README.md @@ -40,3 +40,8 @@ then go back to /apps/api/v2 and run - Once it's published, change back the version in packages/platform/libraries/package.json back to 0.0.0 - Run yarn - You should now be using the npm package instead of the locally built version + +# When to publish new version of platform libraries +- New exports in the index.js of platform libraries +- Code change in the functions already exported +- Prisma schema change breaking implementation of functions in the currently used released of platform \ No newline at end of file From 79c7a6abf02239c810e015cd7ff3757b227cdb32 Mon Sep 17 00:00:00 2001 From: Morgan Vernay Date: Tue, 14 Jan 2025 11:23:20 +0200 Subject: [PATCH 2/2] fixup! chore: platform libraries readme publish reasons --- packages/platform/libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/platform/libraries/README.md b/packages/platform/libraries/README.md index 7862b8f114a434..759756c7d820aa 100644 --- a/packages/platform/libraries/README.md +++ b/packages/platform/libraries/README.md @@ -44,4 +44,4 @@ then go back to /apps/api/v2 and run # When to publish new version of platform libraries - New exports in the index.js of platform libraries - Code change in the functions already exported -- Prisma schema change breaking implementation of functions in the currently used released of platform \ No newline at end of file +- Prisma schema change breaking implementation of functions in the currently used releases of platform libraries \ No newline at end of file