@hashicorp/design-system-components 3.0.0 → 3.0.2

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,23 @@
1
1
  # @hashicorp/design-system-components
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ explicitly added `ember-element-helper` as dependency for the `components` package
8
+
9
+ <small>[#1751](https://github.com/hashicorp/design-system/pull/1751)</small>
10
+
11
+ ---
12
+
13
+ ## 3.0.1
14
+
15
+ ### Patch Changes
16
+
17
+ **🔄 Updated dependencies:**
18
+
19
+ - @hashicorp/ember-flight-icons@4.0.1
20
+
3
21
  ## 3.0.0
4
22
 
5
23
  ### Major Changes
@@ -144,4 +144,4 @@ When ready for review:
144
144
 
145
145
  - [ ] add situationally appropriate reviewers
146
146
  - [ ] add instructions for reviewers in your PR, letting them know what kind of review you need
147
- - [ ] add a changelog update via [Changesets](https://github.com/changesets/changesets) if needed using the command `yarn changeset` (in the project root)
147
+ - [ ] add a changelog update via [Changesets](https://github.com/changesets/changesets) if needed using the command `yarn changeset` (in the project root) using the [predefined format](https://github.com/hashicorp/design-system/blob/main/wiki/Website-Changelog.md#templates-for-npm-packages))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "Helios Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -43,7 +43,7 @@
43
43
  "@ember/render-modifiers": "^2.0.5",
44
44
  "@ember/test-waiters": "^3.0.2",
45
45
  "@hashicorp/design-system-tokens": "^1.9.0",
46
- "@hashicorp/ember-flight-icons": "^4.0.0",
46
+ "@hashicorp/ember-flight-icons": "^4.0.1",
47
47
  "dialog-polyfill": "^0.5.6",
48
48
  "ember-a11y-refocus": "^3.0.2",
49
49
  "ember-auto-import": "^2.6.3",
@@ -52,6 +52,7 @@
52
52
  "ember-cli-htmlbars": "^6.2.0",
53
53
  "ember-cli-sass": "^10.0.1",
54
54
  "ember-composable-helpers": "^4.5.0",
55
+ "ember-element-helper": "^0.8.5",
55
56
  "ember-focus-trap": "^1.0.2",
56
57
  "ember-keyboard": "^8.2.0",
57
58
  "ember-stargate": "^0.4.3",