Skip to content

Commit

Permalink
Version Packages (#26)
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 Nov 18, 2022
1 parent 837a39f commit 1615896
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/wise-trees-collect.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/trace-deps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changes

## 0.5.1

### Patch Changes

- 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))

## 0.5.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/trace-deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trace-deps",
"version": "0.5.0",
"version": "0.5.1",
"description": "A dependency tracing tool.",
"main": "index.js",
"bin": {
Expand Down
9 changes: 9 additions & 0 deletions packages/trace-pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changes

## 0.5.2

### Patch Changes

- 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))

- Updated dependencies [[`aa98a36`](https://github.com/FormidableLabs/tracing/commit/aa98a36d728bd5516ed4fb32f52bc3eaa1f89961)]:
- trace-deps@0.5.1

## 0.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/trace-pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trace-pkg",
"version": "0.5.1",
"version": "0.5.2",
"description": "A dependency tracing packager.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"jest-worker": "^29.3.1",
"make-dir": "^3.1.0",
"picocolors": "^1.0.0",
"trace-deps": "^0.5.0",
"trace-deps": "^0.5.1",
"yaml": "^2.1.3",
"yargs": "^17.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1615896

Please sign in to comment.