Skip to content

Commit

Permalink
chore(release): publish v1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkoff-bot committed Nov 8, 2022
1 parent bc14990 commit 0cc43b5
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 5 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.41.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.39.0...v1.41.0) (2022-11-08)


### Features

* add file-progress plugin ([#210](https://github.com/TinkoffCreditSystems/linters/issues/210)) ([44b67d1](https://github.com/TinkoffCreditSystems/linters/commit/44b67d1a0c55beedd38f94a90bef1923b89b9e01))



## [1.40.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.39.0...v1.40.0) (2022-11-07)


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.40.0",
"version": "1.41.0",
"command": {
"version": {
"allowBranch": [
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config-angular/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.41.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.39.0...v1.41.0) (2022-11-08)


### Features

* add file-progress plugin ([#210](https://github.com/TinkoffCreditSystems/linters/issues/210)) ([44b67d1](https://github.com/TinkoffCreditSystems/linters/commit/44b67d1a0c55beedd38f94a90bef1923b89b9e01))



## [1.40.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.39.0...v1.40.0) (2022-11-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/eslint-config-angular",
"version": "1.40.0",
"version": "1.41.0",
"description": "Tinkoff ESLint configs for Angular apps",
"license": "Apache-2.0",
"keywords": [
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.41.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.39.0...v1.41.0) (2022-11-08)

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





## [1.40.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.39.0...v1.40.0) (2022-11-07)

**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.40.0",
"version": "1.41.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.40.0"
"@tinkoff/eslint-config": "^1.41.0"
},
"peerDependencies": {
"eslint": "^7.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/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.41.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.39.0...v1.41.0) (2022-11-08)

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





## [1.40.0](https://github.com/TinkoffCreditSystems/linters/compare/v1.39.0...v1.40.0) (2022-11-07)

**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.40.0",
"version": "1.41.0",
"description": "Tinkoff ESLint configs to rule them all",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 0cc43b5

Please sign in to comment.