Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2025
1 parent 8d4abb5 commit 99de572
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .changeset/neat-shoes-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-ears-whisper.md

This file was deleted.

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

## 7.10.0

### Minor Changes

- e107c2f: Allows instantiating `File` and `JavaScriptFile` more easily using only a `path`:

```ts
import { JavaScriptFile } from 'renoun/file-system'

const indexFile = new JavaScriptFile({ path: 'src/index.ts' })
const indexFileExports = await indexFile.getExports()
```

### Patch Changes

- 54eeb9e: Fixes duplicate exports when there are overloads.

## 7.9.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": "7.9.0",
"version": "7.10.0",
"description": "The Technical Content Toolkit for React",
"author": "Travis Arnold",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 99de572

Please sign in to comment.