Skip to content

Commit 1615896

Browse files
Version Packages (#26)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 837a39f commit 1615896

6 files changed

Lines changed: 19 additions & 10 deletions

File tree

.changeset/wise-trees-collect.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/trace-deps/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changes
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Add `ignoreExtensions` option to `traceFile`/`traceFiles` in `trace-deps` and `trace-pkg` options (see [#18](https://github.com/FormidableLabs/tracing/issues/18)). ([#23](https://github.com/FormidableLabs/tracing/pull/23))
8+
39
## 0.5.0
410

511
### Major Changes

packages/trace-deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trace-deps",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A dependency tracing tool.",
55
"main": "index.js",
66
"bin": {

packages/trace-pkg/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Changes
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- Add `ignoreExtensions` option to `traceFile`/`traceFiles` in `trace-deps` and `trace-pkg` options (see [#18](https://github.com/FormidableLabs/tracing/issues/18)). ([#23](https://github.com/FormidableLabs/tracing/pull/23))
8+
9+
- Updated dependencies [[`aa98a36`](https://github.com/FormidableLabs/tracing/commit/aa98a36d728bd5516ed4fb32f52bc3eaa1f89961)]:
10+
- trace-deps@0.5.1
11+
312
## 0.5.1
413

514
### Patch Changes

packages/trace-pkg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trace-pkg",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A dependency tracing packager.",
55
"main": "index.js",
66
"bin": {
@@ -40,7 +40,7 @@
4040
"jest-worker": "^29.3.1",
4141
"make-dir": "^3.1.0",
4242
"picocolors": "^1.0.0",
43-
"trace-deps": "^0.5.0",
43+
"trace-deps": "^0.5.1",
4444
"yaml": "^2.1.3",
4545
"yargs": "^17.6.2"
4646
},

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)