Skip to content

Commit

Permalink
Merge pull request #101 from AndreaPontrandolfo/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AndreaPontrandolfo authored Nov 8, 2023
2 parents 2434ff5 + 3625be7 commit 8f2065b
Show file tree
Hide file tree
Showing 6 changed files with 471 additions and 467 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-toes-bake.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

## 1.0.3

### Patch Changes

- Updated dependencies [d31e5b3]
- [email protected]

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.2",
"version": "1.0.3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"cors": "^2.8.5",
"eslint": "^8.47.0",
"eslint-config-sheriff": "16.2.0",
"eslint-config-sheriff": "17.0.0",
"express": "^4.18.2",
"lodash": "^4.17.21"
},
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

## 17.0.0

### Major Changes

- d31e5b3: fix(config): fixed an import of eslint-plugin-react

## 16.2.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": "16.2.0",
"version": "17.0.0",
"description": "A comprehensive ESLint configuration.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading

0 comments on commit 8f2065b

Please sign in to comment.