Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Jan 6, 2022
1 parent 8d38cb6 commit f418683
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="2.0.0"></a>
## [1.0.2](https://github.com/kolkov/angular-editor/compare/v1.2.0...v2.0.0) (2022-01-06) Majore release
* Update to Angular v.13 and new Ivy compatible package format

<a name="1.0.2"></a>
## [1.0.2](https://github.com/kolkov/angular-editor/compare/v1.0.1...v1.0.2) (2019-11-28) Technical release
* Readme update for npmjs.com
Expand All @@ -8,3 +12,4 @@

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

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[![codecov](https://codecov.io/gh/kolkov/angular-editor/branch/master/graph/badge.svg)](https://codecov.io/gh/kolkov/angular-editor)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/AndreyKolkov)

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

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

Expand All @@ -33,6 +33,8 @@ npm install @kolkov/angular-editor --save
```
### Versions

2.0.0 and above - for Angular v13.0.0 and above

1.0.0 and above - for Angular v8.x.x and above

0.18.4 and above - for Angular v7.x.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolkov/angular-editor",
"version": "1.2.0",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
13 changes: 5 additions & 8 deletions projects/angular-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kolkov/angular-editor",
"version": "1.2.0",
"description": "A simple native WYSIWYG editor for Angular 8+, 12+. Rich Text editor component for Angular.",
"version": "2.0.0",
"description": "A simple native WYSIWYG editor for Angular 8+, 13+. Rich Text editor component for Angular.",
"author": "Andrey Kolkov <a.kolkov@gmail.com>",
"repository": "https://github.com/kolkov/angular-editor",
"license": "MIT",
Expand All @@ -10,14 +10,11 @@
"url": "https://github.com/kolkov/angular-editor/issues"
},
"peerDependencies": {
"@angular/common": ">=8.0.0 <13",
"@angular/core": ">=8.0.0 <13",
"@angular/forms": ">=8.0.0 <13",
"@angular/platform-browser": ">=8.0.0 <13",
"rxjs": "^6.x.x"
"@angular/common": ">=13 <14",
"@angular/core": ">=13 <14"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.3.0"
},
"keywords": [
"angular",
Expand Down

0 comments on commit f418683

Please sign in to comment.