@snack-uikit/status 0.3.6-preview-85c5f47b.0 → 0.4.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 +40 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.4.1 (2023-12-06)
7
+
8
+ ### Only dependencies have been changed
9
+ * [@snack-uikit/utils@3.1.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/utils/CHANGELOG.md)
10
+
11
+
12
+
13
+
14
+
15
+ # 0.4.0 (2023-12-06)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **FF-0000:** remove extractDataProps ([9d676b9](https://github.com/cloud-ru-tech/snack-uikit/commit/9d676b9df214167bfd1b7ce9f1590891ca62f9a3))
21
+ * **FF-0:** move utils to usual deps ([ebe441a](https://github.com/cloud-ru-tech/snack-uikit/commit/ebe441ac398065cbe8523cbedd3df53176b9aea5))
22
+ * **FF-2255:** new palette migration ([f3bc490](https://github.com/cloud-ru-tech/snack-uikit/commit/f3bc490bb4ddde4353009b55da2d04f87a7d9de9))
23
+ * **FF-2257:** up utils ([5dd5d28](https://github.com/cloud-ru-tech/snack-uikit/commit/5dd5d28cdbe14973dcc36759e7db003249930a4b))
24
+ * **FF-2967:** add forgotten className prop ([099459e](https://github.com/cloud-ru-tech/snack-uikit/commit/099459ee83e61e68869ac754cdea42c6be6963ac))
25
+ * **FF-3130:** remove padding without background ([fc46783](https://github.com/cloud-ru-tech/snack-uikit/commit/fc467839e09ca1e6abed8a57e9d7962d19c9022f))
26
+
27
+
28
+ ### Features
29
+
30
+ * **FF-1954:** add status ([88fbf1f](https://github.com/cloud-ru-tech/snack-uikit/commit/88fbf1fa69f5e32e45b79d495cbeef8bea521303))
31
+ * **FF-1954:** add status indicator ([4357eb0](https://github.com/cloud-ru-tech/snack-uikit/commit/4357eb0a5e54fd0d3e845ac8ff85a75bce54cbce))
32
+ * **FF-875:** add utils for dependencies graph ([53cd7be](https://github.com/cloud-ru-tech/snack-uikit/commit/53cd7be638f01e573cb52b2417a39f4df4f6089b))
33
+ * **LK-1769:** jest to vitest ([9afff90](https://github.com/cloud-ru-tech/snack-uikit/commit/9afff90db1e60c2255361b396c096c14f923d676))
34
+
35
+
36
+ ### BREAKING CHANGES
37
+
38
+
39
+ * **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
40
+
41
+
42
+
43
+
6
44
  ## 0.3.5 (2023-11-08)
7
45
 
8
46
  ### Only dependencies have been changed
@@ -43,7 +81,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
43
81
 
44
82
  ## 0.3.1 (2023-10-06)
45
83
 
46
- **Note:** Version bump only for package @snack-uikit/status
84
+ ### Only dependencies have been changed
85
+ * [@snack-uikit/utils@3.0.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/utils/CHANGELOG.md)
47
86
 
48
87
 
49
88
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Status",
7
- "version": "0.3.6-preview-85c5f47b.0",
7
+ "version": "0.4.1",
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.1.0",
36
36
  "classnames": "2.3.2"
37
37
  },
38
- "gitHead": "6a7eef41d780d945f64f791448eaa72b9e0ae72d"
38
+ "gitHead": "76a159dde7baccf49dc7b11e1fd7abc31424b42f"
39
39
  }