Skip to content

Commit

Permalink
chore(release): Publish v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 9, 2024
1 parent f49389c commit 2f07f3f
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.7.0 (2024-04-09)


### Features

* Remove webpack resolver ([#205](https://github.com/getsentry/eslint-config-sentry/issues/205)) ([f49389c](https://github.com/getsentry/eslint-config-sentry/commit/f49389c6c319ea4613a88b598456fd811ae910b5))





# 2.6.0 (2024-04-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"yes": true
}
},
"version": "2.6.0"
"version": "2.7.0"
}
11 changes: 11 additions & 0 deletions packages/eslint-config-sentry-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.7.0 (2024-04-09)


### Features

* Remove webpack resolver ([#205](https://github.com/getsentry/eslint-config-sentry/issues/205)) ([f49389c](https://github.com/getsentry/eslint-config-sentry/commit/f49389c6c319ea4613a88b598456fd811ae910b5))





# 2.6.0 (2024-04-08)


Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-sentry-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-sentry-app",
"version": "2.6.0",
"version": "2.7.0",
"description": "sentry.io eslint config",
"main": "index.js",
"scripts": {},
Expand All @@ -26,14 +26,14 @@
"@emotion/eslint-plugin": "^11.11.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint-config-sentry": "^2.6.0",
"eslint-config-sentry-react": "^2.6.0",
"eslint-config-sentry": "^2.7.0",
"eslint-config-sentry-react": "^2.7.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-no-lookahead-lookbehind-regexp": "0.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-sentry": "^2.6.0",
"eslint-plugin-sentry": "^2.7.0",
"eslint-plugin-simple-import-sort": "^12.0.0"
},
"volta": {
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-sentry-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.7.0 (2024-04-09)


### Features

* Remove webpack resolver ([#205](https://github.com/getsentry/eslint-config-sentry/issues/205)) ([f49389c](https://github.com/getsentry/eslint-config-sentry/commit/f49389c6c319ea4613a88b598456fd811ae910b5))





# 2.6.0 (2024-04-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-sentry-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-sentry-docs",
"version": "2.6.0",
"version": "2.7.0",
"description": "sentry.io eslint config",
"main": "index.js",
"scripts": {},
Expand All @@ -26,8 +26,8 @@
"@emotion/eslint-plugin": "^11.11.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-config-sentry": "^2.6.0",
"eslint-config-sentry-react": "^2.6.0",
"eslint-config-sentry": "^2.7.0",
"eslint-config-sentry-react": "^2.7.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-sentry-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.7.0 (2024-04-09)


### Features

* Remove webpack resolver ([#205](https://github.com/getsentry/eslint-config-sentry/issues/205)) ([f49389c](https://github.com/getsentry/eslint-config-sentry/commit/f49389c6c319ea4613a88b598456fd811ae910b5))





# 2.6.0 (2024-04-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-sentry-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-sentry-react",
"version": "2.6.0",
"version": "2.7.0",
"description": "sentry.io eslint config",
"main": "index.js",
"scripts": {},
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/getsentry/eslint-config-sentry#readme",
"dependencies": {
"eslint-config-sentry": "^2.6.0",
"eslint-config-sentry": "^2.7.0",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.7.0 (2024-04-09)


### Features

* Remove webpack resolver ([#205](https://github.com/getsentry/eslint-config-sentry/issues/205)) ([f49389c](https://github.com/getsentry/eslint-config-sentry/commit/f49389c6c319ea4613a88b598456fd811ae910b5))





# 2.6.0 (2024-04-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-sentry",
"version": "2.6.0",
"version": "2.7.0",
"description": "sentry.io eslint config",
"main": "index.js",
"scripts": {},
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.7.0 (2024-04-09)


### Features

* Remove webpack resolver ([#205](https://github.com/getsentry/eslint-config-sentry/issues/205)) ([f49389c](https://github.com/getsentry/eslint-config-sentry/commit/f49389c6c319ea4613a88b598456fd811ae910b5))





# 2.6.0 (2024-04-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-sentry",
"version": "2.6.0",
"version": "2.7.0",
"description": "sentry.io eslint plugin",
"keywords": [
"eslint",
Expand Down

0 comments on commit 2f07f3f

Please sign in to comment.