Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed May 16, 2020
1 parent 44ca95c commit 7031083
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
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.

### 1.0.1 (2020-05-16)

### Bug Fixes

- **directive:** fix box factory for IVY support ([b956f4e](https://github.com/ng-web-apis/resize-observer/commit/b956f4e))
4 changes: 2 additions & 2 deletions projects/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -32,4 +32,4 @@
"tslint": "~5.11.0",
"typescript": "~3.4.5"
}
}
}
11 changes: 8 additions & 3 deletions projects/resize-observer/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "@ng-web-apis/resize-observer",
"version": "1.0.0",
"version": "1.0.1",
"peerDependencies": {
"@angular/core": ">=6.0.0",
"@ng-web-apis/common": ">=1.1.0",
"@types/resize-observer-browser": "~0.1.3"
},
"description": "A library for declarative use of Resize Observer API with Angular",
"keywords": ["angular", "ng", "resize", "observer"],
"keywords": [
"angular",
"ng",
"resize",
"observer"
],
"license": "MIT",
"author": {
"name": "Vladimir Potekhin",
Expand All @@ -20,4 +25,4 @@
"repository": "https://github.com/ng-web-apis/resize-observer",
"bugs": "https://github.com/ng-web-apis/resize-observer/issues",
"homepage": "https://github.com/ng-web-apis/resize-observer#README"
}
}

0 comments on commit 7031083

Please sign in to comment.