@hashicorp/design-system-tokens 1.3.0 → 1.3.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 +6 -0
- package/README.md +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @hashicorp/design-system-tokens
|
|
2
2
|
|
|
3
|
+
## 1.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1036](https://github.com/hashicorp/design-system/pull/1036) [`b1756288e`](https://github.com/hashicorp/design-system/commit/b1756288e907dd36784fd33921e016d99a1b3417) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - Update design system name to Helios
|
|
8
|
+
|
|
3
9
|
## 1.3.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# design-system-tokens
|
|
2
2
|
|
|
3
|
-
A package containing the design tokens of the
|
|
3
|
+
A package containing the design tokens of the Helios Design System.
|
|
4
4
|
|
|
5
5
|
[](https://badge.fury.io/js/%40hashicorp%2Fdesign-system-tokens)
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashicorp/design-system-tokens",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.3.1",
|
|
4
|
+
"description": "Helios Design Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hashicorp",
|
|
7
|
+
"helios",
|
|
7
8
|
"design tokens",
|
|
8
9
|
"tokens",
|
|
9
10
|
"style dictionary"
|