Skip to content

Commit

Permalink
Bump versions (Steiger v0.5.2) (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
illright authored Nov 17, 2024
1 parent 9c1fec9 commit 7a7082f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-flies-exercise.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.2

### Patch Changes

- 9c1fec9: Fix path alias resolution when `baseUrl` is present in tsconfig

## 0.5.1

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

## 0.5.2

### Patch Changes

- Updated dependencies [9c1fec9]
- @feature-sliced/steiger-plugin@0.5.2

## 0.5.1

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

0 comments on commit 7a7082f

Please sign in to comment.