@snack-uikit/tag 0.4.10-preview-85c5f47b.0 → 0.5.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 +36 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
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.5.1 (2023-12-06)
7
+
8
+ ### Only dependencies have been changed
9
+ * [@snack-uikit/popover-private@0.11.1](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/popover-private/CHANGELOG.md)
10
+ * [@snack-uikit/scroll@0.4.1](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/scroll/CHANGELOG.md)
11
+ * [@snack-uikit/utils@3.1.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/utils/CHANGELOG.md)
12
+
13
+
14
+
15
+
16
+
17
+ # 0.5.0 (2023-12-06)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **FF-0000:** remove extractDataProps ([9d676b9](https://github.com/cloud-ru-tech/snack-uikit/commit/9d676b9df214167bfd1b7ce9f1590891ca62f9a3))
23
+ * **FF-2777:** using new icons ([7922fca](https://github.com/cloud-ru-tech/snack-uikit/commit/7922fca103293299554fe07d607ca54b3b571e66))
24
+
25
+
26
+ ### Features
27
+
28
+ * **FF-2543:** add tag package ([3484782](https://github.com/cloud-ru-tech/snack-uikit/commit/3484782ea75dd3135e5617e38e15ca57df329b26))
29
+ * **FF-3156:** TagRow ([e99f199](https://github.com/cloud-ru-tech/snack-uikit/commit/e99f1990285b11e438160cbcaa709ee95934750a))
30
+ * **FF-3321:** set popover offset by --offset ccs-var in triggerClassName ([c193b4f](https://github.com/cloud-ru-tech/snack-uikit/commit/c193b4fcf778d2278bd739affb7c2c4966a417db))
31
+ * **FF-875:** add utils for dependencies graph ([53cd7be](https://github.com/cloud-ru-tech/snack-uikit/commit/53cd7be638f01e573cb52b2417a39f4df4f6089b))
32
+
33
+
34
+ ### BREAKING CHANGES
35
+
36
+
37
+ * **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
38
+
39
+
40
+
41
+
6
42
  ## 0.4.9 (2023-11-16)
7
43
 
8
44
  ### Only dependencies have been changed
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Tag",
7
- "version": "0.4.10-preview-85c5f47b.0",
7
+ "version": "0.5.1",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -32,11 +32,11 @@
32
32
  "license": "Apache-2.0",
33
33
  "scripts": {},
34
34
  "dependencies": {
35
- "@snack-uikit/icons": "0.18.2-preview-85c5f47b.0",
36
- "@snack-uikit/popover-private": "0.10.1-preview-85c5f47b.0",
37
- "@snack-uikit/scroll": "0.3.5-preview-85c5f47b.0",
38
- "@snack-uikit/utils": "2.0.2-preview-85c5f47b.0",
35
+ "@snack-uikit/icons": "0.19.0",
36
+ "@snack-uikit/popover-private": "0.11.1",
37
+ "@snack-uikit/scroll": "0.4.1",
38
+ "@snack-uikit/utils": "3.1.0",
39
39
  "classnames": "2.3.2"
40
40
  },
41
- "gitHead": "6a7eef41d780d945f64f791448eaa72b9e0ae72d"
41
+ "gitHead": "76a159dde7baccf49dc7b11e1fd7abc31424b42f"
42
42
  }