@hashicorp/design-system-components 3.5.0 → 3.6.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @hashicorp/design-system-components
2
2
 
3
+ ## 3.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ _Since this is an update brand colors and product icons, we consider this a `minor` version release_
8
+
9
+ **🔄 Updated dependencies:**
10
+
11
+ - @hashicorp/design-system-tokens@1.11.0
12
+ - @hashicorp/ember-flight-icons@4.1.0
13
+
14
+
3
15
  ## 3.5.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "Helios Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -43,8 +43,8 @@
43
43
  "@ember/render-modifiers": "^2.0.5",
44
44
  "@ember/string": "^3.1.1",
45
45
  "@ember/test-waiters": "^3.1.0",
46
- "@hashicorp/design-system-tokens": "^1.10.0",
47
- "@hashicorp/ember-flight-icons": "^4.0.6",
46
+ "@hashicorp/design-system-tokens": "^1.11.0",
47
+ "@hashicorp/ember-flight-icons": "^4.1.0",
48
48
  "dialog-polyfill": "^0.5.6",
49
49
  "ember-a11y-refocus": "^3.0.2",
50
50
  "ember-auto-import": "^2.6.3",