@hashicorp/design-system-components 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hashicorp/design-system-components
2
2
 
3
+ ## 1.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1193](https://github.com/hashicorp/design-system/pull/1191) [`0f76e60`](https://github.com/hashicorp/design-system/commit/0f76e60f6eb4293dc5ba1ffb75f72d7f981a8e88) Thanks [@fivetanley](https://github.com/alex-ju)! - Fix `Hds::Table` compile error for Ember 3.28 or lower
8
+
3
9
  ## 1.6.0
4
10
 
5
11
  ### Minor Changes
@@ -12,7 +12,7 @@
12
12
  <Hds::Table::ThSort
13
13
  @isSorted={{eq column.key this.sortBy}}
14
14
  @sortOrder={{this.sortOrder}}
15
- @onClick={{(fn this.setSortBy column.key)}}
15
+ @onClick={{fn this.setSortBy column.key}}
16
16
  @align={{column.align}}
17
17
  @width={{column.width}}
18
18
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Helios Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -78,7 +78,7 @@
78
78
  "ember-page-title": "^7.0.0",
79
79
  "ember-power-select": "^6.0.0",
80
80
  "ember-prism": "^0.13.0",
81
- "ember-qunit": "^5.1.5",
81
+ "ember-qunit": "^6.1.1",
82
82
  "ember-resolver": "^8.0.3",
83
83
  "ember-source": "~4.8.1",
84
84
  "ember-source-channel-url": "^3.0.0",