@salutejs/plasma-typo 0.27.0 → 0.27.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.27.1 (Mon Oct 31 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - chore: update package-locks \[skip ci\] ([@Salute-Eva](https://github.com/Salute-Eva))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Salute-Eva](https://github.com/Salute-Eva)
10
+
11
+ ---
12
+
1
13
  # v0.25.0 (Tue Oct 25 2022)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-typo",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "Plasma Typography System's tokens",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "module": "lib/esm/index.js",
@@ -20,7 +20,7 @@
20
20
  "styled-components": "^5.1.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@salutejs/plasma-core": "1.80.0",
23
+ "@salutejs/plasma-core": "1.80.1",
24
24
  "@types/node": "16.7.13",
25
25
  "@types/react": "16.9.38",
26
26
  "@types/react-dom": "16.9.8",
@@ -38,5 +38,5 @@
38
38
  "lib"
39
39
  ],
40
40
  "sideEffects": false,
41
- "gitHead": "9d1d169d3921184c6a6e9dc97023705cc84c8ac2"
41
+ "gitHead": "c7ba9e6dc868de29d2474fd1851b0b0d4742925a"
42
42
  }