Skip to content

Commit

Permalink
Version Packages (#20)
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 Jun 16, 2024
1 parent f78bffa commit 5eea2cc
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 72 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-panthers-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-dancers-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-bottles-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-rockets-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-foxes-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-buses-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-poems-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-lamps-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-mirrors-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-wombats-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-ravens-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-kiwis-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-bulldogs-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-drinks-compare.md

This file was deleted.

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

## 0.2.9

### Patch Changes

- Updated dependencies [8bcca7e]
- Updated dependencies [9675822]
- Updated dependencies [f0878c6]
- Updated dependencies [c20790c]
- Updated dependencies [221595f]
- Updated dependencies [c2786af]
- Updated dependencies [eca0aff]
- Updated dependencies [b4f2308]
- Updated dependencies [9b3cbcd]
- Updated dependencies [5828388]
- Updated dependencies [13c1d5a]
- Updated dependencies [ed93b17]
- Updated dependencies [a8fed9f]
- Updated dependencies [0af97e1]
- @tsxmod/utils@0.6.0

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsxmod/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsxmod",
"description": "Analyze and run codemods for TypeScript or JavaScript using TS Morph.",
"version": "0.2.8",
"version": "0.2.9",
"bin": {
"tsxmod": "dist/index.js"
},
Expand Down
22 changes: 22 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tsxmod/utils

## 0.6.0

### Minor Changes

- 9675822: Adds `filterProperty` to `getTypeDocumentation` to allow granular control of which properties are processed.
- c20790c: Include `name` and `description` fields in `getTypeDocumentation`.
- c2786af: Adds `getJsDocMetadata` utility.
- b4f2308: Use `undefined` instead of `null` for better serialization in `getTypeDocumentation`.
- 5828388: Only allow declarations for `getTypeDocumentation`.
- 13c1d5a: Normalize `type` and `returnType` in `getTypeDocumentation`.

### Patch Changes

- 8bcca7e: Handles class declarations when gathering type documentation with `getTypeDocumentation`.
- f0878c6: Fixes wrong required calculation for mapped types when declaration does not exist in `getTypeDocumentation`.
- 221595f: Set the name of the specific interface instead of renaming all call sites in `addComputedTypes`.
- eca0aff: Handles renamed property default values in `getDefaultValuesFromProperties`.
- 9b3cbcd: Fixes external intersection types by processing them recursively.
- ed93b17: Handles type aliases when gathering type documentation with `getTypeDocumentation`.
- a8fed9f: Don't pollute global namespace with compute utility types when using `addComputedTypes` by using private identifiers.
- 0af97e1: Handles type interfaces when gathering type documentation with `getTypeDocumentation`.

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsxmod/utils",
"version": "0.5.2",
"version": "0.6.0",
"description": "Utilities to help make TS Morph even easier to work with.",
"author": "Travis Arnold",
"license": "MIT",
Expand Down

0 comments on commit 5eea2cc

Please sign in to comment.