Skip to content

Commit

Permalink
chore(release): publish v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tramvaijsorg committed May 27, 2024
1 parent acb4e2b commit 367e95c
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0](https://github.com/tramvaijs/linters/compare/v3.1.1...v4.0.0) (2024-05-27)


### ⚠ BREAKING CHANGES

* **prettier-config:** upgrade prettier to v3

### Features

* **eslint-config:** add prettier v3 support ([acb4e2b](https://github.com/tramvaijs/linters/commit/acb4e2b9c0e1690a1af70a07c71eb94dad575465))
* **prettier-config:** upgrade prettier to v3 ([d42ca2a](https://github.com/tramvaijs/linters/commit/d42ca2a92c6529fb0675cafa34f919e4ef311da9))



### [3.1.1](https://github.com/tramvaijs/linters/compare/v3.1.0...v3.1.1) (2024-05-24)


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": "3.1.1",
"version": "4.0.0",
"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.

## [4.0.0](https://github.com/tramvaijs/linters/compare/v3.1.1...v4.0.0) (2024-05-27)

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





## [3.0.0](https://github.com/tramvaijs/linters/compare/v2.0.5...v3.0.0) (2024-05-02)

**Note:** Version bump only for package @tinkoff/eslint-config-angular
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": "3.0.0",
"version": "4.0.0",
"description": "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.

## [4.0.0](https://github.com/tramvaijs/linters/compare/v3.1.1...v4.0.0) (2024-05-27)

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





## [3.0.0](https://github.com/tramvaijs/linters/compare/v2.0.5...v3.0.0) (2024-05-02)

**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": "3.0.0",
"version": "4.0.0",
"description": "ESLint configs for React apps",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"@tinkoff/eslint-config": "^3.0.0"
"@tinkoff/eslint-config": "^4.0.0"
},
"peerDependencies": {
"eslint": ">=8",
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.

## [4.0.0](https://github.com/tramvaijs/linters/compare/v3.1.1...v4.0.0) (2024-05-27)


### Features

* **eslint-config:** add prettier v3 support ([acb4e2b](https://github.com/tramvaijs/linters/commit/acb4e2b9c0e1690a1af70a07c71eb94dad575465))



## [3.0.0](https://github.com/tramvaijs/linters/compare/v2.0.5...v3.0.0) (2024-05-02)

**Note:** Version bump only for package @tinkoff/eslint-config
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/eslint-config",
"version": "3.0.0",
"version": "4.0.0",
"description": "ESLint configs to rule them all",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -33,14 +33,14 @@
"access": "public"
},
"devDependencies": {
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.2.5",
"eslint-config-prettier": "^9.1.0"
"prettier": "3.2.5"
},
"peerDependencies": {
"eslint-config-prettier": "^8.8.0 || ^9.1.0",
"eslint-plugin-prettier": "^4.2.1 || ^5.1.3",
"prettier": "^2.8.7 || ^3.2.5",
"eslint-config-prettier": "^8.8.0 || ^9.1.0"
"prettier": "^2.8.7 || ^3.2.5"
}
}
8 changes: 8 additions & 0 deletions packages/eslint-plugin/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.

## [4.0.0](https://github.com/tramvaijs/linters/compare/v3.1.1...v4.0.0) (2024-05-27)

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





## [3.0.0](https://github.com/tramvaijs/linters/compare/v2.0.5...v3.0.0) (2024-05-02)

**Note:** Version bump only for package @tinkoff/eslint-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/eslint-plugin",
"version": "3.0.0",
"version": "4.0.0",
"description": "Custom ESLint rules",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.0](https://github.com/tramvaijs/linters/compare/v3.1.1...v4.0.0) (2024-05-27)


### ⚠ BREAKING CHANGES

* **prettier-config:** upgrade prettier to v3

### Features

* **prettier-config:** upgrade prettier to v3 ([d42ca2a](https://github.com/tramvaijs/linters/commit/d42ca2a92c6529fb0675cafa34f919e4ef311da9))



## [3.0.0](https://github.com/tramvaijs/linters/compare/v2.0.5...v3.0.0) (2024-05-02)

**Note:** Version bump only for package @tinkoff/prettier-config
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/prettier-config",
"version": "3.0.0",
"version": "4.0.0",
"description": "Prettier config",
"license": "Apache-2.0",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-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.

## [4.0.0](https://github.com/tramvaijs/linters/compare/v3.1.1...v4.0.0) (2024-05-27)

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





### [3.1.1](https://github.com/tramvaijs/linters/compare/v3.1.0...v3.1.1) (2024-05-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/stylelint-config",
"version": "3.1.1",
"version": "4.0.0",
"description": "Stylelint config",
"license": "Apache-2.0",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-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.

## [4.0.0](https://github.com/tramvaijs/linters/compare/v3.1.1...v4.0.0) (2024-05-27)

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





## [3.0.0](https://github.com/tramvaijs/linters/compare/v2.0.5...v3.0.0) (2024-05-02)

**Note:** Version bump only for package @tinkoff/typescript-config
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/typescript-config",
"version": "3.0.0",
"version": "4.0.0",
"description": "TypeScript config",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 367e95c

Please sign in to comment.