Skip to content

Commit

Permalink
chore(release): publish v1.0.0-rc.18
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperOleg39 committed Jan 22, 2021
1 parent 011ecdb commit a30d396
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 6 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.0.0-rc.18](https://github.com/TinkoffCreditSystems/linters/compare/v1.0.0-rc.17...v1.0.0-rc.18) (2021-01-22)


### Bug Fixes

* add registry-url to setup-node action, change source code for testing ([#84](https://github.com/TinkoffCreditSystems/linters/issues/84)) ([011ecdb](https://github.com/TinkoffCreditSystems/linters/commit/011ecdb71b871ccb40d9f28a7e3254d2f1657f70))



## [1.0.0-rc.17](https://github.com/TinkoffCreditSystems/linters/compare/v1.0.0-rc.16...v1.0.0-rc.17) (2021-01-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"tools/actions/*"
],
"version": "1.0.0-rc.17",
"version": "1.0.0-rc.18",
"command": {
"version": {
"allowBranch": [
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-angular/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.0.0-rc.18](https://github.com/TinkoffCreditSystems/linters/compare/v1.0.0-rc.17...v1.0.0-rc.18) (2021-01-22)

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





## [1.0.0-rc.17](https://github.com/TinkoffCreditSystems/linters/compare/v1.0.0-rc.16...v1.0.0-rc.17) (2021-01-22)

**Note:** Version bump only for package @tinkoff/eslint-config-angular
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0-rc.17",
"version": "1.0.0-rc.18",
"description": "Tinkoff ESLint configs for Angular apps",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/TinkoffCreditSystems/linters.git"
},
"devDependencies": {
"@tinkoff/eslint-config": "^1.0.0-rc.17"
"@tinkoff/eslint-config": "^1.0.0-rc.18"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.0",
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.0.0-rc.18](https://github.com/TinkoffCreditSystems/linters/compare/v1.0.0-rc.17...v1.0.0-rc.18) (2021-01-22)

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





## [1.0.0-rc.17](https://github.com/TinkoffCreditSystems/linters/compare/v1.0.0-rc.16...v1.0.0-rc.17) (2021-01-22)

**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.0.0-rc.17",
"version": "1.0.0-rc.18",
"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.0.0-rc.17"
"@tinkoff/eslint-config": "^1.0.0-rc.18"
},
"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.0.0-rc.18](https://github.com/TinkoffCreditSystems/linters/compare/v1.0.0-rc.17...v1.0.0-rc.18) (2021-01-22)


### Bug Fixes

* add registry-url to setup-node action, change source code for testing ([#84](https://github.com/TinkoffCreditSystems/linters/issues/84)) ([011ecdb](https://github.com/TinkoffCreditSystems/linters/commit/011ecdb71b871ccb40d9f28a7e3254d2f1657f70))



## [1.0.0-rc.17](https://github.com/TinkoffCreditSystems/linters/compare/v1.0.0-rc.16...v1.0.0-rc.17) (2021-01-22)


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.0.0-rc.17",
"version": "1.0.0-rc.18",
"description": "Tinkoff ESLint configs to rule them all",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit a30d396

Please sign in to comment.