@hashicorp/design-system-components 0.12.14 → 0.12.15

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,12 @@
1
1
  # @hashicorp/design-system-components
2
2
 
3
+ ## 0.12.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @hashicorp/ember-flight-icons@2.0.10
9
+
3
10
  ## 0.12.14
4
11
 
5
12
  ### Patch Changes
@@ -138,4 +138,5 @@ Pre-review request checks:
138
138
  When ready for review:
139
139
 
140
140
  - [ ] add situationally appropriate reviewers
141
- - [ ] added instructions for reviewers in your PR, letting them know what kind of review you need
141
+ - [ ] add instructions for reviewers in your PR, letting them know what kind of review you need
142
+ - [ ] add a changelog update via [Changesets](https://github.com/changesets/changesets) if needed using the command `yarn changeset` (in the project root)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "0.12.14",
3
+ "version": "0.12.15",
4
4
  "description": "HashiCorp Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@hashicorp/design-system-tokens": "^0.8.1",
38
- "@hashicorp/ember-flight-icons": "^2.0.9",
38
+ "@hashicorp/ember-flight-icons": "^2.0.10",
39
39
  "ember-auto-import": "^2.4.1",
40
40
  "ember-cli-babel": "^7.26.11",
41
41
  "ember-cli-htmlbars": "^6.0.1",