Skip to content

Commit 71c8013

Browse files
committed
release: cut v%s
1 parent 537904d commit 71c8013

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [10.0.0-next.2](https://github.com/ng-packagr/ng-packagr/compare/v10.0.0-next.1...v10.0.0-next.2) (2020-05-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `cssUrl` option default value has been changed to `inline`
11+
More info about this option can be found: https://github.com/ng-packagr/ng-packagr/blob/master/docs/embed-assets-css.md
12+
* TypeScript 3.8 is no longer supported, please update to TypeScript 3.9
13+
14+
### Features
15+
16+
* embed assets in css file using data uri by default ([d2a5731](https://github.com/ng-packagr/ng-packagr/commit/d2a573184dca47fbb0b0042614444e74e7e304b2))
17+
18+
19+
### Bug Fixes
20+
21+
* auto add tslib as direct dependency ([4145af5](https://github.com/ng-packagr/ng-packagr/commit/4145af5588d57c6749535c3a3cbc242b296fae0a))
22+
23+
24+
* update to TypeScript 3.9 ([8524648](https://github.com/ng-packagr/ng-packagr/commit/8524648cad5ab8a24520c472304d533d28207b99))
25+
526
## [10.0.0-next.1](https://github.com/ng-packagr/ng-packagr/compare/v10.0.0-next.0...v10.0.0-next.1) (2020-05-13)
627

728

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-packagr",
3-
"version": "10.0.0-next.1",
3+
"version": "10.0.0-next.2",
44
"description": "Compile and package a TypeScript library to Angular Package Format",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)