Skip to content

Commit 86b678b

Browse files
chore: release eslint libraries (master) (#449)
1 parent 57c5467 commit 86b678b

File tree

9 files changed

+36
-8
lines changed

9 files changed

+36
-8
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"javascript/packages/eslint-config": "3.0.6",
3-
"javascript/packages/eslint-config-react": "3.0.6",
4-
"javascript/packages/eslint-config-typescript": "3.0.6",
5-
"javascript/packages/eslint-config-typescript-react": "3.0.6",
2+
"javascript/packages/eslint-config": "3.0.7",
3+
"javascript/packages/eslint-config-react": "3.0.7",
4+
"javascript/packages/eslint-config-typescript": "3.0.7",
5+
"javascript/packages/eslint-config-typescript-react": "3.0.7",
66
"javascript/packages/stylelint-config": "4.0.3",
77
"javascript/packages/typescript-config": "2.0.0"
88
}

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.7](https://github.com/kronostechnologies/standards/compare/[email protected]@v3.0.7) (2024-08-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **eslint-config-react:** Synchronize eslint versions
9+
310
## [3.0.6](https://github.com/kronostechnologies/standards/compare/[email protected]) (2024-02-20)
411

512

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equisoft/eslint-config-react",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Equisoft's React ESLint config, based on eslint-config-airbnb",
55
"main": "index.js",
66
"license": "MIT",

javascript/packages/eslint-config-typescript-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.7](https://github.com/kronostechnologies/standards/compare/eslint-config-typescript-react@[email protected]) (2024-08-13)
4+
5+
6+
### Dependencies updates
7+
8+
* Update typescript-eslint monorepo to v8 ([#445](https://github.com/kronostechnologies/standards/issues/445)) ([198e944](https://github.com/kronostechnologies/standards/commit/198e944268168ac797085d5ecc92b97d24800b9b))
9+
310
## [3.0.6](https://github.com/kronostechnologies/standards/compare/eslint-config-typescript-react-v3.0.5...eslint-config-typescript-react@v3.0.6) (2024-02-20)
411

512

javascript/packages/eslint-config-typescript-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equisoft/eslint-config-typescript-react",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Equisoft's TypeScript ESLint configuration for React. Based on eslint-config-react",
55
"license": "MIT",
66
"main": "index.js",

javascript/packages/eslint-config-typescript/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.7](https://github.com/kronostechnologies/standards/compare/[email protected]@v3.0.7) (2024-08-13)
4+
5+
6+
### Dependencies updates
7+
8+
* Update typescript-eslint monorepo to v8 ([#445](https://github.com/kronostechnologies/standards/issues/445)) ([198e944](https://github.com/kronostechnologies/standards/commit/198e944268168ac797085d5ecc92b97d24800b9b))
9+
310
## [3.0.6](https://github.com/kronostechnologies/standards/compare/eslint-config-typescript-v3.0.5...eslint-config-typescript@v3.0.6) (2024-02-20)
411

512

javascript/packages/eslint-config-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equisoft/eslint-config-typescript",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Equisoft's TypeScript ESLint configuration. Based on eslint-config",
55
"license": "MIT",
66
"main": "index.js",

javascript/packages/eslint-config/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.7](https://github.com/kronostechnologies/standards/compare/[email protected]@v3.0.7) (2024-08-13)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **eslint-config:** Synchronize eslint versions
9+
310
## [3.0.6](https://github.com/kronostechnologies/standards/compare/[email protected]) (2024-02-20)
411

512

javascript/packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equisoft/eslint-config",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Equisoft's ESLint configuration. Based on eslint-config-airbnb-base",
55
"license": "MIT",
66
"main": "index.js",

0 commit comments

Comments
 (0)