Skip to content

Commit f418683

Browse files
committed
chore(release): 2.0.0
1 parent 8d38cb6 commit f418683

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="2.0.0"></a>
2+
## [1.0.2](https://github.com/kolkov/angular-editor/compare/v1.2.0...v2.0.0) (2022-01-06) Majore release
3+
* Update to Angular v.13 and new Ivy compatible package format
4+
15
<a name="1.0.2"></a>
26
## [1.0.2](https://github.com/kolkov/angular-editor/compare/v1.0.1...v1.0.2) (2019-11-28) Technical release
37
* Readme update for npmjs.com
@@ -8,3 +12,4 @@
812

913
<a name="1.0.0"></a>
1014
## [1.0.0](https://github.com/kolkov/angular-editor/compare/v1.0.0-rc.2...v1.0.0) (2019-11-27) Initial release
15+

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![codecov](https://codecov.io/gh/kolkov/angular-editor/branch/master/graph/badge.svg)](https://codecov.io/gh/kolkov/angular-editor)
1515
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/AndreyKolkov)
1616

17-
A simple native WYSIWYG/Rich Text editor for Angular 6-12+
17+
A simple native WYSIWYG/Rich Text editor for Angular 6-13+
1818

1919
![Nov-27-2019 17-26-29](https://user-images.githubusercontent.com/216412/69763434-259cd800-113b-11ea-918f-0565ebce0e48.gif)
2020

@@ -33,6 +33,8 @@ npm install @kolkov/angular-editor --save
3333
```
3434
### Versions
3535

36+
2.0.0 and above - for Angular v13.0.0 and above
37+
3638
1.0.0 and above - for Angular v8.x.x and above
3739

3840
0.18.4 and above - for Angular v7.x.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kolkov/angular-editor",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/angular-editor/package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kolkov/angular-editor",
3-
"version": "1.2.0",
4-
"description": "A simple native WYSIWYG editor for Angular 8+, 12+. Rich Text editor component for Angular.",
3+
"version": "2.0.0",
4+
"description": "A simple native WYSIWYG editor for Angular 8+, 13+. Rich Text editor component for Angular.",
55
"author": "Andrey Kolkov <a.kolkov@gmail.com>",
66
"repository": "https://github.com/kolkov/angular-editor",
77
"license": "MIT",
@@ -10,14 +10,11 @@
1010
"url": "https://github.com/kolkov/angular-editor/issues"
1111
},
1212
"peerDependencies": {
13-
"@angular/common": ">=8.0.0 <13",
14-
"@angular/core": ">=8.0.0 <13",
15-
"@angular/forms": ">=8.0.0 <13",
16-
"@angular/platform-browser": ">=8.0.0 <13",
17-
"rxjs": "^6.x.x"
13+
"@angular/common": ">=13 <14",
14+
"@angular/core": ">=13 <14"
1815
},
1916
"dependencies": {
20-
"tslib": "^2.0.0"
17+
"tslib": "^2.3.0"
2118
},
2219
"keywords": [
2320
"angular",

0 commit comments

Comments
 (0)