Skip to content

Commit 020ba19

Browse files
authored
[Release] Increase grunt-eslint-ts to 0.2.4 (#99)
[Release] Increase grunt-ts-plugin to 0.4.5
1 parent 47c9667 commit 020ba19

7 files changed

Lines changed: 22 additions & 10 deletions

File tree

common/config/rush/npm-shrinkwrap.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint-ts-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
# v0.2.4
3+
4+
## Changelog
5+
6+
- [BUG] Latest versions grunt-ts-plugin-0.4.4 and grunt-eslint-ts-0.2.3 sometimes complain about missing @nevware21/ts-utils #97
7+
28
# v0.2.3
39

410
## Changelog

eslint-ts-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/grunt-eslint-ts",
33
"description": "ESLint TypeScript Validation Plugin for GruntJS",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"author": {
77
"name": "Nevware21",
@@ -45,7 +45,7 @@
4545
"@types/estree": "^0.0.51",
4646
"@types/grunt": "^0.4.27",
4747
"@nevware21/ts-utils": "^0.1.1",
48-
"@nevware21/grunt-plugins-shared-utils": "0.3.1",
48+
"@nevware21/grunt-plugins-shared-utils": "0.3.2",
4949
"@nevware21/grunt-eslint-ts": "^0.2.1",
5050
"@nevware21/grunt-ts-plugin": "^0.4.2",
5151
"grunt": "^1.5.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-plugins",
33
"description": "Plugin for GruntJS",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"keywords": [
77
"grunt",

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/grunt-plugins-shared-utils",
33
"description": "Shared Utils GruntJS Plugins",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"license": "MIT",
77
"keywords": [

ts-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
# v0.4.5
3+
4+
## Changelog
5+
6+
- [BUG] Latest versions grunt-ts-plugin-0.4.4 and grunt-eslint-ts-0.2.3 sometimes complain about missing @nevware21/ts-utils #97
7+
28
# v0.4.4
39

410
## Changelog

ts-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/grunt-ts-plugin",
33
"description": "TypeScript Compilation Plugin for GruntJS",
4-
"version": "0.4.4",
4+
"version": "0.4.5",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"license": "MIT",
77
"author": {
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/grunt": "^0.4.27",
5151
"@nevware21/ts-utils": "^0.1.1",
52-
"@nevware21/grunt-plugins-shared-utils": "0.3.1",
52+
"@nevware21/grunt-plugins-shared-utils": "0.3.2",
5353
"@nevware21/grunt-eslint-ts": "^0.2.1",
5454
"@nevware21/grunt-ts-plugin": "^0.4.2",
5555
"grunt": "^1.5.3",

0 commit comments

Comments
 (0)