Skip to content

Commit

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

* fix

---------

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 Sep 20, 2023
1 parent d50743f commit bb959ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-jobs-admire.md

This file was deleted.

9 changes: 7 additions & 2 deletions packages/skott/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# skott

## 0.29.1

### Patch Changes

- [#103](https://github.com/antoine-coulon/skott/pull/103) [d50743f](https://github.com/antoine-coulon/skott/commit/d50743f020af761f39b550d27bc169acd2541ef0): cli: restore behavior for `--trackTypeOnlyDependencies` to allow falsy value via `--no-trackTypeOnlyDependencies` option.

## 0.29.0

### Minor Changes

- 4564e9b: Skott cli now use [commanderjs](https://github.com/tj/commander.js) instead of sade.
Which might be a breaking change for you if you were using short aliases options since there were not all correctly applied
- [#98](https://github.com/antoine-coulon/skott/pull/98) [4564e9b](https://github.com/antoine-coulon/skott/commit/4564e9b8c10b55b62361ed2b0321fb5bf11dcea5): Skott cli now use [commanderjs](https://github.com/tj/commander.js) instead of sade. Which might be a breaking change for you if you were using short aliases options since there were not all correctly applied

## 0.28.4

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.29.0",
"version": "0.29.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 bb959ae

Please sign in to comment.