Skip to content

Commit

Permalink
build(package): Bump version to 1.0.0-beta.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update Angular to v8.2.3
  • Loading branch information
kolkov committed Aug 26, 2019
1 parent 4a2a735 commit 19e698c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ Install via [npm][npm] package manager
```bash
npm install @kolkov/angular-editor --save
```
### Versions

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

0.18.4 and above - for Angular v7.x.x

0.15.x - for Angular v6.x.x

### Usage

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": "0.18.4",
"version": "1.0.0-beta.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
10 changes: 5 additions & 5 deletions projects/angular-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolkov/angular-editor",
"version": "0.18.4",
"version": "1.0.0-beta.0",
"description": "A simple native WYSIWYG editor for Angular 6+, 7+, 8+. Rich Text editor component for Angular.",
"author": "Andrey Kolkov <[email protected]>",
"repository": "https://github.com/kolkov/angular-editor",
Expand All @@ -10,10 +10,10 @@
"url": "https://github.com/kolkov/angular-editor/issues"
},
"peerDependencies": {
"@angular/common": ">=7.0.0 <9",
"@angular/core": ">=7.0.0 <9",
"@angular/forms": ">=7.0.0 <9",
"@angular/platform-browser": ">=7.0.0 <9",
"@angular/common": ">=8.0.0 <9",
"@angular/core": ">=8.0.0 <9",
"@angular/forms": ">=8.0.0 <9",
"@angular/platform-browser": ">=8.0.0 <9",
"rxjs": "^6.x.x"
},
"keywords": [
Expand Down

0 comments on commit 19e698c

Please sign in to comment.