Skip to content

Commit

Permalink
Merge pull request #350 from AndreaPontrandolfo/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AndreaPontrandolfo authored Jan 7, 2025
2 parents 7514d35 + 3e835f1 commit c7cac91
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/three-spiders-end.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-config-sheriff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-config-sheriff

## 25.6.0

### Minor Changes

- 823696e: feat(config): replace eslint-define-config with tseslint.config().
Fixes #343

## 25.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-sheriff",
"version": "25.5.0",
"version": "25.6.0",
"description": "A comprehensive and opinionated TypeScript-first ESLint configuration.",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sheriff-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sherifforg/cli

## 8.1.0

### Minor Changes

- 823696e: feat(config): replace eslint-define-config with tseslint.config().
Fixes #343

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherifforg/cli",
"version": "8.0.0",
"version": "8.1.0",
"type": "module",
"description": "The Sheriff CLI. Used to manage Sheriff-based ESLint configs.",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sheriff-create-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sherifforg/cli

## 9.5.0

### Minor Changes

- 823696e: feat(config): replace eslint-define-config with tseslint.config().
Fixes #343

## 9.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-create-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherifforg/create-config",
"version": "9.4.0",
"version": "9.5.0",
"type": "module",
"description": "This package creates new Sheriff configs.",
"scripts": {
Expand Down

0 comments on commit c7cac91

Please sign in to comment.