Skip to content

Commit ba8a937

Browse files
authored
[Release] Increase versions to 0.5.0 - ts-plugin and es-plugin (#262)
1 parent bc6c544 commit ba8a937

7 files changed

Lines changed: 397 additions & 313 deletions

File tree

common/config/rush/npm-shrinkwrap.json

Lines changed: 373 additions & 306 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.5.0 (July 21st, 2024)
2+
3+
Bumping to 0.5.0 to align with the changes for grunt ts plugin to support inlining the tsconfig.
4+
5+
## Changelog
6+
7+
- #44 [Feature] Add support to inlining the tsconfig.json within the grunt config
8+
- #254 [Feature] Add Support for multiple tsconfigs
9+
- #259 Bump @nevware21 gunt plugins to latest
10+
111
# v0.2.5 (July 4th, 2024)
212

313
## 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.5",
4+
"version": "0.5.0",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"author": {
77
"name": "NevWare21 Solutions LLC",
@@ -47,7 +47,7 @@
4747
"@types/eslint": "^8.56.10",
4848
"@types/estree": "^1.0.1",
4949
"@types/grunt": "^0.4.27",
50-
"@nevware21/grunt-plugins-shared-utils": "0.3.3",
50+
"@nevware21/grunt-plugins-shared-utils": "0.5.0",
5151
"@nevware21/grunt-eslint-ts": "^0.2.5",
5252
"@nevware21/grunt-ts-plugin": "^0.4.6",
5353
"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.3",
4+
"version": "0.5.0",
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.3",
4+
"version": "0.5.0",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"license": "MIT",
77
"keywords": [

ts-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.5.0 (July 21st, 2024)
2+
3+
## Changelog
4+
5+
- #44 [Feature] Add support to inlining the tsconfig.json within the grunt config
6+
- #254 [Feature] Add Support for multiple tsconfigs
7+
- #259 Bump @nevware21 gunt plugins to latest
8+
19
# v0.4.6 (July 4th, 2024)
210

311
## Changelog

ts-plugin/package.json

Lines changed: 2 additions & 3 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.6",
4+
"version": "0.5.0",
55
"homepage": "https://github.com/nevware21/grunt-plugins",
66
"license": "MIT",
77
"author": {
@@ -46,14 +46,13 @@
4646
"node": ">= 0.8.0"
4747
},
4848
"dependencies": {
49-
"@nevware21/grunt-plugins-shared-utils": "0.3.3",
5049
"@nevware21/ts-utils": ">= 0.11.3 < 2.x",
5150
"@nevware21/ts-async": ">= 0.5.2 < 2.x"
5251
},
5352
"devDependencies": {
5453
"@istanbuljs/nyc-config-typescript": "^1.0.2",
5554
"@types/grunt": "^0.4.27",
56-
"@nevware21/grunt-plugins-shared-utils": "0.3.3",
55+
"@nevware21/grunt-plugins-shared-utils": "0.5.0",
5756
"@nevware21/grunt-eslint-ts": "^0.2.5",
5857
"@nevware21/grunt-ts-plugin": "^0.4.6",
5958
"grunt": "^1.5.3",

0 commit comments

Comments
 (0)