Skip to content

Commit

Permalink
chore: platform libraries readme publish reasons (#18646)
Browse files Browse the repository at this point in the history
* chore: platform libraries readme publish reasons

* fixup! chore: platform libraries readme publish reasons

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
  • Loading branch information
ThyMinimalDev and PeerRich authored Jan 14, 2025
1 parent 30180ed commit cfb76a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/platform/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 releases of platform libraries

0 comments on commit cfb76a9

Please sign in to comment.