Skip to content

Commit

Permalink
chore: update versions (#160)
Browse files Browse the repository at this point in the history
* chore: update versions

* update

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: antoine-coulon <coulon_antoine@outlook.fr>
  • Loading branch information
3 people committed Jun 15, 2024
1 parent efb106a commit f382079
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 35 deletions.
14 changes: 0 additions & 14 deletions .changeset/silver-spies-begin.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/slow-readers-chew.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-moose-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-crews-sniff.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/remote-tarball-fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# remote-tarball-fetcher

## 0.1.1

### Patch Changes

- [#163](https://github.com/antoine-coulon/skott/pull/163) [`efb106a`](https://github.com/antoine-coulon/skott/commit/efb106aee9ad319375e654b9e4f2bb224c945ae1) Thanks [@antoine-coulon](https://github.com/antoine-coulon)! - Upgrade to Effect v3

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-tarball-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-tarball-fetcher",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fetch tarballs from various registries and use them locally",
"main": "dist/index.js",
"type": "module",
Expand Down
25 changes: 25 additions & 0 deletions packages/skott/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# skott

## 0.35.0

### Minor Changes

- [#162](https://github.com/antoine-coulon/skott/pull/162) [`b13d3c9`](https://github.com/antoine-coulon/skott/commit/b13d3c915b600cd0bba3587d7be7a2942de32008) Thanks [@antoine-coulon](https://github.com/antoine-coulon)! - Allow unused files to be tracked and reported. From the CLI, `--showUnusedFiles` can be used to report unused files. From the API, a new `collectUnusedFiles` method is accessible through the graph API:

```js
import skott from "skott";

const instance = await skott();
const unusedFiles = instance.useGraph().collectUnusedFiles();
```

This version also includes a fix for a bug related to `--trackBuiltinDependencies` and `--trackThirdPartyDependencies` that were not propagated anymore (since 0.34.0) when being provided from the CLI.

- [#161](https://github.com/antoine-coulon/skott/pull/161) [`4d19c97`](https://github.com/antoine-coulon/skott/commit/4d19c973278267c1218dcc89589be1781ea9464e) Thanks [@antoine-coulon](https://github.com/antoine-coulon)! - Add support for multiple ignore patterns:
- the CLI can now accumulate multiple ignore patterns such as `skott --ignorePattern=X --ignorePattern=Y`
- the API configuration now takes a `ignorePatterns` property instead of a single `ignorePattern` (breaking change).

### Patch Changes

- [#163](https://github.com/antoine-coulon/skott/pull/163) [`efb106a`](https://github.com/antoine-coulon/skott/commit/efb106aee9ad319375e654b9e4f2bb224c945ae1) Thanks [@antoine-coulon](https://github.com/antoine-coulon)! - Upgrade to Effect v3

- [#159](https://github.com/antoine-coulon/skott/pull/159) [`8cb4f1c`](https://github.com/antoine-coulon/skott/commit/8cb4f1cdfef2528216b6448422b4adf0bf51e8f3) Thanks [@antoine-coulon](https://github.com/antoine-coulon)! - Fix skott performance timing in the CLI

## 0.34.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skott/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skott",
"version": "0.34.0",
"version": "0.35.0",
"description": "Automatically construct and visualize Graphs generated from your JavaScript and TypeScript project",
"author": "Antoine Coulon",
"license": "MIT",
Expand Down

0 comments on commit f382079

Please sign in to comment.