Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Publish [email protected] #198

Merged
merged 2 commits into from
Jul 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions packages/@nucleus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
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)


Expand Down
26 changes: 13 additions & 13 deletions packages/@nucleus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nucleus",
"private": true,
"version": "0.13.0",
"version": "0.14.0",
"description": "Umbrella package which holds the documentation",
"keywords": [
"ember-addon"
Expand All @@ -21,18 +21,18 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@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",
"@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",
"ember-cli-autoprefixer": "^0.8.1",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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)


Expand Down
6 changes: 3 additions & 3 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/badge",
"version": "0.5.0",
"version": "0.6.0",
"description": "Sample description",
"keywords": [
"ember-addon"
Expand All @@ -21,8 +21,8 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/core": "^0.5.0",
"@freshworks/icon": "^0.11.0",
"@freshworks/core": "^0.6.0",
"@freshworks/icon": "^0.12.0",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
"ember-cli-sass": "^10.0.0",
Expand Down
30 changes: 30 additions & 0 deletions packages/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
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)


Expand Down
8 changes: 4 additions & 4 deletions packages/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/banner",
"version": "0.8.0",
"version": "0.9.0",
"description": "Banner component in Nucleus",
"keywords": [
"ember-addon"
Expand All @@ -21,9 +21,9 @@
"test:dev": "ember test --server -launch=false"
},
"dependencies": {
"@freshworks/button": "^0.9.0",
"@freshworks/core": "^0.5.0",
"@freshworks/icon": "^0.11.0",
"@freshworks/button": "^0.10.0",
"@freshworks/core": "^0.6.0",
"@freshworks/icon": "^0.12.0",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
"ember-cli-sass": "^10.0.0",
Expand Down
31 changes: 31 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
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)


Expand Down
6 changes: 3 additions & 3 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/button",
"version": "0.9.0",
"version": "0.10.0",
"description": "Button component in Nucleus",
"keywords": [
"ember-addon"
Expand All @@ -21,8 +21,8 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/core": "^0.5.0",
"@freshworks/icon": "^0.11.0",
"@freshworks/core": "^0.6.0",
"@freshworks/icon": "^0.12.0",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
"ember-cli-sass": "^10.0.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/core",
"version": "0.5.0",
"version": "0.6.0",
"description": "Nucleus::Core - SCSS styles & helpers",
"keywords": [
"ember-addon"
Expand Down
16 changes: 16 additions & 0 deletions packages/datepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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)


Expand Down
8 changes: 4 additions & 4 deletions packages/datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/datepicker",
"version": "0.4.0",
"version": "0.5.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"
Expand All @@ -21,9 +21,9 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/core": "^0.5.0",
"@freshworks/icon": "^0.11.0",
"@freshworks/modal": "^0.8.0",
"@freshworks/core": "^0.6.0",
"@freshworks/icon": "^0.12.0",
"@freshworks/modal": "^0.9.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",
Expand Down
29 changes: 29 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
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)


Expand Down
4 changes: 2 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/icon",
"version": "0.11.0",
"version": "0.12.0",
"description": "Icons in Nucleus",
"keywords": [
"ember-addon"
Expand All @@ -21,7 +21,7 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/core": "^0.5.0",
"@freshworks/core": "^0.6.0",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
"ember-cli-sass": "^10.0.0",
Expand Down
Loading