Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Kurtovic committed Dec 7, 2018
1 parent 66d7e1f commit 511202e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 27 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

<a name="3.3.0"></a>
# [3.3.0](https://github.com/bullhorn/novo-elements/compare/v3.2.0...v3.3.0) (2018-12-07)


### Bug Fixes

* **address:** Update address disabled state ([#857](https://github.com/bullhorn/novo-elements/issues/857)) ([07feb74](https://github.com/bullhorn/novo-elements/commit/07feb74))
* **Currency:** Allow Comma or Period as decimal for non-English users ([#862](https://github.com/bullhorn/novo-elements/issues/862)) ([7b67c44](https://github.com/bullhorn/novo-elements/commit/7b67c44))
* **picker:** respect allow multiple false for picker fields ([#846](https://github.com/bullhorn/novo-elements/issues/846)) ([7124173](https://github.com/bullhorn/novo-elements/commit/7124173))
* **row-chips:** Various picker changes to support row chip pickers ([#845](https://github.com/bullhorn/novo-elements/issues/845)) ([ca3e635](https://github.com/bullhorn/novo-elements/commit/ca3e635))


### Features

* **RowChips:** Add empty state message for disabled RowChips and RowChip delete functionality ([#868](https://github.com/bullhorn/novo-elements/issues/868)) ([d9499c7](https://github.com/bullhorn/novo-elements/commit/d9499c7))


<a name="3.2.0"></a>
## [3.2.0](https://github.com/bullhorn/novo-elements/compare/v3.1.1...v3.2.0) (2018-11-09)

Expand Down
30 changes: 8 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "novo-elements-projects",
"version": "3.2.0",
"version": "3.3.0",
"description": "Bullhorn's Novo-Elements repository, including core projects and tools",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/novo-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "novo-elements",
"version": "3.2.0",
"version": "3.3.0",
"peerDependencies": {
"@angular/animations": "^6.0.0",
"@angular/cdk": "^6.0.0",
Expand Down
Loading

0 comments on commit 511202e

Please sign in to comment.