Skip to content

Commit 600b9cb

Browse files
bump version to 0.15.0 (#134)
Signed-off-by: Kangrui Ye <[email protected]>
1 parent 864334d commit 600b9cb

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflight/eslint-plugin",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"private": true,
55
"volta": {
66
"node": "18.14.0",

packages/eslint-plugin-angular/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can find the directory of all rules including their reasoning [here](src/con
99
The following dependencies are required:
1010

1111
```
12-
"@cloudflight/eslint-plugin-typescript": ">=0.14.1",
12+
"@cloudflight/eslint-plugin-typescript": ">=0.15.0",
1313
"@rushstack/eslint-patch": "1.2.0",
1414
"eslint": ">=8.0.0 <9.0.0"
1515
```

packages/eslint-plugin-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflight/eslint-plugin-angular",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Cloudflight eslint-plugin & eslint-config for angular",
55
"volta": {
66
"extends": "../../package.json"

packages/eslint-plugin-node/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can find the directory of all rules including their reasoning [here](src/con
99
The following dependencies are required:
1010

1111
```
12-
"@cloudflight/eslint-plugin-typescript": ">=0.14.1",
12+
"@cloudflight/eslint-plugin-typescript": ">=0.15.0",
1313
"@rushstack/eslint-patch": "1.2.0",
1414
"eslint": ">=8.0.0 <9.0.0"
1515
```

packages/eslint-plugin-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflight/eslint-plugin-node",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Cloudflight eslint-plugin & eslint-config for node",
55
"volta": {
66
"extends": "../../package.json"

packages/eslint-plugin-react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can find the directory of all rules including their reasoning [here](src/con
99
The following dependencies are required:
1010

1111
```
12-
"@cloudflight/eslint-plugin-typescript": ">=0.14.1",
12+
"@cloudflight/eslint-plugin-typescript": ">=0.15.0",
1313
"@rushstack/eslint-patch": "1.2.0",
1414
"eslint": ">=8.0.0 <9.0.0"
1515
```

packages/eslint-plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflight/eslint-plugin-react",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Cloudflight eslint-plugin & eslint-config for React",
55
"volta": {
66
"extends": "../../package.json"

packages/eslint-plugin-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflight/eslint-plugin-typescript",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Cloudflight eslint-plugin & eslint-config for typescript",
55
"volta": {
66
"extends": "../../package.json"

packages/eslint-plugin-vue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can find the directory of all rules including their reasoning [here](src/con
99
The following dependencies are required:
1010

1111
```
12-
"@cloudflight/eslint-plugin-typescript": ">=0.14.1",
12+
"@cloudflight/eslint-plugin-typescript": ">=0.15.0",
1313
"@rushstack/eslint-patch": "1.2.0",
1414
"eslint": ">=8.0.0 <9.0.0"
1515
```

packages/eslint-plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflight/eslint-plugin-vue",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Cloudflight eslint-plugin & eslint-config for vue",
55
"volta": {
66
"extends": "../../package.json"

packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflight/prettier-config",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "Cloudflight prettier config",
55
"volta": {
66
"extends": "../../package.json"

0 commit comments

Comments
 (0)