Skip to content

Commit 511202e

Browse files
author
Amir Kurtovic
committed
chore(release): 3.3.0
1 parent 66d7e1f commit 511202e

File tree

5 files changed

+30
-27
lines changed

5 files changed

+30
-27
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
<a name="3.3.0"></a>
6+
# [3.3.0](https://github.com/bullhorn/novo-elements/compare/v3.2.0...v3.3.0) (2018-12-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **address:** Update address disabled state ([#857](https://github.com/bullhorn/novo-elements/issues/857)) ([07feb74](https://github.com/bullhorn/novo-elements/commit/07feb74))
12+
* **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))
13+
* **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))
14+
* **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))
15+
16+
17+
### Features
18+
19+
* **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))
20+
21+
522
<a name="3.2.0"></a>
623
## [3.2.0](https://github.com/bullhorn/novo-elements/compare/v3.1.1...v3.2.0) (2018-11-09)
724

package-lock.json

Lines changed: 8 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "novo-elements-projects",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Bullhorn's Novo-Elements repository, including core projects and tools",
55
"license": "MIT",
66
"private": true,

projects/novo-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "novo-elements",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"peerDependencies": {
55
"@angular/animations": "^6.0.0",
66
"@angular/cdk": "^6.0.0",

0 commit comments

Comments
 (0)