Skip to content

Commit

Permalink
Version Packages (next) (#131)
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 1, 2023
1 parent d9de2de commit 35b1f59
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@
"chatty-garlics-call",
"fair-ads-kick",
"five-geckos-wonder",
"fresh-lions-cough",
"gold-singers-cheer",
"good-taxis-teach",
"lazy-geckos-hide",
"mighty-dogs-argue",
"olive-readers-cover",
"perfect-dryers-smile",
"pink-points-hide",
"shaggy-cows-look",
"shy-lamps-sleep",
"six-pillows-return",
"sour-gorillas-smash",
"sweet-onions-carry",
"tall-chicken-chew",
"tasty-icons-prove",
"tricky-frogs-pull",
"tricky-trees-tell",
Expand Down
16 changes: 16 additions & 0 deletions packages/tsconfck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# tsconfck

## 3.0.0-next.9

### Major Changes

- breaking: include js extensions with allowJs: true ([#132](https://github.com/dominikg/tsconfck/pull/132))

- breaking: enable caching paths for multiple configNames in one TSConfckCache, changed cache.getTSConfigPath(dir) to cache.getConfigPath(dir,configName) ([#132](https://github.com/dominikg/tsconfck/pull/132))

### Minor Changes

- feat: add configName option to support jsconfig.json ([#132](https://github.com/dominikg/tsconfck/pull/132))

### Patch Changes

- fix(types): use import condition for types to avoid masquerading as cjs ([#130](https://github.com/dominikg/tsconfck/pull/130))

## 3.0.0-next.8

### 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.8",
"version": "3.0.0-next.9",
"description": "A utility to work with tsconfig.json without typescript",
"license": "MIT",
"author": "dominikg",
Expand Down

0 comments on commit 35b1f59

Please sign in to comment.