Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Jul 6, 2024
1 parent fe1973e commit faef2b8
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/tall-dragons-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-houses-build.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/pretty-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @steiger/pretty-reporter

## 0.1.0

### Minor Changes

- fe1973e: Redesign the diagnostic reporter to include links to rules, locations, and auto-fix information
2 changes: 1 addition & 1 deletion packages/pretty-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@steiger/pretty-reporter",
"description": "A reporter that can print Steiger's diagnostics nice and pretty",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"example": "tsx example/index.ts",
"lint": "eslint .",
Expand Down
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.3.0

### Minor Changes

- d6909c9: Add location information to the diagnostic and refactor the rules to supply it

## 0.2.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.2.0",
"version": "0.3.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.3.0

### Minor Changes

- fe1973e: Redesign the diagnostic reporter to include links to rules, locations, and auto-fix information

## 0.2.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.2.0",
"version": "0.3.0",
"license": "MIT",
"authors": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @steiger/types

## 0.2.0

### Minor Changes

- d6909c9: Add location information to the diagnostic and refactor the rules to supply it
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@steiger/types",
"private": true,
"description": "Type definitions for Steiger",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"format": "prettier --write . --cache",
"check-formatting": "prettier --check . --cache",
Expand Down

0 comments on commit faef2b8

Please sign in to comment.