Skip to content

Commit edf1679

Browse files
committed
📝 Added package compatibility table to README of all projects except lazy-dialogs
1 parent 46d5c2d commit edf1679

File tree

9 files changed

+39
-3
lines changed

9 files changed

+39
-3
lines changed

projects/api-token-interceptor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-rc.4] - 2022-08-15
9+
10+
### Added
11+
12+
- Package compatibility table to README
13+
814
## [1.0.0-rc.3] - 2022-08-14
915

1016
### Changed

projects/api-token-interceptor/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030

3131
`npm install @ngx-toolset/api-token-interceptor --save`
3232

33+
Choose the version corresponding to your Angular version:
34+
35+
| Angular | @ngx-toolset/api-token-interceptor |
36+
|---------|------------------------------------|
37+
| 14.x.x | 1.x.x |
38+
3339
## Usage
3440

3541
### Module Import

projects/api-token-interceptor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/api-token-interceptor",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0-rc.4",
44
"description": "Angular API token interceptor",
55
"homepage": "https://github.com/SwabianCoder/ngx-toolset",
66
"license": "MIT",

projects/date-interceptors/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-rc.4] - 2022-08-15
9+
10+
### Added
11+
12+
- Package compatibility table to README
13+
814
## [1.0.0-rc.3] - 2022-08-14
915

1016
### Added

projects/date-interceptors/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232

3333
`npm install @ngx-toolset/date-interceptors date-fns@^2.0.0 rxjs@^7.0.0 --save`
3434

35+
Choose the version corresponding to your Angular version:
36+
37+
| Angular | @ngx-toolset/date-interceptors |
38+
|---------|--------------------------------|
39+
| 14.x.x | 1.x.x |
40+
3541
## Usage
3642

3743
### Module Import

projects/date-interceptors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/date-interceptors",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0-rc.4",
44
"description": "Angular date interceptors (parses API response dates to date objects and stringifys API request body date objects to given format)",
55
"homepage": "https://github.com/SwabianCoder/ngx-toolset",
66
"license": "MIT",

projects/template-type-checker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-rc.4] - 2022-08-15
9+
10+
### Added
11+
12+
- Package compatibility table to README
13+
814
## [1.0.0-rc.3] - 2022-08-15
915

1016
### Fixed

projects/template-type-checker/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626

2727
`npm install @ngx-toolset/template-type-checker --save`
2828

29+
Choose the version corresponding to your Angular version:
30+
31+
| Angular | @ngx-toolset/template-type-checker |
32+
|---------|------------------------------------|
33+
| 14.x.x | 1.x.x |
34+
2935
## Usage
3036

3137
### Module Import

projects/template-type-checker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngx-toolset/template-type-checker",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0-rc.4",
44
"description": "Angular template class type check support",
55
"homepage": "https://github.com/SwabianCoder/ngx-toolset",
66
"license": "MIT",

0 commit comments

Comments
 (0)