Skip to content

Commit

Permalink
release: version 3 (#142)
Browse files Browse the repository at this point in the history
* chore(release): exit pre-release mode and update versions

* docs: update changelog for 3.0.0 final to reflect changes from 2.1.2, reorder for imporance and readability
  • Loading branch information
dominikg authored Oct 13, 2023
1 parent 558591e commit 2b04b27
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 148 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-garlics-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-ads-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-geckos-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-lions-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-singers-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-taxis-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-geckos-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-dogs-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-readers-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-dryers-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-points-hide.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-cows-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-lamps-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-pillows-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-gorillas-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-onions-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-chicken-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-icons-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-frogs-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-trees-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-rings-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-hairs-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-dolls-relax.md

This file was deleted.

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

## 3.0.0

### Major Changes

- breaking(node): minimum supported node version is node18 ([#107](https://github.com/dominikg/tsconfck/pull/107))

- breaking(exports): remove cjs export ([#107](https://github.com/dominikg/tsconfck/pull/107))

- breaking(exports): remove package.json export ([#107](https://github.com/dominikg/tsconfck/pull/107))

- breaking(peerDependencies): minimum supported typescript version for parseNative and findNative is 5.0 ([#107](https://github.com/dominikg/tsconfck/pull/107))

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

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

- breaking(cache): Replace simple Map cache with a dedicated TSConfckCache ([#132](https://github.com/dominikg/tsconfck/pull/132))

- breaking(find): remove tsconfigPaths option, use cache + ignoreNodeModules instead. ([#112](https://github.com/dominikg/tsconfck/pull/112))

- breaking(find): add ignoreNodeModules option as a replacement for using tsconfigPaths to ignore node_modules ([#128](https://github.com/dominikg/tsconfck/pull/128))

- breaking(errors): throw ENOENT from parse if input .json filename does not exist. throw custom error if exists but is no file ([#121](https://github.com/dominikg/tsconfck/pull/121))

### Minor Changes

- feat(exports): export unbundled esm js ([#107](https://github.com/dominikg/tsconfck/pull/107))

- feat(exports): export types as module declaration, including a .d.ts.map ([#107](https://github.com/dominikg/tsconfck/pull/107))

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

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

- feat(findNative): add find options (cache, root) ([#112](https://github.com/dominikg/tsconfck/pull/112))

### Patch Changes

- fix(parseNative): return empty result for not found to align with parse ([#121](https://github.com/dominikg/tsconfck/pull/121))

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


## 3.0.0-next.9

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

0 comments on commit 2b04b27

Please sign in to comment.