Skip to content

Commit

Permalink
Version Packages (#205)
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 24, 2024
1 parent 7361833 commit 2a39b8d
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 38 deletions.
6 changes: 0 additions & 6 deletions .changeset/kind-berries-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-knives-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-buckets-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-hotels-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-poets-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-foxes-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-rockets-scream.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- 72a2e98: Fixes specifying a `language` for inline MDX code.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renoun/mdx",
"version": "1.1.0",
"version": "1.2.0",
"description": "MDX plugins for renoun",
"author": "Travis Arnold",
"license": "MIT",
Expand Down
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

## 6.1.0

### Minor Changes

- cd963a0: Marks pseudo-private methods in collection classes as these are not meant to be used publicly and will not adhere to semver.
- 7642f56: Filters out private class members that start with `#` or `_` when using `<Export>.getType()`.

### Patch Changes

- 72a2e98: Fixes specifying a `language` for inline MDX code.
- eca091b: Fixes constraint text in generated generics text.
- 6753e12: Waits for any active refreshing source files before resolving types.
- 9ac5434: Fixes bug in `CodeBlock` when targeting renoun filenames. The `CodeBlock` source files now use a unique identifier that does not clash with renoun exports.
- 619abd9: Fixes class type resolution not accounting for filter and file dependencies.
- Updated dependencies [72a2e98]
- @renoun/mdx@1.2.0

## 6.0.0

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

0 comments on commit 2a39b8d

Please sign in to comment.