@snack-uikit/skeleton 0.2.5-preview-85c5f47b.0 → 0.3.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 +25 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 0.3.0 (2023-12-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-0:** move utils to usual deps ([ebe441a](https://github.com/cloud-ru-tech/snack-uikit/commit/ebe441ac398065cbe8523cbedd3df53176b9aea5))
12
+ * **FF-2257:** up utils ([5dd5d28](https://github.com/cloud-ru-tech/snack-uikit/commit/5dd5d28cdbe14973dcc36759e7db003249930a4b))
13
+
14
+
15
+ ### Features
16
+
17
+ * **FF-2205:** add skeleton package ([fa3467c](https://github.com/cloud-ru-tech/snack-uikit/commit/fa3467ccf95cb54463575726241ba8631b936d35))
18
+ * **FF-875:** add utils for dependencies graph ([53cd7be](https://github.com/cloud-ru-tech/snack-uikit/commit/53cd7be638f01e573cb52b2417a39f4df4f6089b))
19
+
20
+
21
+ ### BREAKING CHANGES
22
+
23
+
24
+ * **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
25
+
26
+
27
+
28
+
6
29
  ## 0.2.4 (2023-11-08)
7
30
 
8
31
  ### Only dependencies have been changed
@@ -32,7 +55,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
32
55
 
33
56
  ## 0.2.1 (2023-10-13)
34
57
 
35
- **Note:** Version bump only for package @snack-uikit/skeleton
58
+ ### Only dependencies have been changed
59
+ * [@snack-uikit/utils@3.0.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/utils/CHANGELOG.md)
36
60
 
37
61
 
38
62
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Skeleton",
7
- "version": "0.2.5-preview-85c5f47b.0",
7
+ "version": "0.3.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -32,8 +32,8 @@
32
32
  "license": "Apache-2.0",
33
33
  "scripts": {},
34
34
  "dependencies": {
35
- "@snack-uikit/utils": "2.0.2-preview-85c5f47b.0",
35
+ "@snack-uikit/utils": "3.0.0",
36
36
  "classnames": "2.3.2"
37
37
  },
38
- "gitHead": "6a7eef41d780d945f64f791448eaa72b9e0ae72d"
38
+ "gitHead": "dcd04bf837247b468d8e2bb37f26847ed278f066"
39
39
  }