@salutejs/plasma-tokens 1.72.0-dev.0 → 1.72.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -154,7 +154,7 @@ export default App;
154
154
  ```html
155
155
  <html>
156
156
  <head>
157
- <link rel="stylesheet" href="https://cdn-app.sberdevices.ru/shared-static/0.0.0/styles/SBSansText.0.1.0.css" />
157
+ <link rel="stylesheet" href="https://cdn-app.sberdevices.ru/shared-static/0.0.0/styles/SBSansText.0.2.0.css" />
158
158
  </head>
159
159
  <body>
160
160
  ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-tokens",
3
- "version": "1.72.0-dev.0",
3
+ "version": "1.72.0",
4
4
  "description": "",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -57,5 +57,5 @@
57
57
  "Vasiliy Loginevskiy"
58
58
  ],
59
59
  "sideEffects": false,
60
- "gitHead": "6d023858a8c9644357d132ef7ee1253c1843f28a"
60
+ "gitHead": "9e808761c72d061ea3c59df01151f55ed487859f"
61
61
  }