Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Jul 25, 2024
1 parent 4ed8d22 commit 0902796
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-dryers-act.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-pianos-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-eggs-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-crews-end.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 5e7fa93: Add no-segments-on-sliced-layers rule

### Patch Changes

- b1866e8: Add an exception for app layer to no-layer-public-api rule
- 4ed8d22: Make sure forbidden-imports rule checks files directly inside layers

## 0.3.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.3.0",
"version": "0.4.0",
"scripts": {
"lint": "eslint .",
"format": "prettier --write . --cache",
Expand Down
10 changes: 10 additions & 0 deletions packages/steiger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# steiger

## 0.4.0

### Minor Changes

- 5e7fa93: Add no-segments-on-sliced-layers rule

### Patch Changes

- 79f3552: Make Steiger exit with 1 if errors are reported

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 0902796

Please sign in to comment.