Skip to content

Commit

Permalink
Bump versions (Steiger v0.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Nov 12, 2024
1 parent 06af3dd commit c5dc1c9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-zebras-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-yaks-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/steiger-plugin-fsd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @feature-sliced/steiger-plugin

## 0.5.1

### Patch Changes

- 06af3dd: Fix path resolution on Windows

## 0.5.0

### Minor 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.0",
"version": "0.5.1",
"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,12 @@
# steiger

## 0.5.1

### Patch Changes

- Updated dependencies [06af3dd]
- @feature-sliced/steiger-plugin@0.5.1

## 0.5.0

This release brings a new configuration format! Now you can disable rules only in certain parts of the project, pass options to rules, and set the severity for rules. Also this configuration format allows you to pass third-party plugins and even write your own rules.
Expand Down Expand Up @@ -60,6 +67,7 @@ export default {
### Minor Changes

- Support the new configuration format
- Add a JSON reporter (use `--reporter json`)
- 281aaca: Add error messages for old and invalid config shapes
- b184bb7: Support warning severity for diagnostics

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.0",
"version": "0.5.1",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit c5dc1c9

Please sign in to comment.