Skip to content

Commit 35ea0a7

Browse files
chore: fix README.md formatting
Co-Authored-By: [email protected] <[email protected]>
1 parent 4baa4af commit 35ea0a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,19 +217,23 @@ If changes are made to `packages/wasm` see [here](./packages/wasm/README.md) for
217217
## Package Versioning
218218

219219
Starting from version 7.x.x, this monorepo uses independent versioning for packages. This means:
220+
220221
- Each package maintains its own version number
221222
- Only modified packages have their versions incremented during releases
222223
- Internal package dependencies use semver ranges (e.g., ^1.2.3) instead of exact versions
223224
- Package versions are no longer synchronized across all packages
224225

225226
This change improves developer experience by:
227+
226228
- Avoiding unnecessary version bumps for unchanged packages
227229
- Making package version history more meaningful
228230
- Allowing packages to evolve at their own pace
229231
- Providing clearer dependency relationships between packages
230232

231233
### Breaking Changes
234+
232235
If you're upgrading from a previous version, note that this is a breaking change in how versions are managed. You may need to update your dependency management practices to:
236+
233237
- Use appropriate semver ranges for internal dependencies
234238
- Track individual package versions instead of a single SDK version
235239
- Handle potentially different versions of related packages
@@ -247,6 +251,7 @@ You must have at least nodejs v18 to do this.
247251
4. Update the docs with `yarn gen:docs --push`
248252

249253
5. Publish packages with `yarn publish:packages`. This will:
254+
250255
- Prompt for version increments for modified packages
251256
- Update internal dependencies automatically
252257
- Publish only the packages that have changed

0 commit comments

Comments
 (0)