diff --git a/packages/@nucleus/CHANGELOG.md b/packages/@nucleus/CHANGELOG.md index 5860c376..dfd64429 100644 --- a/packages/@nucleus/CHANGELOG.md +++ b/packages/@nucleus/CHANGELOG.md @@ -3,6 +3,77 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/freshdesk/nucleus/compare/nucleus@0.1.8...nucleus@0.2.0) (2020-01-09) + + +### Features + +* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) + + + + + +## [0.1.8](https://github.com/freshdesk/nucleus/compare/nucleus@0.1.7...nucleus@0.1.8) (2019-12-19) + +**Note:** Version bump only for package nucleus + + + + + +## [0.1.7](https://github.com/freshdesk/nucleus/compare/nucleus@0.1.6...nucleus@0.1.7) (2019-12-17) + +**Note:** Version bump only for package nucleus + + + + + +## [0.1.6](https://github.com/freshdesk/nucleus/compare/nucleus@0.1.5...nucleus@0.1.6) (2019-12-16) + +**Note:** Version bump only for package nucleus + + + + + +## [0.1.5](https://github.com/freshdesk/nucleus/compare/nucleus@0.1.4...nucleus@0.1.5) (2019-12-16) + +**Note:** Version bump only for package nucleus + + + + + +## [0.1.4](https://github.com/freshdesk/nucleus/compare/nucleus@0.1.3...nucleus@0.1.4) (2019-12-12) + +**Note:** Version bump only for package nucleus + + + + + +## [0.1.3](https://github.com/freshdesk/nucleus/compare/nucleus@0.1.2...nucleus@0.1.3) (2019-12-09) + +**Note:** Version bump only for package nucleus + + + + + +## 0.1.2 (2019-11-26) + + + +# 0.1.0 (2019-11-04) + +**Note:** Version bump only for package nucleus + + + + + ## 0.1.1 (2019-11-19) diff --git a/packages/@nucleus/package.json b/packages/@nucleus/package.json index 876b086d..25eb2476 100644 --- a/packages/@nucleus/package.json +++ b/packages/@nucleus/package.json @@ -1,7 +1,7 @@ { "name": "nucleus", "private": true, - "version": "0.1.1", + "version": "0.3.0", "description": "Umbrella package which holds the documentation", "keywords": [ "ember-addon" @@ -21,13 +21,13 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/banner": "^0.1.1", - "@freshworks/button": "^0.1.1", - "@freshworks/icon": "^0.1.1", - "@freshworks/inline-banner": "^0.1.1", - "@freshworks/modal": "^0.1.1", + "@freshworks/banner": "^0.3.0", + "@freshworks/button": "^0.3.0", + "@freshworks/icon": "^0.3.0", + "@freshworks/inline-banner": "^0.3.0", + "@freshworks/modal": "^0.3.0", "@freshworks/table": "^0.1.1", - "@freshworks/toast-message": "^0.1.1", + "@freshworks/toast-message": "^0.3.0", "ember-cli-autoprefixer": "^0.8.1", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", diff --git a/packages/banner/CHANGELOG.md b/packages/banner/CHANGELOG.md index 05aa5179..73317ebf 100644 --- a/packages/banner/CHANGELOG.md +++ b/packages/banner/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/freshdesk/nucleus/compare/@freshworks/banner@0.1.7...@freshworks/banner@0.2.0) (2020-01-09) + + +### Features + +* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) + + + + + +## [0.1.7](https://github.com/freshdesk/nucleus/compare/@freshworks/banner@0.1.6...@freshworks/banner@0.1.7) (2019-12-19) + + +### Bug Fixes + +* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) + + + + + +## [0.1.6](https://github.com/freshdesk/nucleus/compare/@freshworks/banner@0.1.5...@freshworks/banner@0.1.6) (2019-12-16) + +**Note:** Version bump only for package @freshworks/banner + + + + + +## [0.1.5](https://github.com/freshdesk/nucleus/compare/@freshworks/banner@0.1.4...@freshworks/banner@0.1.5) (2019-12-16) + +**Note:** Version bump only for package @freshworks/banner + + + + + +## [0.1.4](https://github.com/freshdesk/nucleus/compare/@freshworks/banner@0.1.3...@freshworks/banner@0.1.4) (2019-12-12) + +**Note:** Version bump only for package @freshworks/banner + + + + + +## [0.1.3](https://github.com/freshdesk/nucleus/compare/@freshworks/banner@0.1.2...@freshworks/banner@0.1.3) (2019-12-09) + +**Note:** Version bump only for package @freshworks/banner + + + + + +## 0.1.2 (2019-11-26) + +**Note:** Version bump only for package @freshworks/banner + + + + + ## 0.1.1 (2019-11-19) **Note:** Version bump only for package @freshworks/banner diff --git a/packages/banner/package.json b/packages/banner/package.json index 8d407c27..91b6d687 100644 --- a/packages/banner/package.json +++ b/packages/banner/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/banner", - "version": "0.1.1", + "version": "0.3.0", "description": "Banner component in Nucleus", "keywords": [ "ember-addon" @@ -22,9 +22,9 @@ "test:dev": "ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.1.1", - "@freshworks/core": "^0.1.1", - "@freshworks/icon": "^0.1.1", + "@freshworks/button": "^0.3.0", + "@freshworks/core": "^0.1.5", + "@freshworks/icon": "^0.3.0", "ember-classic-decorator": "^1.0.5", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", @@ -89,5 +89,5 @@ "access": "public" }, "homepage": "https://freshdesk.github.io/nucleus", - "gitHead": "a633b35c32e89aa6ebb4ef26b4616c6a16cd9d57" + "gitHead": "272f136386ba4d45348c6498f55a1dabe873d1fc" } diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 58e06070..e859ab3c 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/freshdesk/nucleus/compare/@freshworks/button@0.1.7...@freshworks/button@0.2.0) (2020-01-09) + + +### Features + +* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) + + + + + +## [0.1.7](https://github.com/freshdesk/nucleus/compare/@freshworks/button@0.1.6...@freshworks/button@0.1.7) (2019-12-19) + + +### Bug Fixes + +* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) + + + + + +## [0.1.6](https://github.com/freshdesk/nucleus/compare/@freshworks/button@0.1.5...@freshworks/button@0.1.6) (2019-12-16) + +**Note:** Version bump only for package @freshworks/button + + + + + +## [0.1.5](https://github.com/freshdesk/nucleus/compare/@freshworks/button@0.1.4...@freshworks/button@0.1.5) (2019-12-16) + +**Note:** Version bump only for package @freshworks/button + + + + + +## [0.1.4](https://github.com/freshdesk/nucleus/compare/@freshworks/button@0.1.3...@freshworks/button@0.1.4) (2019-12-12) + +**Note:** Version bump only for package @freshworks/button + + + + + +## [0.1.3](https://github.com/freshdesk/nucleus/compare/@freshworks/button@0.1.2...@freshworks/button@0.1.3) (2019-12-09) + +**Note:** Version bump only for package @freshworks/button + + + + + +## 0.1.2 (2019-11-26) + +**Note:** Version bump only for package @freshworks/button + + + + + ## 0.1.1 (2019-11-19) **Note:** Version bump only for package @freshworks/button diff --git a/packages/button/package.json b/packages/button/package.json index 847947e1..0c237f8d 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/button", - "version": "0.1.1", + "version": "0.3.0", "description": "Button component in Nucleus", "keywords": [ "ember-addon" @@ -22,8 +22,8 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/core": "^0.1.1", - "@freshworks/icon": "^0.1.1", + "@freshworks/core": "^0.1.5", + "@freshworks/icon": "^0.3.0", "ember-classic-decorator": "^1.0.5", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", @@ -87,5 +87,5 @@ "access": "public" }, "homepage": "https://freshdesk.github.io/nucleus", - "gitHead": "a633b35c32e89aa6ebb4ef26b4616c6a16cd9d57" + "gitHead": "272f136386ba4d45348c6498f55a1dabe873d1fc" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 56c7a1ba..73e73f91 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/freshdesk/nucleus/compare/@freshworks/core@0.1.4...@freshworks/core@0.1.5) (2019-12-19) + + +### Bug Fixes + +* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) + + + + + +## [0.1.4](https://github.com/freshdesk/nucleus/compare/@freshworks/core@0.1.3...@freshworks/core@0.1.4) (2019-12-16) + +**Note:** Version bump only for package @freshworks/core + + + + + +## [0.1.3](https://github.com/freshdesk/nucleus/compare/@freshworks/core@0.1.2...@freshworks/core@0.1.3) (2019-12-12) + +**Note:** Version bump only for package @freshworks/core + + + + + +## 0.1.2 (2019-11-26) + +**Note:** Version bump only for package @freshworks/core + + + + + ## 0.1.1 (2019-11-19) **Note:** Version bump only for package @freshworks/core diff --git a/packages/core/package.json b/packages/core/package.json index 19ce3e28..654285d5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/core", - "version": "0.1.1", + "version": "0.1.5", "description": "Nucleus::Core - SCSS styles & helpers", "keywords": [ "ember-addon" diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 58e06070..e3119231 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.2.0 (2020-01-09) + + +### Features + +* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) + + + + + ## 0.1.1 (2019-11-19) **Note:** Version bump only for package @freshworks/button diff --git a/packages/icon/package.json b/packages/icon/package.json index 535dd6b0..14cd2dc9 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/icon", - "version": "0.1.1", + "version": "0.3.0", "description": "Icons in Nucleus", "keywords": [ "ember-addon" @@ -86,5 +86,5 @@ "access": "public" }, "homepage": "https://freshdesk.github.io/nucleus", - "gitHead": "a633b35c32e89aa6ebb4ef26b4616c6a16cd9d57" + "gitHead": "272f136386ba4d45348c6498f55a1dabe873d1fc" } diff --git a/packages/inline-banner/CHANGELOG.md b/packages/inline-banner/CHANGELOG.md index cd746aad..c1475d16 100644 --- a/packages/inline-banner/CHANGELOG.md +++ b/packages/inline-banner/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/freshdesk/nucleus/compare/@freshworks/inline-banner@0.1.7...@freshworks/inline-banner@0.2.0) (2020-01-09) + + +### Features + +* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) + + + + + +## [0.1.7](https://github.com/freshdesk/nucleus/compare/@freshworks/inline-banner@0.1.6...@freshworks/inline-banner@0.1.7) (2019-12-19) + + +### Bug Fixes + +* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) + + + + + +## [0.1.6](https://github.com/freshdesk/nucleus/compare/@freshworks/inline-banner@0.1.5...@freshworks/inline-banner@0.1.6) (2019-12-16) + +**Note:** Version bump only for package @freshworks/inline-banner + + + + + +## [0.1.5](https://github.com/freshdesk/nucleus/compare/@freshworks/inline-banner@0.1.4...@freshworks/inline-banner@0.1.5) (2019-12-16) + +**Note:** Version bump only for package @freshworks/inline-banner + + + + + +## [0.1.4](https://github.com/freshdesk/nucleus/compare/@freshworks/inline-banner@0.1.3...@freshworks/inline-banner@0.1.4) (2019-12-12) + +**Note:** Version bump only for package @freshworks/inline-banner + + + + + +## [0.1.3](https://github.com/freshdesk/nucleus/compare/@freshworks/inline-banner@0.1.2...@freshworks/inline-banner@0.1.3) (2019-12-09) + +**Note:** Version bump only for package @freshworks/inline-banner + + + + + +## 0.1.2 (2019-11-26) + +**Note:** Version bump only for package @freshworks/inline-banner + + + + + ## 0.1.1 (2019-11-19) **Note:** Version bump only for package @freshworks/inline-banner diff --git a/packages/inline-banner/package.json b/packages/inline-banner/package.json index 404b952a..0efd3cd3 100644 --- a/packages/inline-banner/package.json +++ b/packages/inline-banner/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/inline-banner", - "version": "0.1.1", + "version": "0.3.0", "description": "Inline banner component in Nucleus", "keywords": [ "ember-addon" @@ -22,9 +22,9 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.1.1", - "@freshworks/core": "^0.1.1", - "@freshworks/icon": "^0.1.1", + "@freshworks/button": "^0.3.0", + "@freshworks/core": "^0.1.5", + "@freshworks/icon": "^0.3.0", "ember-classic-decorator": "^1.0.5", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", @@ -88,5 +88,5 @@ "access": "public" }, "homepage": "https://freshdesk.github.io/nucleus", - "gitHead": "ffde693fb1fb8438b7e7b502ea74c0ed7db42b32" + "gitHead": "272f136386ba4d45348c6498f55a1dabe873d1fc" } diff --git a/packages/modal/CHANGELOG.md b/packages/modal/CHANGELOG.md index 34a78d35..6736b85f 100644 --- a/packages/modal/CHANGELOG.md +++ b/packages/modal/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/freshdesk/nucleus/compare/@freshworks/modal@0.1.7...@freshworks/modal@0.2.0) (2020-01-09) + + +### Features + +* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) + + + + + +## [0.1.7](https://github.com/freshdesk/nucleus/compare/@freshworks/modal@0.1.6...@freshworks/modal@0.1.7) (2019-12-19) + + +### Bug Fixes + +* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) + + + + + +## [0.1.6](https://github.com/freshdesk/nucleus/compare/@freshworks/modal@0.1.5...@freshworks/modal@0.1.6) (2019-12-16) + +**Note:** Version bump only for package @freshworks/modal + + + + + +## [0.1.5](https://github.com/freshdesk/nucleus/compare/@freshworks/modal@0.1.4...@freshworks/modal@0.1.5) (2019-12-16) + +**Note:** Version bump only for package @freshworks/modal + + + + + +## [0.1.4](https://github.com/freshdesk/nucleus/compare/@freshworks/modal@0.1.3...@freshworks/modal@0.1.4) (2019-12-12) + +**Note:** Version bump only for package @freshworks/modal + + + + + +## [0.1.3](https://github.com/freshdesk/nucleus/compare/@freshworks/modal@0.1.2...@freshworks/modal@0.1.3) (2019-12-09) + +**Note:** Version bump only for package @freshworks/modal + + + + + +## 0.1.2 (2019-11-26) + +**Note:** Version bump only for package @freshworks/modal + + + + + ## 0.1.1 (2019-11-19) **Note:** Version bump only for package @freshworks/modal diff --git a/packages/modal/package.json b/packages/modal/package.json index ac1a95e6..b6506cc9 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/modal", - "version": "0.1.1", + "version": "0.3.0", "description": "Modal component in Nucleus", "keywords": [ "ember-addon" @@ -22,9 +22,9 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.1.1", - "@freshworks/core": "^0.1.1", - "@freshworks/icon": "^0.1.1", + "@freshworks/button": "^0.3.0", + "@freshworks/core": "^0.1.5", + "@freshworks/icon": "^0.3.0", "ember-classic-decorator": "^1.0.5", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", @@ -89,5 +89,5 @@ "access": "public" }, "homepage": "https://freshdesk.github.io/nucleus", - "gitHead": "ffde693fb1fb8438b7e7b502ea74c0ed7db42b32" + "gitHead": "272f136386ba4d45348c6498f55a1dabe873d1fc" } diff --git a/packages/toast-message/CHANGELOG.md b/packages/toast-message/CHANGELOG.md index b1b262a1..f51400fa 100644 --- a/packages/toast-message/CHANGELOG.md +++ b/packages/toast-message/CHANGELOG.md @@ -3,6 +3,79 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/freshdesk/nucleus/compare/@freshworks/toast-message@0.1.8...@freshworks/toast-message@0.2.0) (2020-01-09) + + +### Features + +* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) + + + + + +## [0.1.8](https://github.com/freshdesk/nucleus/compare/@freshworks/toast-message@0.1.7...@freshworks/toast-message@0.1.8) (2019-12-19) + + +### Bug Fixes + +* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) + + + + + +## [0.1.7](https://github.com/freshdesk/nucleus/compare/@freshworks/toast-message@0.1.6...@freshworks/toast-message@0.1.7) (2019-12-17) + + +### Bug Fixes + +* **toast-message:** refactored icons ([#82](https://github.com/freshdesk/nucleus/issues/82)) ([16074ec](https://github.com/freshdesk/nucleus/commit/16074eca6fbbc18505e7428d893afbe9b4cbe968)) + + + + + +## [0.1.6](https://github.com/freshdesk/nucleus/compare/@freshworks/toast-message@0.1.5...@freshworks/toast-message@0.1.6) (2019-12-16) + +**Note:** Version bump only for package @freshworks/toast-message + + + + + +## [0.1.5](https://github.com/freshdesk/nucleus/compare/@freshworks/toast-message@0.1.4...@freshworks/toast-message@0.1.5) (2019-12-16) + +**Note:** Version bump only for package @freshworks/toast-message + + + + + +## [0.1.4](https://github.com/freshdesk/nucleus/compare/@freshworks/toast-message@0.1.3...@freshworks/toast-message@0.1.4) (2019-12-12) + +**Note:** Version bump only for package @freshworks/toast-message + + + + + +## [0.1.3](https://github.com/freshdesk/nucleus/compare/@freshworks/toast-message@0.1.2...@freshworks/toast-message@0.1.3) (2019-12-09) + +**Note:** Version bump only for package @freshworks/toast-message + + + + + +## 0.1.2 (2019-11-26) + +**Note:** Version bump only for package @freshworks/toast-message + + + + + ## 0.1.1 (2019-11-19) **Note:** Version bump only for package @freshworks/toast-message diff --git a/packages/toast-message/package.json b/packages/toast-message/package.json index f94a43ac..48992cf3 100644 --- a/packages/toast-message/package.json +++ b/packages/toast-message/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/toast-message", - "version": "0.1.1", + "version": "0.3.0", "description": "Toast message component in Nucleus", "keywords": [ "ember-addon" @@ -22,9 +22,9 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.1.1", - "@freshworks/core": "^0.1.1", - "@freshworks/icon": "^0.1.1", + "@freshworks/button": "^0.3.0", + "@freshworks/core": "^0.1.5", + "@freshworks/icon": "^0.3.0", "ember-classic-decorator": "^1.0.5", "ember-cli-babel": "^7.11.1", "ember-cli-flash": "^1.7.2", @@ -89,5 +89,5 @@ "access": "public" }, "homepage": "https://freshdesk.github.io/nucleus", - "gitHead": "ffde693fb1fb8438b7e7b502ea74c0ed7db42b32" + "gitHead": "272f136386ba4d45348c6498f55a1dabe873d1fc" }