Skip to content

Commit 1fd0146

Browse files
committed
Write changelogs and bump versions
1 parent cd0d5f4 commit 1fd0146

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @feature-sliced/steiger-plugin
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Add a new rule `import-locality`
8+
- 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.
9+
- Add a new rule `no-file-segments`
10+
- Add a new rule `no-processes`
11+
12+
### Patch Changes
13+
14+
- Fix the rules not working on Windows
15+
- Fix the `repetitive-naming` rule complaining about a single slice
16+
- Fix the `public-api` rule demanding indexes on App

packages/steiger-plugin-fsd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feature-sliced/steiger-plugin",
33
"description": "A set of rules to verify correct usage of Feature-Sliced Design",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"scripts": {
66
"lint": "eslint .",
77
"format": "prettier --write . --cache",

packages/steiger/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# steiger
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Implement a rudimentary auto-fix engine
8+
39
## 0.1.2
410

511
### Patch Changes

packages/steiger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "steiger",
33
"description": "Universal file structure and project architecture linter",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"license": "MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)