Skip to content

Commit

Permalink
Version Packages (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 12, 2024
1 parent 555815e commit 617e9d6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-schools-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-shoes-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-lions-enjoy.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/renoun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# renoun

## 5.5.0

### Minor Changes

- 555815e: Adds a cache to the `<ExportSource>.getType` method to prevent unnecessary processing of types since this is an expensive operation. Types will now only be resolved the first time they are requested and then cached for subsequent requests unless one of the file dependencies has changed.

### Patch Changes

- c8760f7: Runs initial script to write collections in parallel when starting the dev server. This needed to run synchronously in a previous implementation.
- d6c374b: Handles CLI sub-process clean up better if an error in the WebSocket server occurs.

## 5.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renoun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "renoun",
"version": "5.4.0",
"version": "5.5.0",
"description": "The Content & Documentation SDK for React",
"author": "Travis Arnold",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 617e9d6

Please sign in to comment.