Skip to content

Commit

Permalink
Merge pull request #11 from huuyafwww/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
huuyafwww authored Nov 28, 2024
2 parents bc18429 + a457455 commit f9ceede
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/shy-toys-perform.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/tsconfig-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @huuyafwww/tsconfig-common

## 1.1.0

### Minor Changes

- [#10](https://github.com/huuyafwww/tsconfig/pull/10) [`e2acc2c`](https://github.com/huuyafwww/tsconfig/commit/e2acc2ccf6ad513058dfbf1c1610c909fdf8cf62) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Generate a complete tscconfig by exploring the extends config using the showConfig option of tsc.
It would eliminate the need to install @tsconfig/strictest as an implicit dependency when using this library.

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huuyafwww/tsconfig-common",
"version": "1.0.3",
"version": "1.1.0",
"private": false,
"description": "common tsconfig for me",
"homepage": "https://github.com/huuyafwww/tsconfig",
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @huuyafwww/tsconfig-next

## 1.1.0

### Minor Changes

- [#10](https://github.com/huuyafwww/tsconfig/pull/10) [`e2acc2c`](https://github.com/huuyafwww/tsconfig/commit/e2acc2ccf6ad513058dfbf1c1610c909fdf8cf62) Thanks [@huuyafwww](https://github.com/huuyafwww)! - Generate a complete tscconfig by exploring the extends config using the showConfig option of tsc.
It would eliminate the need to install @tsconfig/strictest as an implicit dependency when using this library.

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huuyafwww/tsconfig-next",
"version": "1.0.3",
"version": "1.1.0",
"private": false,
"description": "tsconfig for Next.js for me",
"homepage": "https://github.com/huuyafwww/tsconfig",
Expand Down

0 comments on commit f9ceede

Please sign in to comment.