diff --git a/packages/@nucleus/CHANGELOG.md b/packages/@nucleus/CHANGELOG.md index db3ad7e2..2fcb0bd3 100644 --- a/packages/@nucleus/CHANGELOG.md +++ b/packages/@nucleus/CHANGELOG.md @@ -3,44 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.14.0 (2020-07-14) - - -### Bug Fixes - -* **button:** CSS code cleanup and enhancements ([#113](https://github.com/freshdesk/nucleus/issues/113)) ([2ea58af](https://github.com/freshdesk/nucleus/commit/2ea58afc6d1d68d685d87ecb8408b033885d63c2)) -* button icon variant ([#128](https://github.com/freshdesk/nucleus/issues/128)) ([50b9644](https://github.com/freshdesk/nucleus/commit/50b9644b2becfa144d67ea57cba15a7179cc5e13)) -* **button:** improvised styling ([#137](https://github.com/freshdesk/nucleus/issues/137)) ([6a56cb1](https://github.com/freshdesk/nucleus/commit/6a56cb19e749fe9106f0c2a66ed4bbfb3b91ecb9)) -* **Inline-banner:** refactored yield ([#151](https://github.com/freshdesk/nucleus/issues/151)) ([0ce4615](https://github.com/freshdesk/nucleus/commit/0ce46152619aae09c5363aad06499d30c86d5336)) -* **modal:** Fixes bugs for focus-trap and autofocus ([#148](https://github.com/freshdesk/nucleus/issues/148)) ([198ec6f](https://github.com/freshdesk/nucleus/commit/198ec6f25ddec0bcff6f5e97a38c507b2b181a0d)) -* **tabs:** Removed padding from tabs panel ([#163](https://github.com/freshdesk/nucleus/issues/163)) ([6b56362](https://github.com/freshdesk/nucleus/commit/6b56362eff99ab6c26a5b6e8d94c1374da707a08)) - - -### Features - -* **Datepicker:** Implementation ([#179](https://github.com/freshdesk/nucleus/issues/179)) ([aa20813](https://github.com/freshdesk/nucleus/commit/aa208132c6d603ff044a2337af82022d0e7bc281)) -* **docs:** Interactive playground component ([#140](https://github.com/freshdesk/nucleus/issues/140)) ([3daf9bf](https://github.com/freshdesk/nucleus/commit/3daf9bf83e81706e661a60f56790ab403c1bf617)) -* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) -* **icon:** variant property ([#118](https://github.com/freshdesk/nucleus/issues/118)) ([7905cac](https://github.com/freshdesk/nucleus/commit/7905cac643897074a1276e79dc10f35d6a3003c4)) -* **Nucleus-Badge:** Implementation ([#177](https://github.com/freshdesk/nucleus/issues/177)) ([4b4de82](https://github.com/freshdesk/nucleus/commit/4b4de828b6e68a63194ff98e4ad08221ae1df535)) -* **pagination:** updated mini pagination design ([db91ec2](https://github.com/freshdesk/nucleus/commit/db91ec2154faad3f916010a0743ad2a2f5b9c8ee)) -* **table:** implementation ([#181](https://github.com/freshdesk/nucleus/issues/181)) ([5814124](https://github.com/freshdesk/nucleus/commit/58141248857d9f11f3ade4785ad068aa9bde9044)) -* **tabs:** Implementation ([#138](https://github.com/freshdesk/nucleus/issues/138)) ([598e3e6](https://github.com/freshdesk/nucleus/commit/598e3e6e5a18efa8d8127c7c4165629c8e44cc92)) -* **toggle:** Implementation ([#141](https://github.com/freshdesk/nucleus/issues/141)) ([d2ff164](https://github.com/freshdesk/nucleus/commit/d2ff164a65ebe5dc14a233748c45120c07a389be)) - - -### Reverts - -* Revert "chore: updated package versioning (#135)" (#144) ([940932d](https://github.com/freshdesk/nucleus/commit/940932d74ecb7764ef1022b7a17908ee08a8e1de)), closes [#135](https://github.com/freshdesk/nucleus/issues/135) [#144](https://github.com/freshdesk/nucleus/issues/144) - - - -# 0.1.0 (2019-11-04) - - - - - # 0.13.0 (2020-07-07) diff --git a/packages/@nucleus/package.json b/packages/@nucleus/package.json index 352ca24f..e32f71bf 100644 --- a/packages/@nucleus/package.json +++ b/packages/@nucleus/package.json @@ -1,7 +1,7 @@ { "name": "nucleus", "private": true, - "version": "0.14.0", + "version": "0.13.0", "description": "Umbrella package which holds the documentation", "keywords": [ "ember-addon" @@ -21,18 +21,18 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/badge": "^0.6.0", - "@freshworks/banner": "^0.9.0", - "@freshworks/button": "^0.10.0", - "@freshworks/datepicker": "^0.5.0", - "@freshworks/icon": "^0.12.0", - "@freshworks/inline-banner": "^0.9.0", - "@freshworks/modal": "^0.9.0", - "@freshworks/pagination": "^0.6.0", - "@freshworks/table": "^0.5.0", - "@freshworks/tabs": "^0.7.0", - "@freshworks/toast-message": "^0.10.0", - "@freshworks/toggle": "^0.7.0", + "@freshworks/badge": "^0.5.0", + "@freshworks/banner": "^0.8.0", + "@freshworks/button": "^0.9.0", + "@freshworks/datepicker": "^0.4.0", + "@freshworks/icon": "^0.11.0", + "@freshworks/inline-banner": "^0.8.0", + "@freshworks/modal": "^0.8.0", + "@freshworks/pagination": "^0.5.0", + "@freshworks/table": "^0.4.0", + "@freshworks/tabs": "^0.6.0", + "@freshworks/toast-message": "^0.9.0", + "@freshworks/toggle": "^0.6.0", "ember-cli-autoprefixer": "^0.8.1", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", diff --git a/packages/badge/CHANGELOG.md b/packages/badge/CHANGELOG.md index c2160f6c..5dc8a493 100644 --- a/packages/badge/CHANGELOG.md +++ b/packages/badge/CHANGELOG.md @@ -3,22 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.6.0 (2020-07-14) - - -### Bug Fixes - -* **Badge:** badge to support any text width ([#190](https://github.com/freshdesk/nucleus/issues/190)) ([0dbfeb5](https://github.com/freshdesk/nucleus/commit/0dbfeb5abb34fbf875bc9f6001d2bde558b3934a)) - - -### Features - -* **Nucleus-Badge:** Implementation ([#177](https://github.com/freshdesk/nucleus/issues/177)) ([4b4de82](https://github.com/freshdesk/nucleus/commit/4b4de828b6e68a63194ff98e4ad08221ae1df535)) - - - - - # 0.5.0 (2020-07-07) diff --git a/packages/badge/package.json b/packages/badge/package.json index 4bb5bc41..1979d8ef 100644 --- a/packages/badge/package.json +++ b/packages/badge/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/badge", - "version": "0.6.0", + "version": "0.5.0", "description": "Sample description", "keywords": [ "ember-addon" @@ -21,8 +21,8 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", "ember-cli-sass": "^10.0.0", diff --git a/packages/banner/CHANGELOG.md b/packages/banner/CHANGELOG.md index 4c4f0d7e..e115249b 100644 --- a/packages/banner/CHANGELOG.md +++ b/packages/banner/CHANGELOG.md @@ -3,36 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.9.0 (2020-07-14) - - -### Bug Fixes - -* Changed Responsive design ([#98](https://github.com/freshdesk/nucleus/issues/98)) ([2623f7a](https://github.com/freshdesk/nucleus/commit/2623f7a385d0d9f06c12f2366835e342a3937baf)) -* **banner:** system alerts is not responsive ([#122](https://github.com/freshdesk/nucleus/issues/122)) ([b8ceffa](https://github.com/freshdesk/nucleus/commit/b8ceffaedb724da9d98ad7bad9cd3f4a7308934b)) -* **banner:** system alerts missing bottom padding on scroll ([#121](https://github.com/freshdesk/nucleus/issues/121)) ([afb7463](https://github.com/freshdesk/nucleus/commit/afb746373b5cdf7138d5692ba650d7b760ef7f72)) -* **button:** improvised styling ([#137](https://github.com/freshdesk/nucleus/issues/137)) ([6a56cb1](https://github.com/freshdesk/nucleus/commit/6a56cb19e749fe9106f0c2a66ed4bbfb3b91ecb9)) -* **nucleus:** removed classic decorator dependency ([#87](https://github.com/freshdesk/nucleus/issues/87)) ([c73753a](https://github.com/freshdesk/nucleus/commit/c73753a7c7566be81a5d7caf9376e3f61ab8ad2b)) -* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) -* z-index maintenability ([#194](https://github.com/freshdesk/nucleus/issues/194)) ([468926e](https://github.com/freshdesk/nucleus/commit/468926efbabe73be602f89ccaaafa7e66e6f929e)) - - -### Features - -* Integrated Visual Regression with ember-backstop ([#94](https://github.com/freshdesk/nucleus/issues/94)) ([2613dca](https://github.com/freshdesk/nucleus/commit/2613dca9f32f647eb07cbece58bf55a4398beb35)) -* **banner:** additional props for banner localisation ([#103](https://github.com/freshdesk/nucleus/issues/103)) ([f816c32](https://github.com/freshdesk/nucleus/commit/f816c326d9bd0461a6308116885dd5bb23e687bf)) -* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) -* **icon:** variant property ([#118](https://github.com/freshdesk/nucleus/issues/118)) ([7905cac](https://github.com/freshdesk/nucleus/commit/7905cac643897074a1276e79dc10f35d6a3003c4)) - - -### Reverts - -* Revert "chore: updated package versioning (#135)" (#144) ([940932d](https://github.com/freshdesk/nucleus/commit/940932d74ecb7764ef1022b7a17908ee08a8e1de)), closes [#135](https://github.com/freshdesk/nucleus/issues/135) [#144](https://github.com/freshdesk/nucleus/issues/144) - - - - - # 0.8.0 (2020-07-07) diff --git a/packages/banner/package.json b/packages/banner/package.json index 2a7076aa..8eaacba1 100644 --- a/packages/banner/package.json +++ b/packages/banner/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/banner", - "version": "0.9.0", + "version": "0.8.0", "description": "Banner component in Nucleus", "keywords": [ "ember-addon" @@ -21,9 +21,9 @@ "test:dev": "ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.10.0", - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/button": "^0.9.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", "ember-cli-sass": "^10.0.0", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 58fcf9c9..97ac6b06 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,37 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.10.0 (2020-07-14) - - -### Bug Fixes - -* button icon variant ([#128](https://github.com/freshdesk/nucleus/issues/128)) ([50b9644](https://github.com/freshdesk/nucleus/commit/50b9644b2becfa144d67ea57cba15a7179cc5e13)) -* modal & button bugs ([#117](https://github.com/freshdesk/nucleus/issues/117)) ([dba02c7](https://github.com/freshdesk/nucleus/commit/dba02c7bd9ce2588848b1d8ca9c67e0e6a451a8d)) -* **button:** block btn issue ([#147](https://github.com/freshdesk/nucleus/issues/147)) ([3cf8a05](https://github.com/freshdesk/nucleus/commit/3cf8a054917c5e4fb122552ace84015a721e908f)) -* **button:** CSS code cleanup and enhancements ([#113](https://github.com/freshdesk/nucleus/issues/113)) ([2ea58af](https://github.com/freshdesk/nucleus/commit/2ea58afc6d1d68d685d87ecb8408b033885d63c2)) -* **button:** improvised styling ([#137](https://github.com/freshdesk/nucleus/issues/137)) ([6a56cb1](https://github.com/freshdesk/nucleus/commit/6a56cb19e749fe9106f0c2a66ed4bbfb3b91ecb9)) -* **button:** Patch for IE 11 helpkit-ember buttons ([#134](https://github.com/freshdesk/nucleus/issues/134)) ([0d7be8a](https://github.com/freshdesk/nucleus/commit/0d7be8a7408d7d3324579cfbf26e5df1c452c399)) -* **nucleus:** removed classic decorator dependency ([#87](https://github.com/freshdesk/nucleus/issues/87)) ([c73753a](https://github.com/freshdesk/nucleus/commit/c73753a7c7566be81a5d7caf9376e3f61ab8ad2b)) -* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) - - -### Features - -* Integrated Visual Regression with ember-backstop ([#94](https://github.com/freshdesk/nucleus/issues/94)) ([2613dca](https://github.com/freshdesk/nucleus/commit/2613dca9f32f647eb07cbece58bf55a4398beb35)) -* **docs:** Interactive playground component ([#140](https://github.com/freshdesk/nucleus/issues/140)) ([3daf9bf](https://github.com/freshdesk/nucleus/commit/3daf9bf83e81706e661a60f56790ab403c1bf617)) -* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) -* **table:** implementation ([#181](https://github.com/freshdesk/nucleus/issues/181)) ([5814124](https://github.com/freshdesk/nucleus/commit/58141248857d9f11f3ade4785ad068aa9bde9044)) - - -### Reverts - -* Revert "chore: updated package versioning (#135)" (#144) ([940932d](https://github.com/freshdesk/nucleus/commit/940932d74ecb7764ef1022b7a17908ee08a8e1de)), closes [#135](https://github.com/freshdesk/nucleus/issues/135) [#144](https://github.com/freshdesk/nucleus/issues/144) - - - - - # 0.9.0 (2020-07-07) diff --git a/packages/button/package.json b/packages/button/package.json index 91451ddc..20cdea02 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/button", - "version": "0.10.0", + "version": "0.9.0", "description": "Button component in Nucleus", "keywords": [ "ember-addon" @@ -21,8 +21,8 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", "ember-cli-sass": "^10.0.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d55fb041..a585ab23 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,27 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.6.0 (2020-07-14) - - -### Bug Fixes - -* Changed Responsive design ([#98](https://github.com/freshdesk/nucleus/issues/98)) ([2623f7a](https://github.com/freshdesk/nucleus/commit/2623f7a385d0d9f06c12f2366835e342a3937baf)) -* **modal:** Fixes bugs for focus-trap and autofocus ([#148](https://github.com/freshdesk/nucleus/issues/148)) ([198ec6f](https://github.com/freshdesk/nucleus/commit/198ec6f25ddec0bcff6f5e97a38c507b2b181a0d)) -* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) -* **toast-message:** Design review updates ([#155](https://github.com/freshdesk/nucleus/issues/155)) ([30742b5](https://github.com/freshdesk/nucleus/commit/30742b595d932ff6c33524f89990a8bedc1a91a5)) -* z-index maintenability ([#194](https://github.com/freshdesk/nucleus/issues/194)) ([468926e](https://github.com/freshdesk/nucleus/commit/468926efbabe73be602f89ccaaafa7e66e6f929e)) - - -### Features - -* **Datepicker:** Implementation ([#179](https://github.com/freshdesk/nucleus/issues/179)) ([aa20813](https://github.com/freshdesk/nucleus/commit/aa208132c6d603ff044a2337af82022d0e7bc281)) -* **toggle:** Implementation ([#141](https://github.com/freshdesk/nucleus/issues/141)) ([d2ff164](https://github.com/freshdesk/nucleus/commit/d2ff164a65ebe5dc14a233748c45120c07a389be)) - - - - - # 0.5.0 (2020-07-07) diff --git a/packages/core/package.json b/packages/core/package.json index b4147351..c19c75ef 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/core", - "version": "0.6.0", + "version": "0.5.0", "description": "Nucleus::Core - SCSS styles & helpers", "keywords": [ "ember-addon" diff --git a/packages/datepicker/CHANGELOG.md b/packages/datepicker/CHANGELOG.md index 4a3dfc18..1988371f 100644 --- a/packages/datepicker/CHANGELOG.md +++ b/packages/datepicker/CHANGELOG.md @@ -3,22 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.5.0 (2020-07-14) - - -### Bug Fixes - -* z-index maintenability ([#194](https://github.com/freshdesk/nucleus/issues/194)) ([468926e](https://github.com/freshdesk/nucleus/commit/468926efbabe73be602f89ccaaafa7e66e6f929e)) - - -### Features - -* **Datepicker:** Implementation ([#179](https://github.com/freshdesk/nucleus/issues/179)) ([aa20813](https://github.com/freshdesk/nucleus/commit/aa208132c6d603ff044a2337af82022d0e7bc281)) - - - - - # 0.4.0 (2020-07-07) diff --git a/packages/datepicker/package.json b/packages/datepicker/package.json index e81e39d8..81d35d77 100644 --- a/packages/datepicker/package.json +++ b/packages/datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/datepicker", - "version": "0.5.0", + "version": "0.4.0", "description": "The date and time picker can be used for both picking date and time as well as selecting one value or picking a range as per the context of usage.", "keywords": [ "ember-addon" @@ -21,9 +21,9 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", - "@freshworks/modal": "^0.9.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", + "@freshworks/modal": "^0.8.0", "@makepanic/ember-power-calendar-date-fns": "Vignesh-Manogar-E3433/ember-power-calendar-date-fns#master", "ember-auto-import": "^1.5.3", "ember-cli-babel": "^7.11.1", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 8db195b4..0bf35e3e 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -3,35 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.12.0 (2020-07-14) - - -### Bug Fixes - -* **icon:** fixed failing tests ([#89](https://github.com/freshdesk/nucleus/issues/89)) ([4b43c4a](https://github.com/freshdesk/nucleus/commit/4b43c4a6ba266c719837082f5cd5d02961e52ef0)) -* **nucleus:** removed classic decorator dependency ([#87](https://github.com/freshdesk/nucleus/issues/87)) ([c73753a](https://github.com/freshdesk/nucleus/commit/c73753a7c7566be81a5d7caf9376e3f61ab8ad2b)) -* button icon variant ([#128](https://github.com/freshdesk/nucleus/issues/128)) ([50b9644](https://github.com/freshdesk/nucleus/commit/50b9644b2becfa144d67ea57cba15a7179cc5e13)) -* close icon ([#169](https://github.com/freshdesk/nucleus/issues/169)) ([355330e](https://github.com/freshdesk/nucleus/commit/355330e9ad434a95dfac63d3900c945c2f6824bc)) - - -### Features - -* Integrated Visual Regression with ember-backstop ([#94](https://github.com/freshdesk/nucleus/issues/94)) ([2613dca](https://github.com/freshdesk/nucleus/commit/2613dca9f32f647eb07cbece58bf55a4398beb35)) -* **Datepicker:** Implementation ([#179](https://github.com/freshdesk/nucleus/issues/179)) ([aa20813](https://github.com/freshdesk/nucleus/commit/aa208132c6d603ff044a2337af82022d0e7bc281)) -* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) -* **icon:** Refactored icons ([#174](https://github.com/freshdesk/nucleus/issues/174)) ([ff70bbf](https://github.com/freshdesk/nucleus/commit/ff70bbf9c26d7f4c22f7faa40d599e4257c45129)) -* **icon:** variant property ([#118](https://github.com/freshdesk/nucleus/issues/118)) ([7905cac](https://github.com/freshdesk/nucleus/commit/7905cac643897074a1276e79dc10f35d6a3003c4)) -* **Icon:** Added new icon size ([#164](https://github.com/freshdesk/nucleus/issues/164)) ([9adc01b](https://github.com/freshdesk/nucleus/commit/9adc01b292853b59542255216f4a26083c056368)) - - -### Reverts - -* Revert "chore: updated package versioning (#135)" (#144) ([940932d](https://github.com/freshdesk/nucleus/commit/940932d74ecb7764ef1022b7a17908ee08a8e1de)), closes [#135](https://github.com/freshdesk/nucleus/issues/135) [#144](https://github.com/freshdesk/nucleus/issues/144) - - - - - # 0.11.0 (2020-07-07) diff --git a/packages/icon/package.json b/packages/icon/package.json index d399ca34..6fc57420 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/icon", - "version": "0.12.0", + "version": "0.11.0", "description": "Icons in Nucleus", "keywords": [ "ember-addon" @@ -21,7 +21,7 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/core": "^0.6.0", + "@freshworks/core": "^0.5.0", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", "ember-cli-sass": "^10.0.0", diff --git a/packages/inline-banner/CHANGELOG.md b/packages/inline-banner/CHANGELOG.md index 814258ec..e05496b7 100644 --- a/packages/inline-banner/CHANGELOG.md +++ b/packages/inline-banner/CHANGELOG.md @@ -3,34 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.9.0 (2020-07-14) - - -### Bug Fixes - -* **banner:** Removed htmlSafe ([#107](https://github.com/freshdesk/nucleus/issues/107)) ([1f3bc9b](https://github.com/freshdesk/nucleus/commit/1f3bc9b84f374ba194cfa66d386c978fd33d2213)) -* **button:** improvised styling ([#137](https://github.com/freshdesk/nucleus/issues/137)) ([6a56cb1](https://github.com/freshdesk/nucleus/commit/6a56cb19e749fe9106f0c2a66ed4bbfb3b91ecb9)) -* **Inline-banner:** Freshdesk conflicts ([#111](https://github.com/freshdesk/nucleus/issues/111)) ([73e8e41](https://github.com/freshdesk/nucleus/commit/73e8e41ca5b52e5d612497c37f225543a04d4422)) -* **Inline-banner:** refactored yield ([#151](https://github.com/freshdesk/nucleus/issues/151)) ([0ce4615](https://github.com/freshdesk/nucleus/commit/0ce46152619aae09c5363aad06499d30c86d5336)) -* **nucleus:** removed classic decorator dependency ([#87](https://github.com/freshdesk/nucleus/issues/87)) ([c73753a](https://github.com/freshdesk/nucleus/commit/c73753a7c7566be81a5d7caf9376e3f61ab8ad2b)) -* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) - - -### Features - -* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) -* Integrated Visual Regression with ember-backstop ([#94](https://github.com/freshdesk/nucleus/issues/94)) ([2613dca](https://github.com/freshdesk/nucleus/commit/2613dca9f32f647eb07cbece58bf55a4398beb35)) -* **icon:** variant property ([#118](https://github.com/freshdesk/nucleus/issues/118)) ([7905cac](https://github.com/freshdesk/nucleus/commit/7905cac643897074a1276e79dc10f35d6a3003c4)) - - -### Reverts - -* Revert "chore: updated package versioning (#135)" (#144) ([940932d](https://github.com/freshdesk/nucleus/commit/940932d74ecb7764ef1022b7a17908ee08a8e1de)), closes [#135](https://github.com/freshdesk/nucleus/issues/135) [#144](https://github.com/freshdesk/nucleus/issues/144) - - - - - # 0.8.0 (2020-07-07) diff --git a/packages/inline-banner/package.json b/packages/inline-banner/package.json index b30aa46d..81003fe7 100644 --- a/packages/inline-banner/package.json +++ b/packages/inline-banner/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/inline-banner", - "version": "0.9.0", + "version": "0.8.0", "description": "Inline banner component in Nucleus", "keywords": [ "ember-addon" @@ -21,9 +21,9 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.10.0", - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/button": "^0.9.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", "ember-cli-sass": "^10.0.0", diff --git a/packages/modal/CHANGELOG.md b/packages/modal/CHANGELOG.md index 7413d362..752e030a 100644 --- a/packages/modal/CHANGELOG.md +++ b/packages/modal/CHANGELOG.md @@ -3,40 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.9.0 (2020-07-14) - - -### Bug Fixes - -* **button:** CSS code cleanup and enhancements ([#113](https://github.com/freshdesk/nucleus/issues/113)) ([2ea58af](https://github.com/freshdesk/nucleus/commit/2ea58afc6d1d68d685d87ecb8408b033885d63c2)) -* **button:** improvised styling ([#137](https://github.com/freshdesk/nucleus/issues/137)) ([6a56cb1](https://github.com/freshdesk/nucleus/commit/6a56cb19e749fe9106f0c2a66ed4bbfb3b91ecb9)) -* **modal:** added submit disabled to confirm-dialog ([#146](https://github.com/freshdesk/nucleus/issues/146)) ([4a15fe2](https://github.com/freshdesk/nucleus/commit/4a15fe241c1198789607e3414194c94e5b6e3bcd)) -* **modal:** Fixes bugs for focus-trap and autofocus ([#148](https://github.com/freshdesk/nucleus/issues/148)) ([198ec6f](https://github.com/freshdesk/nucleus/commit/198ec6f25ddec0bcff6f5e97a38c507b2b181a0d)) -* **modal:** fixes positioning of elements ([#154](https://github.com/freshdesk/nucleus/issues/154)) ([3cbe6fd](https://github.com/freshdesk/nucleus/commit/3cbe6fd17c826962a268a4ac27fad168242f1851)) -* **modal:** focus issue ([#172](https://github.com/freshdesk/nucleus/issues/172)) ([45c956a](https://github.com/freshdesk/nucleus/commit/45c956ab4f338771d32bdc6ef9194fa84611ee0a)) -* **modal:** modal patch for safari ([#91](https://github.com/freshdesk/nucleus/issues/91)) ([5355b47](https://github.com/freshdesk/nucleus/commit/5355b4763d8c38a7a0d10981e51ac4801ad226c5)) -* **nucleus:** removed classic decorator dependency ([#87](https://github.com/freshdesk/nucleus/issues/87)) ([c73753a](https://github.com/freshdesk/nucleus/commit/c73753a7c7566be81a5d7caf9376e3f61ab8ad2b)) -* modal & button bugs ([#117](https://github.com/freshdesk/nucleus/issues/117)) ([dba02c7](https://github.com/freshdesk/nucleus/commit/dba02c7bd9ce2588848b1d8ca9c67e0e6a451a8d)) -* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) -* Changed Responsive design ([#98](https://github.com/freshdesk/nucleus/issues/98)) ([2623f7a](https://github.com/freshdesk/nucleus/commit/2623f7a385d0d9f06c12f2366835e342a3937baf)) -* z-index maintenability ([#194](https://github.com/freshdesk/nucleus/issues/194)) ([468926e](https://github.com/freshdesk/nucleus/commit/468926efbabe73be602f89ccaaafa7e66e6f929e)) - - -### Features - -* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) -* Integrated Visual Regression with ember-backstop ([#94](https://github.com/freshdesk/nucleus/issues/94)) ([2613dca](https://github.com/freshdesk/nucleus/commit/2613dca9f32f647eb07cbece58bf55a4398beb35)) -* **modal:** added test-support helper ([#160](https://github.com/freshdesk/nucleus/issues/160)) ([b7d5378](https://github.com/freshdesk/nucleus/commit/b7d537801d1fecf61da302ebd812016330990c09)) - - -### Reverts - -* Revert "chore: updated package versioning (#135)" (#144) ([940932d](https://github.com/freshdesk/nucleus/commit/940932d74ecb7764ef1022b7a17908ee08a8e1de)), closes [#135](https://github.com/freshdesk/nucleus/issues/135) [#144](https://github.com/freshdesk/nucleus/issues/144) - - - - - # 0.8.0 (2020-07-07) diff --git a/packages/modal/package-lock.json b/packages/modal/package-lock.json index e8fc066f..1cde7260 100644 --- a/packages/modal/package-lock.json +++ b/packages/modal/package-lock.json @@ -1,6 +1,6 @@ { "name": "@freshworks/modal", - "version": "0.9.0", + "version": "0.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/modal/package.json b/packages/modal/package.json index 2c88d73b..5ae0c9f9 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/modal", - "version": "0.9.0", + "version": "0.8.0", "description": "Modal component in Nucleus", "keywords": [ "ember-addon" @@ -21,9 +21,9 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.10.0", - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/button": "^0.9.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", "ember-cli-sass": "^10.0.0", diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index dbbe5429..cba448aa 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -3,18 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.6.0 (2020-07-14) - - -### Features - -* **icon:** Refactored icons ([#174](https://github.com/freshdesk/nucleus/issues/174)) ([ff70bbf](https://github.com/freshdesk/nucleus/commit/ff70bbf9c26d7f4c22f7faa40d599e4257c45129)) -* **pagination:** updated mini pagination design ([db91ec2](https://github.com/freshdesk/nucleus/commit/db91ec2154faad3f916010a0743ad2a2f5b9c8ee)) - - - - - # 0.5.0 (2020-07-07) diff --git a/packages/pagination/package.json b/packages/pagination/package.json index fd4b3c8e..8ab4f16e 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/pagination", - "version": "0.6.0", + "version": "0.5.0", "description": "Introduces pagination for a component", "keywords": [ "ember-addon" @@ -21,9 +21,9 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.10.0", - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/button": "^0.9.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", "ember-cli-sass": "^10.0.0", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index dbebd2bd..4d024f81 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -3,22 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.5.0 (2020-07-14) - - -### Bug Fixes - -* z-index maintenability ([#194](https://github.com/freshdesk/nucleus/issues/194)) ([468926e](https://github.com/freshdesk/nucleus/commit/468926efbabe73be602f89ccaaafa7e66e6f929e)) - - -### Features - -* **table:** implementation ([#181](https://github.com/freshdesk/nucleus/issues/181)) ([5814124](https://github.com/freshdesk/nucleus/commit/58141248857d9f11f3ade4785ad068aa9bde9044)) - - - - - # 0.4.0 (2020-07-07) diff --git a/packages/table/package.json b/packages/table/package.json index 6a0cac1f..c4e22cdf 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/table", - "version": "0.5.0", + "version": "0.4.0", "description": "Table component in Nucleus", "keywords": [ "ember-addon" @@ -21,9 +21,9 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.10.0", - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/button": "^0.9.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "@freshworks/pagination": "^0.1.1", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 820bf7d6..02045abe 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -3,23 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.7.0 (2020-07-14) - - -### Bug Fixes - -* **tabs:** Removed padding from tabs panel ([#163](https://github.com/freshdesk/nucleus/issues/163)) ([6b56362](https://github.com/freshdesk/nucleus/commit/6b56362eff99ab6c26a5b6e8d94c1374da707a08)) -* **tabs:** Removing tab panel elements until active ([#167](https://github.com/freshdesk/nucleus/issues/167)) ([d36f6f1](https://github.com/freshdesk/nucleus/commit/d36f6f1c2ec063428758e5e327df6680dbcb586b)) - - -### Features - -* **tabs:** Implementation ([#138](https://github.com/freshdesk/nucleus/issues/138)) ([598e3e6](https://github.com/freshdesk/nucleus/commit/598e3e6e5a18efa8d8127c7c4165629c8e44cc92)) - - - - - # 0.6.0 (2020-07-07) diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 498ef610..7140ae6b 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/tabs", - "version": "0.7.0", + "version": "0.6.0", "description": "tabs component in Nucleus", "keywords": [ "ember-addon" @@ -21,8 +21,8 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", "ember-cli-sass": "^10.0.0", diff --git a/packages/toast-message/CHANGELOG.md b/packages/toast-message/CHANGELOG.md index d2dc09f6..12286597 100644 --- a/packages/toast-message/CHANGELOG.md +++ b/packages/toast-message/CHANGELOG.md @@ -3,38 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.10.0 (2020-07-14) - - -### Bug Fixes - -* button icon variant ([#128](https://github.com/freshdesk/nucleus/issues/128)) ([50b9644](https://github.com/freshdesk/nucleus/commit/50b9644b2becfa144d67ea57cba15a7179cc5e13)) -* Changed Responsive design ([#98](https://github.com/freshdesk/nucleus/issues/98)) ([2623f7a](https://github.com/freshdesk/nucleus/commit/2623f7a385d0d9f06c12f2366835e342a3937baf)) -* **button:** improvised styling ([#137](https://github.com/freshdesk/nucleus/issues/137)) ([6a56cb1](https://github.com/freshdesk/nucleus/commit/6a56cb19e749fe9106f0c2a66ed4bbfb3b91ecb9)) -* **nucleus:** removed classic decorator dependency ([#87](https://github.com/freshdesk/nucleus/issues/87)) ([c73753a](https://github.com/freshdesk/nucleus/commit/c73753a7c7566be81a5d7caf9376e3f61ab8ad2b)) -* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60)) -* **toast-message:** Add data-test-id ([#159](https://github.com/freshdesk/nucleus/issues/159)) ([f81ff01](https://github.com/freshdesk/nucleus/commit/f81ff01209751d6974d705ab1d6fe49406674301)) -* **toast-message:** Design review updates ([#155](https://github.com/freshdesk/nucleus/issues/155)) ([30742b5](https://github.com/freshdesk/nucleus/commit/30742b595d932ff6c33524f89990a8bedc1a91a5)) -* **toast-message:** refactored icons ([#82](https://github.com/freshdesk/nucleus/issues/82)) ([16074ec](https://github.com/freshdesk/nucleus/commit/16074eca6fbbc18505e7428d893afbe9b4cbe968)) -* close icon ([#169](https://github.com/freshdesk/nucleus/issues/169)) ([355330e](https://github.com/freshdesk/nucleus/commit/355330e9ad434a95dfac63d3900c945c2f6824bc)) -* z-index maintenability ([#194](https://github.com/freshdesk/nucleus/issues/194)) ([468926e](https://github.com/freshdesk/nucleus/commit/468926efbabe73be602f89ccaaafa7e66e6f929e)) - - -### Features - -* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe)) -* Integrated Visual Regression with ember-backstop ([#94](https://github.com/freshdesk/nucleus/issues/94)) ([2613dca](https://github.com/freshdesk/nucleus/commit/2613dca9f32f647eb07cbece58bf55a4398beb35)) -* **toast-message:** Addon test support ([#110](https://github.com/freshdesk/nucleus/issues/110)) ([5bbb30a](https://github.com/freshdesk/nucleus/commit/5bbb30afa8305db2f9b51eadbfc06f59de7cfc73)) - - -### Reverts - -* Revert "chore: updated package versioning (#135)" (#144) ([940932d](https://github.com/freshdesk/nucleus/commit/940932d74ecb7764ef1022b7a17908ee08a8e1de)), closes [#135](https://github.com/freshdesk/nucleus/issues/135) [#144](https://github.com/freshdesk/nucleus/issues/144) - - - - - # 0.9.0 (2020-07-07) diff --git a/packages/toast-message/package.json b/packages/toast-message/package.json index c5639d57..2f10e3e7 100644 --- a/packages/toast-message/package.json +++ b/packages/toast-message/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/toast-message", - "version": "0.10.0", + "version": "0.9.0", "description": "Toast message component in Nucleus", "keywords": [ "ember-addon" @@ -21,9 +21,9 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/button": "^0.10.0", - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/button": "^0.9.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "ember-cli-babel": "^7.11.1", "ember-cli-flash": "^1.7.2", "ember-cli-htmlbars": "^4.0.0", diff --git a/packages/toggle/CHANGELOG.md b/packages/toggle/CHANGELOG.md index e16767e2..6ed2374a 100644 --- a/packages/toggle/CHANGELOG.md +++ b/packages/toggle/CHANGELOG.md @@ -3,18 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# 0.7.0 (2020-07-14) - - -### Features - -* **icon:** Refactored icons ([#174](https://github.com/freshdesk/nucleus/issues/174)) ([ff70bbf](https://github.com/freshdesk/nucleus/commit/ff70bbf9c26d7f4c22f7faa40d599e4257c45129)) -* **toggle:** Implementation ([#141](https://github.com/freshdesk/nucleus/issues/141)) ([d2ff164](https://github.com/freshdesk/nucleus/commit/d2ff164a65ebe5dc14a233748c45120c07a389be)) - - - - - # 0.6.0 (2020-07-07) diff --git a/packages/toggle/package.json b/packages/toggle/package.json index eb2e9286..55aef404 100644 --- a/packages/toggle/package.json +++ b/packages/toggle/package.json @@ -1,6 +1,6 @@ { "name": "@freshworks/toggle", - "version": "0.7.0", + "version": "0.6.0", "description": "Toggle component in Nucleus", "keywords": [ "ember-addon" @@ -21,8 +21,8 @@ "test:dev": "COVERAGE=TRUE ember test --server -launch=false" }, "dependencies": { - "@freshworks/core": "^0.6.0", - "@freshworks/icon": "^0.12.0", + "@freshworks/core": "^0.5.0", + "@freshworks/icon": "^0.11.0", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0", "ember-cli-sass": "^10.0.0",