Skip to content

Commit dcbad24

Browse files
committed
fix: bump to 4.0.1 with marketplace fixes
- White gallery banner (logo was invisible on blue) - Remove trailing blank lines in README code blocks - Update changelog version from rc.0 to 4.0.0
1 parent 3b87884 commit dcbad24

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project continues the legacy of [TypeScript Hero](https://github.com/buehle
88

99
## Mini TypeScript Hero
1010

11-
### [4.0.0-rc.0]
11+
### [4.0.0]
1212

1313
**Modernization release** - rebuilding Mini TypeScript Hero with a modern technology stack.
1414

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ import {Router} from "@angular/router"
3838
import { map, switchMap } from 'rxjs/operators';
3939
import {OnInit, inject} from "@angular/core"
4040
import { BookList } from './components/book-list';
41-
42-
4341
```
4442

4543
**After** pressing `Ctrl+Alt+O` (or `Cmd+Alt+O` on macOS):
@@ -51,7 +49,6 @@ import { map, switchMap } from 'rxjs/operators';
5149

5250
import { BookList } from './components/book-list';
5351
import { UserDetail } from './components/user-detail';
54-
5552
```
5653

5754
**What happened:**

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "mini-typescript-hero",
33
"displayName": "Mini TypeScript Hero",
44
"description": "Sorts and organizes TypeScript/JavaScript imports — Keep your codebase clean with custom import grouping, automatic cleanup, and smart formatting. Small hero. Big cleanup!",
5-
"version": "4.0.0",
5+
"version": "4.0.1",
66
"publisher": "angular-schule",
77
"icon": "icon.png",
88
"galleryBanner": {
9-
"color": "#3277bd",
10-
"theme": "dark"
9+
"color": "#ffffff",
10+
"theme": "light"
1111
},
1212
"author": {
1313
"name": "Johannes Hoppe",

0 commit comments

Comments
 (0)