Skip to content

Commit d191d38

Browse files
committed
chore(release): publish
- @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected] - @linters/[email protected]
1 parent 3b4971c commit d191d38

File tree

32 files changed

+241
-24
lines changed

32 files changed

+241
-24
lines changed

packages/commitlint-config/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.8.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Features
10+
11+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-07)
718

819

packages/commitlint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/commitlint-config",
33
"description": "The commitlint config you have been looking for.",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"repository": "https://github.com/developer239/linters",
66
"engines": {
77
"node": ">=12",

packages/eslint-config-angular/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.12.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* lockfiles ([58701c4](https://github.com/developer239/linters/commit/58701c442006eba3bfffcbac87825ed4c37ded0d))
12+
* semantic release lockfile ([3b4971c](https://github.com/developer239/linters/commit/3b4971cf436ac396027583aa3976f2ec18a82d53))
13+
14+
15+
### Features
16+
17+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
18+
19+
20+
21+
22+
623
# [1.11.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
724

825

packages/eslint-config-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-angular",
33
"description": "The eslint config for Angular applications you have been looking for.",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"@angular-eslint/eslint-plugin": "15.2.0",
1919
"@angular-eslint/eslint-plugin-template": "15.2.0",
2020
"@angular-eslint/template-parser": "15.2.0",
21-
"@linters/eslint-config-typescript": "^1.17.0"
21+
"@linters/eslint-config-typescript": "^1.18.0"
2222
},
2323
"keywords": [
2424
"eslint",

packages/eslint-config-functional/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.8.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Features
10+
11+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
12+
13+
14+
15+
16+
617
# [1.7.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
718

819

packages/eslint-config-functional/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-functional",
33
"description": "The eslint rules for functional programming you have been looking for.",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

packages/eslint-config-jest/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.12.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Features
10+
11+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
12+
13+
14+
15+
16+
617
# [1.11.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
718

819

packages/eslint-config-jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-jest",
33
"description": "The eslint for jest tests you have been looking for.",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

packages/eslint-config-node/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.12.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* lockfiles ([58701c4](https://github.com/developer239/linters/commit/58701c442006eba3bfffcbac87825ed4c37ded0d))
12+
* semantic release lockfile ([3b4971c](https://github.com/developer239/linters/commit/3b4971cf436ac396027583aa3976f2ec18a82d53))
13+
14+
15+
### Features
16+
17+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
18+
19+
20+
21+
22+
623
# [1.11.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
724

825

packages/eslint-config-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-node",
33
"description": "The eslint configuration for node.js application you have been looking for.",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -15,7 +15,7 @@
1515
"eslint": ">=8.0.0"
1616
},
1717
"dependencies": {
18-
"@linters/eslint-config": "^1.15.1",
18+
"@linters/eslint-config": "^1.16.0",
1919
"eslint-plugin-node": "11.1.0",
2020
"eslint-plugin-security": "1.6.0"
2121
},

packages/eslint-config-react-native/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* lockfiles ([58701c4](https://github.com/developer239/linters/commit/58701c442006eba3bfffcbac87825ed4c37ded0d))
12+
* semantic release lockfile ([3b4971c](https://github.com/developer239/linters/commit/3b4971cf436ac396027583aa3976f2ec18a82d53))
13+
14+
15+
### Features
16+
17+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
18+
19+
20+
21+
22+
623
## [1.8.4](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
724

825

packages/eslint-config-react-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-react-native",
33
"description": "The eslint config for react native applications you have been looking for.",
4-
"version": "1.8.4",
4+
"version": "1.9.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -16,7 +16,7 @@
1616
"eslint-plugin-import": ">=2.18.0"
1717
},
1818
"dependencies": {
19-
"@linters/eslint-config-react": "^1.13.0",
19+
"@linters/eslint-config-react": "^1.14.0",
2020
"eslint-plugin-react-native": "4.0.0"
2121
},
2222
"keywords": [

packages/eslint-config-react/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.14.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* lockfiles ([58701c4](https://github.com/developer239/linters/commit/58701c442006eba3bfffcbac87825ed4c37ded0d))
12+
* semantic release lockfile ([3b4971c](https://github.com/developer239/linters/commit/3b4971cf436ac396027583aa3976f2ec18a82d53))
13+
14+
15+
### Features
16+
17+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
18+
19+
20+
21+
22+
623
# [1.13.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
724

825

packages/eslint-config-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-react",
33
"description": "The eslint configuration for react applications you have been looking for.",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@babel/eslint-parser": "7.19.1",
20-
"@linters/eslint-config": "^1.15.1",
20+
"@linters/eslint-config": "^1.16.0",
2121
"eslint-plugin-react": "7.32.1",
2222
"eslint-plugin-react-hooks": "4.6.0"
2323
},

packages/eslint-config-storybook/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Features
10+
11+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
12+
13+
14+
15+
16+
617
# [0.3.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
718

819

packages/eslint-config-storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-storybook",
33
"description": "The eslint for config for Storybook stories you have been looking for.",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

packages/eslint-config-typescript/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.18.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* lockfiles ([58701c4](https://github.com/developer239/linters/commit/58701c442006eba3bfffcbac87825ed4c37ded0d))
12+
* semantic release lockfile ([3b4971c](https://github.com/developer239/linters/commit/3b4971cf436ac396027583aa3976f2ec18a82d53))
13+
14+
15+
### Features
16+
17+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
18+
19+
20+
21+
22+
623
# [1.17.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
724

825

packages/eslint-config-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-typescript",
33
"description": "The typescript eslint configuration rules you have been looking for.",
4-
"version": "1.17.0",
4+
"version": "1.18.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -15,7 +15,7 @@
1515
"eslint": ">=8.0.0"
1616
},
1717
"dependencies": {
18-
"@linters/eslint-config": "^1.15.1",
18+
"@linters/eslint-config": "^1.16.0",
1919
"@typescript-eslint/eslint-plugin": "5.49.0",
2020
"@typescript-eslint/parser": "5.49.0",
2121
"eslint-import-resolver-typescript": "3.5.3"

packages/eslint-config/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.16.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Features
10+
11+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
12+
13+
14+
15+
16+
617
## [1.15.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
718

819

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config",
33
"description": "The base eslint config you have been looking for.",
4-
"version": "1.15.1",
4+
"version": "1.16.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

packages/prettier-config/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* add ucommited changes ([20d4de5](https://github.com/developer239/linters/commit/20d4de5efb524710af16f5236a9bb0575a81335a))
12+
13+
14+
15+
16+
617
# [1.4.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
718

819

packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/prettier-config",
33
"description": "The prettier config you have been looking for.",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

packages/semantic-release/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.11.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)
7+
8+
9+
### Features
10+
11+
* update dependencies ([90090a3](https://github.com/developer239/linters/commit/90090a3cfe7279901f8b69f2bf85a70a479280a6))
12+
13+
14+
15+
16+
617
# [1.10.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2022-02-08)
718

819

packages/semantic-release/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/semantic-release",
33
"description": "The semantic release configuration you have been looking for.",
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": ".releaserc.json",
77
"publishConfig": {

0 commit comments

Comments
 (0)