Skip to content

Commit

Permalink
Version Packages (#13)
Browse files Browse the repository at this point in the history
* Version Packages

* Tune up changelogs

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ryan Roemer <ryan.roemer@formidable.com>
  • Loading branch information
3 people authored Sep 10, 2022
1 parent 43552d1 commit a327b44
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 33 deletions.
8 changes: 0 additions & 8 deletions .changeset/lucky-cheetahs-relate.md

This file was deleted.

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

## 0.5.0

### Major Changes

- BREAKING: Remove `production` and `development` from set of default user conditions in package resolution.

### Minor Changes

- Feature (`trace-deps`): Add `conditions` parameter to `traceFile`/`traceFiles` to support user runtime loading conditions. (See [#trace-deps/56](https://github.com/FormidableLabs/trace-deps/issues/56))

## 0.4.11

### Patch 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.4.11",
"version": "0.5.0",
"description": "A dependency tracing tool.",
"main": "index.js",
"bin": {
Expand Down
56 changes: 35 additions & 21 deletions packages/trace-pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,84 @@
Changes
=======

## 0.5.0

### Major Changes

- BREAKING: Remove `production` and `development` from set of default user conditions in package resolution.

### Minor Changes

- Feature (`trace-pkg`): Add `conditions` option. ([#12](https://github.com/FormidableLabs/tracing/pull/12))

### Patch Changes

- Updated dependencies [[`43552d1`](https://github.com/FormidableLabs/tracing/commit/43552d1ccee1d1d9709b90d5af128a476c7b46f4)]:
- # trace-deps@0.5.0

## 0.4.1

* Feature: Async JavaScript configuration function.
- Feature: Async JavaScript configuration function.
[#43](https://github.com/FormidableLabs/trace-pkg/issues/43)
* Dependencies: Various updates.
* Test: Upgrade `mock-fs` and re-enable Node16+
- Dependencies: Various updates.
- Test: Upgrade `mock-fs` and re-enable Node16+
[#39](https://github.com/FormidableLabs/trace-pkg/issues/39)

## 0.4.0

* Feature: Add full support for modern Node.js ESM and `exports`.
* Chore: Upgrade various dependencies.
- Feature: Add full support for modern Node.js ESM and `exports`.
- Chore: Upgrade various dependencies.

## 0.3.4

* Feature: Support application source paths as keys in `allowMissing`.
- Feature: Support application source paths as keys in `allowMissing`.

## 0.3.3

* Feature: Add `--silent` CLI flag.
- Feature: Add `--silent` CLI flag.
[#12](https://github.com/FormidableLabs/trace-pkg/issues/12)
(*[Burnett2k][]*)
(_[Burnett2k][]_)

## 0.3.2

* Bug: Make `concurrency: 1` / "serial" mode actually run serially.
- Bug: Make `concurrency: 1` / "serial" mode actually run serially.

## 0.3.1

* Feature: Add `includeSourceMaps` configuration option.
- Feature: Add `includeSourceMaps` configuration option.

## 0.3.0

* Feature: Add `collapsed.bail` configuration option.
- Feature: Add `collapsed.bail` configuration option.
[#3](https://github.com/FormidableLabs/trace-pkg/issues/3)
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4)

## 0.2.1

* Feature: Add `dynamic.bail` configuration option.
- Feature: Add `dynamic.bail` configuration option.
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4)

## 0.2.0

* Feature: Add `misses` report to `--report` and log output.
* Feature: Add `dynamic.resolutions` configuration option.
- Feature: Add `misses` report to `--report` and log output.
- Feature: Add `dynamic.resolutions` configuration option.
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4)

## 0.1.1

* Feature: Add `ignores`, `allowMissing` configuration options.
- Feature: Add `ignores`, `allowMissing` configuration options.
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4)

## 0.1.0

* Feature: Produce verbose `--report` about bundle run.
- Feature: Produce verbose `--report` about bundle run.
[#2](https://github.com/FormidableLabs/trace-pkg/issues/2)
* Feature: `--dry-run`
- Feature: `--dry-run`
[#9](https://github.com/FormidableLabs/trace-pkg/issues/9)
* Feature: Parallel builds with `--concurrency`.
- Feature: Parallel builds with `--concurrency`.
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4)

## 0.0.1

* Initial release.
- Initial release.

[Burnett2k]: https://github.com/Burnett2k
[burnett2k]: https://github.com/Burnett2k
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.4.1",
"version": "0.5.0",
"description": "A dependency tracing packager.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"globby": "^11.0.4",
"jest-worker": "^28.1.1",
"make-dir": "^3.1.0",
"trace-deps": "^0.4.10",
"trace-deps": "^0.5.0",
"yaml": "^2.1.1",
"yargs": "^17.5.1"
},
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 a327b44

Please sign in to comment.