Skip to content

Commit

Permalink
Merge pull request #152 from AndreaPontrandolfo/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AndreaPontrandolfo authored Jul 7, 2024
2 parents f75169b + fd2bcd3 commit d3a4c9a
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/neat-owls-buy.md

This file was deleted.

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

## 3.2.3

### Patch Changes

- Updated dependencies [9883842]
- [email protected]

## 3.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/sheriff-webservices/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sheriff-webservices",
"description": "Sheriff webservices.",
"version": "3.2.2",
"version": "3.2.3",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create-sheriff-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-sheriff-config

## 5.2.0

### Minor Changes

- 9883842: fix(deps): moved @sherifforg/constants to devDeps. Fixes #150

## 5.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sheriff-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sheriff-config",
"version": "5.1.2",
"version": "5.2.0",
"type": "module",
"description": "CLI/starter to bootstrap a Sheriff config",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-sheriff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-sheriff

## 18.7.0

### Minor Changes

- 9883842: fix(deps): moved @sherifforg/constants to devDeps. Fixes #150

## 18.6.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": "18.6.0",
"version": "18.7.0",
"description": "A comprehensive and opinionated Typescript-first ESLint configuration.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d3a4c9a

Please sign in to comment.