Skip to content

Commit

Permalink
chore: release eslint libraries (master) (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
kronostechnologies-build authored Oct 15, 2024
1 parent 6f47a06 commit 737fb07
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"javascript/packages/eslint-config": "3.0.7",
"javascript/packages/eslint-config-react": "3.0.7",
"javascript/packages/eslint-config-typescript": "3.0.7",
"javascript/packages/eslint-config-typescript-react": "3.0.7",
"javascript/packages/eslint-config": "3.0.8",
"javascript/packages/eslint-config-react": "3.0.8",
"javascript/packages/eslint-config-typescript": "3.0.8",
"javascript/packages/eslint-config-typescript-react": "3.0.8",
"javascript/packages/stylelint-config": "4.0.5",
"javascript/packages/typescript-config": "2.0.0"
}
7 changes: 7 additions & 0 deletions javascript/packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.8](https://github.com/kronostechnologies/standards/compare/[email protected]@v3.0.8) (2024-10-15)


### Dependencies updates

* Update dependency eslint-plugin-react-hooks to v5 ([#481](https://github.com/kronostechnologies/standards/issues/481)) ([8f74cf0](https://github.com/kronostechnologies/standards/commit/8f74cf0b3c91c991e0521a4110ea1d0e4c545da4))

## [3.0.7](https://github.com/kronostechnologies/standards/compare/[email protected]@v3.0.7) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equisoft/eslint-config-react",
"version": "3.0.7",
"version": "3.0.8",
"description": "Equisoft's React ESLint config, based on eslint-config-airbnb",
"main": "index.js",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.8](https://github.com/kronostechnologies/standards/compare/eslint-config-typescript-react@[email protected]) (2024-10-15)


### Dependencies updates

* Update dependency eslint-plugin-react-hooks to v5 ([#481](https://github.com/kronostechnologies/standards/issues/481)) ([8f74cf0](https://github.com/kronostechnologies/standards/commit/8f74cf0b3c91c991e0521a4110ea1d0e4c545da4))

## [3.0.7](https://github.com/kronostechnologies/standards/compare/eslint-config-typescript-react@[email protected]) (2024-08-13)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equisoft/eslint-config-typescript-react",
"version": "3.0.7",
"version": "3.0.8",
"description": "Equisoft's TypeScript ESLint configuration for React. Based on eslint-config-react",
"license": "MIT",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions javascript/packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.8](https://github.com/kronostechnologies/standards/compare/[email protected]@v3.0.8) (2024-10-15)


### Miscellaneous Chores

* **eslint-config-typescript:** Synchronize eslint versions

## [3.0.7](https://github.com/kronostechnologies/standards/compare/[email protected]@v3.0.7) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equisoft/eslint-config-typescript",
"version": "3.0.7",
"version": "3.0.8",
"description": "Equisoft's TypeScript ESLint configuration. Based on eslint-config",
"license": "MIT",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions javascript/packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.8](https://github.com/kronostechnologies/standards/compare/[email protected]@v3.0.8) (2024-10-15)


### Miscellaneous Chores

* **eslint-config:** Synchronize eslint versions

## [3.0.7](https://github.com/kronostechnologies/standards/compare/[email protected]@v3.0.7) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equisoft/eslint-config",
"version": "3.0.7",
"version": "3.0.8",
"description": "Equisoft's ESLint configuration. Based on eslint-config-airbnb-base",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit 737fb07

Please sign in to comment.