Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent 98e0b56 commit 84368c7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/happy-bottles-warn.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@graphql-eslint/eslint-plugin": "4.0.1",
"@graphql-eslint/eslint-plugin": "4.1.0",
"eslint": "9.15.0"
}
}
10 changes: 10 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-eslint/eslint-plugin

## 4.1.0

### Minor Changes

- [#2780](https://github.com/dimaMachina/graphql-eslint/pull/2780)
[`98e0b56`](https://github.com/dimaMachina/graphql-eslint/commit/98e0b564a7df339aad03e5ea69e40d34864b2fc1)
Thanks [@dimaMachina](https://github.com/dimaMachina)! - introduce `forbiddenPattern` and
`requiredPattern` options for `naming-convention` rule and deprecate `forbiddenPrefixes`,
`forbiddenSuffixes` and `requiredPrefixes` and `requiredSuffixes`

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-eslint/eslint-plugin",
"version": "4.0.1",
"version": "4.1.0",
"type": "module",
"description": "GraphQL plugin for ESLint",
"repository": "https://github.com/dimaMachina/graphql-eslint",
Expand Down

0 comments on commit 84368c7

Please sign in to comment.