@dillingerstaffing/strand 0.8.0 → 0.9.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/css/tokens.css +1 -1
  2. package/package.json +1 -1
package/css/tokens.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Strand v0.8.0 | MIT License | dillingerstaffing.com */
1
+ /*! Strand v0.9.0 | MIT License | dillingerstaffing.com */
2
2
 
3
3
  :root {
4
4
  /* ═══════════════════════════════════════════
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dillingerstaffing/strand",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Strand Design Language tokens - CSS custom properties and JS constants",
5
5
  "author": "Dillinger Staffing <engineering@dillingerstaffing.com> (https://dillingerstaffing.com)",
6
6
  "license": "MIT",