Skip to content

Commit

Permalink
Write changelogs and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Jun 30, 2024
1 parent cd0d5f4 commit 1fd0146
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/steiger-plugin-fsd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @feature-sliced/steiger-plugin

## 0.2.0

### Minor Changes

- Add a new rule `import-locality`
- BREAKING: Stop exporting types from @feature-sliced/steiger-plugin, moving them to a private package @steiger/types instead. Later they will be exposed in the toolkit for building custom rules.
- Add a new rule `no-file-segments`
- Add a new rule `no-processes`

### Patch Changes

- Fix the rules not working on Windows
- Fix the `repetitive-naming` rule complaining about a single slice
- Fix the `public-api` rule demanding indexes on App
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.1.0",
"version": "0.2.0",
"scripts": {
"lint": "eslint .",
"format": "prettier --write . --cache",
Expand Down
6 changes: 6 additions & 0 deletions packages/steiger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# steiger

## 0.2.0

### Minor Changes

- Implement a rudimentary auto-fix engine

## 0.1.2

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

0 comments on commit 1fd0146

Please sign in to comment.