Skip to content

Commit

Permalink
chore(release): publish v1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkoff-bot committed Oct 14, 2022
1 parent ffe15c4 commit 3a324b1
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.37.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.36.2...v1.37.0) (2022-10-14)


### Features

* **eslint-config:** allow break convention for quoted names ([#207](https://github.com/TinkoffCreditSystems/linters/issues/207)) ([ffe15c4](https://github.com/TinkoffCreditSystems/linters/commit/ffe15c494bc08d401344ed3cab4fc9d6ef6d24a7))



### [1.36.2](https://github.com/TinkoffCreditSystems/linters/compare/v1.36.1...v1.36.2) (2022-10-13)

**Note:** Version bump only for package linters-monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.36.2",
"version": "1.37.0",
"command": {
"version": {
"allowBranch": [
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.37.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.36.2...v1.37.0) (2022-10-14)

**Note:** Version bump only for package @tinkoff/eslint-config-react





### [1.36.2](https://github.com/TinkoffCreditSystems/linters/compare/v1.36.1...v1.36.2) (2022-10-13)

**Note:** Version bump only for package @tinkoff/eslint-config-react
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/eslint-config-react",
"version": "1.36.2",
"version": "1.37.0",
"description": "Tinkoff ESLint configs for React apps",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"eslint-plugin-react-hooks": "^4.0.8"
},
"devDependencies": {
"@tinkoff/eslint-config": "^1.36.2"
"@tinkoff/eslint-config": "^1.37.0"
},
"peerDependencies": {
"eslint": "^7.5.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.37.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.36.2...v1.37.0) (2022-10-14)


### Features

* **eslint-config:** allow break convention for quoted names ([#207](https://github.com/TinkoffCreditSystems/linters/issues/207)) ([ffe15c4](https://github.com/TinkoffCreditSystems/linters/commit/ffe15c494bc08d401344ed3cab4fc9d6ef6d24a7))



### [1.36.2](https://github.com/TinkoffCreditSystems/linters/compare/v1.36.1...v1.36.2) (2022-10-13)

**Note:** Version bump only for package @tinkoff/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/eslint-config",
"version": "1.36.2",
"version": "1.37.0",
"description": "Tinkoff ESLint configs to rule them all",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 3a324b1

Please sign in to comment.