Skip to content

Commit

Permalink
rel(ngx-search-bar): release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Jun 29, 2020
1 parent c31073e commit ece71d3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion libs/ngx-search-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# 0.0.1 (2020-06-23)
# Changelog

## [0.0.2](https://github.com/abdes/happy-coding/compare/ngx-search-bar-ngx-search-bar-0.0.1...ngx-search-bar-0.0.2)

> 29 June 2020
### Features and Updates

- feat(ngx-search-bar): support for material theming [`be18eb6`](https://github.com/abdes/happy-coding/commit/be18eb687df80a27f690f783c704df6e4c8981f2)
- chore(ngx-search-bar): \_ngUnsubscribe\$ should not emit a value [`655ba12`](https://github.com/abdes/happy-coding/commit/655ba12e0240e51b3ac24619fd57c9a8e84007da)
- deps(ngx-search-bar): move tslib to dependencies (new recommendation) [`7b1cf1b`](https://github.com/abdes/happy-coding/commit/7b1cf1b52ea39786dbd48dec16bc8dc3768d71f4)
- fix(ngx-search-bar): specify @angular/forms as peer dependency [`a9380d4`](https://github.com/abdes/happy-coding/commit/a9380d45b07adba03aecb2adf59071e5ee466078)

- Update @npcz/ngx-highlight to version [0.0.6](https://github.com/abdes/happy-coding/releases/tag/ngx-highlight-0.0.6)

### Breaking Changes

- fix(ngx-search-bar): \_searchForm should be private [`60e98da`](https://github.com/abdes/happy-coding/commit/60e98daf3cab61cbcda97e225756d0465524dbe5)

## 0.0.1

> 2020-06-23
### Features

Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-search-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npcz/ngx-search-bar",
"version": "0.0.1",
"version": "0.0.2",
"description": "Angular component for a customizable material search bar",
"license": "BSD-3-Clause",
"author": "Abdessattar Sassi (https://github.com/abdes)",
Expand Down

0 comments on commit ece71d3

Please sign in to comment.