Skip to content

Commit

Permalink
Bump versions (Steiger v0.5.4) (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
illright authored Jan 4, 2025
1 parent bd3def7 commit b98e8b9
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-guests-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-knives-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-numbers-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-queens-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-weeks-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-news-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-snakes-mix.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/pretty-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @steiger/pretty-reporter

## 0.3.0

### Minor Changes

- 5bc4f60: Make printed diagnostic location more readable

### Patch Changes

- 5c0225f: Prevent links to rule descriptions being broken in some terminals

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@steiger/pretty-reporter",
"description": "A reporter that can print Steiger's diagnostics nice and pretty",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"example": "tsx example/index.ts",
"lint": "eslint .",
Expand Down
7 changes: 7 additions & 0 deletions packages/steiger-plugin-fsd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @feature-sliced/steiger-plugin

## 0.5.4

### Patch Changes

- b55545e: Change the plugin name string to match the npm package name
- 26130b5: Add an exception to the `insignificant-slice` rule when the only usage site is the App layer

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/steiger-plugin-fsd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feature-sliced/steiger-plugin",
"description": "A set of rules to verify correct usage of Feature-Sliced Design",
"version": "0.5.3",
"version": "0.5.4",
"scripts": {
"lint": "eslint .",
"format": "prettier --write . --cache",
Expand Down
8 changes: 8 additions & 0 deletions packages/steiger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# steiger

## 0.5.4

### Patch Changes

- 5aaf1a3: Prevent hidden files like .DS_Store from breaking glob exclusions
- 80d9f46: Interactively suggest folders when a missing folder was specified in the command or when it wasn't specified at all
- b55545e: Fix the "--version" command outputting "unknown"

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/steiger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "steiger",
"description": "Universal file structure and project architecture linter",
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit b98e8b9

Please sign in to comment.