Skip to content

Commit

Permalink
Merge pull request #29 from FormidableLabs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
paulmarsicloud committed May 8, 2023
2 parents 35379d1 + ee1717a commit b0c9e7c
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/rich-cars-bathe.md

This file was deleted.

18 changes: 12 additions & 6 deletions packages/inspectdep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
Changes

## 0.2.1

### Patch Changes

- Adding NPM Provenance Badge ([#28](https://github.com/FormidableLabs/tracing/pull/28))

## 0.2.0

* Change signature of `findProdInstalls` to include param `curPath`.
- Change signature of `findProdInstalls` to include param `curPath`.

## 0.1.3

* Detect and resolve circular dependencies.
- Detect and resolve circular dependencies.
[#11](https://github.com/FormidableLabs/inspectdep/issues/11)

## 0.1.2

* Handle `package.json:bin = <string>` inference.
- Handle `package.json:bin = <string>` inference.
[#8](https://github.com/FormidableLabs/inspectdep/issues/8)

## 0.1.1

* Add support for finding `node_module/.bin` scripts that exist on disk.
- Add support for finding `node_module/.bin` scripts that exist on disk.
[#5](https://github.com/FormidableLabs/inspectdep/issues/5)

## 0.1.0

* API: Add `findProdInstalls`.
* Initial release.
- API: Add `findProdInstalls`.
- Initial release.
2 changes: 1 addition & 1 deletion packages/inspectdep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspectdep",
"version": "0.2.0",
"version": "0.2.1",
"description": "A dependency inspection tool.",
"main": "index.js",
"repository": "https://github.com/FormidableLabs/tracing",
Expand Down
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.2

### Patch Changes

- Adding NPM Provenance Badge ([#28](https://github.com/FormidableLabs/tracing/pull/28))

## 0.5.1

### 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.5.1",
"version": "0.5.2",
"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.3

### Patch Changes

- Adding NPM Provenance Badge ([#28](https://github.com/FormidableLabs/tracing/pull/28))

- Updated dependencies [[`7b169ce`](https://github.com/FormidableLabs/tracing/commit/7b169ceeee461ecd952ef19ac31f92291b43a989)]:
- trace-deps@0.5.2

## 0.5.2

### 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.2",
"version": "0.5.3",
"description": "A dependency tracing packager.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"jest-worker": "^29.3.1",
"make-dir": "^3.1.0",
"picocolors": "^1.0.0",
"trace-deps": "^0.5.1",
"trace-deps": "^0.5.2",
"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 b0c9e7c

Please sign in to comment.