Skip to content

Commit 154e907

Browse files
author
GitHub Actions
committed
chore(release): Publish v2.8.0
1 parent 60e0423 commit 154e907

File tree

12 files changed

+78
-12
lines changed

12 files changed

+78
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.8.0 (2024-06-27)
7+
8+
9+
### Features
10+
11+
* upgrade eslint-typescript, other dependencies ([60e0423](https://github.com/getsentry/eslint-config-sentry/commit/60e0423bcca6c7aa1154108634bd9277acc84378))
12+
13+
14+
15+
16+
617
# 2.7.0 (2024-04-09)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"yes": true
1414
}
1515
},
16-
"version": "2.7.0"
16+
"version": "2.8.0"
1717
}

packages/eslint-config-sentry-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.8.0 (2024-06-27)
7+
8+
9+
### Features
10+
11+
* upgrade eslint-typescript, other dependencies ([60e0423](https://github.com/getsentry/eslint-config-sentry/commit/60e0423bcca6c7aa1154108634bd9277acc84378))
12+
13+
14+
15+
16+
617
# 2.7.0 (2024-04-09)
718

819

packages/eslint-config-sentry-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-sentry-app",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "sentry.io eslint config",
55
"main": "index.js",
66
"scripts": {},
@@ -26,14 +26,14 @@
2626
"@emotion/eslint-plugin": "^11.11.0",
2727
"@typescript-eslint/eslint-plugin": "^7.14.1",
2828
"@typescript-eslint/parser": "^7.14.1",
29-
"eslint-config-sentry": "^2.7.0",
30-
"eslint-config-sentry-react": "^2.7.0",
29+
"eslint-config-sentry": "^2.8.0",
30+
"eslint-config-sentry-react": "^2.8.0",
3131
"eslint-import-resolver-typescript": "^3.6.1",
3232
"eslint-plugin-import": "^2.29.1",
3333
"eslint-plugin-jest": "^28.6.0",
3434
"eslint-plugin-no-lookahead-lookbehind-regexp": "0.1.0",
3535
"eslint-plugin-react": "^7.34.3",
36-
"eslint-plugin-sentry": "^2.7.0",
36+
"eslint-plugin-sentry": "^2.8.0",
3737
"eslint-plugin-simple-import-sort": "^12.1.0"
3838
},
3939
"volta": {

packages/eslint-config-sentry-docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.8.0 (2024-06-27)
7+
8+
9+
### Features
10+
11+
* upgrade eslint-typescript, other dependencies ([60e0423](https://github.com/getsentry/eslint-config-sentry/commit/60e0423bcca6c7aa1154108634bd9277acc84378))
12+
13+
14+
15+
16+
617
# 2.7.0 (2024-04-09)
718

819

packages/eslint-config-sentry-docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-sentry-docs",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "sentry.io eslint config",
55
"main": "index.js",
66
"scripts": {},
@@ -26,8 +26,8 @@
2626
"@emotion/eslint-plugin": "^11.11.0",
2727
"@typescript-eslint/eslint-plugin": "^6.19.0",
2828
"@typescript-eslint/parser": "^6.19.0",
29-
"eslint-config-sentry": "^2.7.0",
30-
"eslint-config-sentry-react": "^2.7.0",
29+
"eslint-config-sentry": "^2.8.0",
30+
"eslint-config-sentry-react": "^2.8.0",
3131
"eslint-import-resolver-typescript": "^3.6.1",
3232
"eslint-plugin-import": "^2.29.1",
3333
"eslint-plugin-jest": "^27.6.3",

packages/eslint-config-sentry-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.8.0 (2024-06-27)
7+
8+
9+
### Features
10+
11+
* upgrade eslint-typescript, other dependencies ([60e0423](https://github.com/getsentry/eslint-config-sentry/commit/60e0423bcca6c7aa1154108634bd9277acc84378))
12+
13+
14+
15+
16+
617
# 2.7.0 (2024-04-09)
718

819

packages/eslint-config-sentry-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-sentry-react",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "sentry.io eslint config",
55
"main": "index.js",
66
"scripts": {},
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/getsentry/eslint-config-sentry#readme",
2828
"dependencies": {
29-
"eslint-config-sentry": "^2.7.0",
29+
"eslint-config-sentry": "^2.8.0",
3030
"eslint-plugin-jest-dom": "^5.4.0",
3131
"eslint-plugin-react-hooks": "^4.6.2",
3232
"eslint-plugin-testing-library": "^6.2.2",

packages/eslint-config-sentry/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.8.0 (2024-06-27)
7+
8+
9+
### Features
10+
11+
* upgrade eslint-typescript, other dependencies ([60e0423](https://github.com/getsentry/eslint-config-sentry/commit/60e0423bcca6c7aa1154108634bd9277acc84378))
12+
13+
14+
15+
16+
617
# 2.7.0 (2024-04-09)
718

819

packages/eslint-config-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-sentry",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "sentry.io eslint config",
55
"main": "index.js",
66
"scripts": {},

0 commit comments

Comments
 (0)