Skip to content

Commit

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

* chore: remove noisy webapp

---------

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 authored Jun 27, 2023
1 parent d27c83e commit 4bfc918
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-adults-repeat.md

This file was deleted.

23 changes: 6 additions & 17 deletions packages/skott/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# skott

## 0.25.1

### Patch Changes

- d27c83e: Ignore files with leading dots by default when using ignore patterns

## 0.25.0

### Minor Changes
Expand All @@ -8,30 +14,18 @@

Breaking changes: test files (folders: `__tests__`, `test`, `examples`, files: `*.spec.*`, `*.test.*`) are now included by default in the analysis.

### Patch Changes

- skott-webapp@1.0.6

## 0.24.0

### Minor Changes

- 6713bfd: Improve third-party module resolution using root `package.json` manifest file when possible otherwise fallbacking to source code heuristics.

### Patch Changes

- skott-webapp@1.0.6

## 0.23.0

### Minor Changes

- d5f21c4Add: `getWorkspace` on skott instance that returns a dictionary with all workspace manifests and dependencies listed in each one of them. Allow devDependencies to be reported when using `showUnusedDependencies` CLI flag. Raise exceptions when using the skott API and providing illegal configurations.

### Patch Changes

- skott-webapp@1.0.6

## 0.22.1

### Patch Changes
Expand All @@ -45,17 +39,12 @@

- 4b22b26: Provide a verbose flag to display internal logs including caching, module resolution, module parsing

### Patch Changes

- skott-webapp@1.0.6

## 0.21.1

### Patch Changes

- 99db80d: Improve tsconfig deep alias resolution for path with glob patterns
- 4f54570: Produce an explicit error message when the entrypoint can not be found
- skott-webapp@1.0.6

## 0.21.0

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.25.0",
"version": "0.25.1",
"description": "Automatically construct and visualize Graphs generated from your JavaScript and TypeScript project",
"author": "Antoine Coulon",
"license": "MIT",
Expand Down

0 comments on commit 4bfc918

Please sign in to comment.