Skip to content

Commit cb231fe

Browse files
Merge pull request #8 from angular-package/3.x.x
v3.0.0-alpha.2
2 parents 645dce3 + 09ea47b commit cb231fe

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

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

9+
## [3.0.0-alpha.2] - 2024-10-31
10+
11+
- The package built-in angular 18 and files minified to lower unpacked size.
12+
- Removed `peerDependencies` of `tslib` and `jasmine`.
13+
914
## [3.0.0-alpha.1] - 2024-10-31
1015

1116
- Added `type` and `override` .

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ Install `@angular-package/testing` package with command:
106106
npm i --save @angular-package/testing
107107
```
108108

109+
Dependencies
110+
111+
```bash
112+
npm i tslib
113+
npm i jasmine
114+
```
115+
109116
<br>
110117

111118
## Api

0 commit comments

Comments
 (0)