Skip to content

Commit

Permalink
Version Packages (next) (#116)
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 Sep 2, 2023
1 parent b5de043 commit 03ad886
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
"gold-singers-cheer",
"good-taxis-teach",
"lazy-geckos-hide",
"mighty-dogs-argue",
"olive-readers-cover",
"perfect-dryers-smile",
"six-pillows-return",
"sour-gorillas-smash",
"sweet-onions-carry",
"tasty-icons-prove",
"tricky-frogs-pull",
Expand Down
12 changes: 12 additions & 0 deletions packages/tsconfck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# tsconfck

## 3.0.0-next.4

### Major Changes

- breaking(parse): resolve with empty result for missing tsconfig file, remove option resolveWithEmptyIfConfigNotFound ([#115](https://github.com/dominikg/tsconfck/pull/115))

- breaking(types): remove Awaitable type and add result type generic to cache ([#115](https://github.com/dominikg/tsconfck/pull/115))

### Minor Changes

- perf(find): switch to fs.stat callback for async and increase cache usage ([#115](https://github.com/dominikg/tsconfck/pull/115))

## 3.0.0-next.3

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfck",
"version": "3.0.0-next.3",
"version": "3.0.0-next.4",
"description": "A utility to work with tsconfig.json without typescript",
"license": "MIT",
"author": "dominikg",
Expand Down

0 comments on commit 03ad886

Please sign in to comment.