Skip to content

Commit 4edc32c

Browse files
committed
📝 Fixed README link of lazy-dialogs project
1 parent 67c9087 commit 4edc32c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

projects/lazy-dialogs/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.3] - 2022-08-19
9+
10+
### Fixed
11+
12+
- Table of Contents link of README
13+
814
## [1.0.0-rc.2] - 2022-08-19
915

1016
### Added

projects/lazy-dialogs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- [Dialog Container and Background Overlay Styles](#dialog-container-and-background-overlay-styles)
1717
- [Standalone Component](#standalone-component)
1818
- [Open Standalone Component Dialog](#open-standalone-component-dialog)
19-
- [NgModule Extending ModuleWithLazyDialog<T>](#ngmodule-extending-modulewithlazydialogt)
19+
- [NgModule Extending ModuleWithLazyDialog&#60;T&#62;](#ngmodule-extending-modulewithlazydialogt)
2020
- [Open Dialog Contained In NgModule](#open-dialog-contained-in-ngmodule)
2121

2222
## Features
@@ -151,7 +151,7 @@ export class OpenStandaloneDialogComponent {
151151
}
152152
```
153153

154-
### NgModule Extending ModuleWithLazyDialog<T>
154+
### NgModule Extending ModuleWithLazyDialog&#60;T&#62;
155155

156156
Sample component:
157157

projects/lazy-dialogs/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/lazy-dialogs",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"description": "Angular lazy dialogs support via service",
55
"homepage": "https://github.com/SwabianCoder/ngx-toolset",
66
"license": "MIT",

0 commit comments

Comments
 (0)