@snack-uikit/link 0.7.1-preview-85c5f47b.0 → 0.8.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 +37 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
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.8.0 (2023-12-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-0000:** remove extractDataProps ([9d676b9](https://github.com/cloud-ru-tech/snack-uikit/commit/9d676b9df214167bfd1b7ce9f1590891ca62f9a3))
12
+ * **FF-0000:** width, focus invert-neutral ([883c753](https://github.com/cloud-ru-tech/snack-uikit/commit/883c7534ddac0d371425f1d95914431c1f1fbf41))
13
+ * **FF-00:** make line non-interruptable ([510d20b](https://github.com/cloud-ru-tech/snack-uikit/commit/510d20bedf6ada968d37330449ab23d0d4226d0e))
14
+ * **FF-0:** move utils to usual deps ([ebe441a](https://github.com/cloud-ru-tech/snack-uikit/commit/ebe441ac398065cbe8523cbedd3df53176b9aea5))
15
+ * **FF-2255:** new palette migration ([f3bc490](https://github.com/cloud-ru-tech/snack-uikit/commit/f3bc490bb4ddde4353009b55da2d04f87a7d9de9))
16
+ * **FF-2257:** up utils ([5dd5d28](https://github.com/cloud-ru-tech/snack-uikit/commit/5dd5d28cdbe14973dcc36759e7db003249930a4b))
17
+ * **FF-2777:** using new icons ([7922fca](https://github.com/cloud-ru-tech/snack-uikit/commit/7922fca103293299554fe07d607ca54b3b571e66))
18
+
19
+
20
+ ### Features
21
+
22
+ * **FF-2031:** add link package ([9443988](https://github.com/cloud-ru-tech/snack-uikit/commit/9443988328daf94f751fe50f18d37b3871e6ba2b))
23
+ * **FF-2650:** linkonsurface, link appearance ([874406d](https://github.com/cloud-ru-tech/snack-uikit/commit/874406da9cef765b8aad3fe54c09a4018c05c454))
24
+ * **FF-2858:** move link-private into link & destroy link-private ([8927ac3](https://github.com/cloud-ru-tech/snack-uikit/commit/8927ac32bc2c160a5ec93019fd4e0cf7802e03d6))
25
+ * **FF-3641:** add truncate into link ([2580869](https://github.com/cloud-ru-tech/snack-uikit/commit/2580869cee418ef0d1660589b8f67c6946b90846))
26
+ * **FF-3805:** add download attribute ([ffbcf15](https://github.com/cloud-ru-tech/snack-uikit/commit/ffbcf1576bfe5c24b1bfe25a24d96c4f714d50ee))
27
+ * **FF-875:** add utils for dependencies graph ([53cd7be](https://github.com/cloud-ru-tech/snack-uikit/commit/53cd7be638f01e573cb52b2417a39f4df4f6089b))
28
+ * **LK-1769:** jest to vitest ([9afff90](https://github.com/cloud-ru-tech/snack-uikit/commit/9afff90db1e60c2255361b396c096c14f923d676))
29
+
30
+
31
+ ### BREAKING CHANGES
32
+
33
+
34
+ * **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
35
+
36
+
37
+
38
+
6
39
  # 0.7.0 (2023-11-22)
7
40
 
8
41
 
@@ -123,7 +156,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
123
156
 
124
157
  ## 0.5.4 (2023-10-06)
125
158
 
126
- **Note:** Version bump only for package @snack-uikit/link
159
+ ### Only dependencies have been changed
160
+ * [@snack-uikit/icons@0.19.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/icons/CHANGELOG.md)
161
+ * [@snack-uikit/truncate-string@0.3.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/truncate-string/CHANGELOG.md)
162
+ * [@snack-uikit/utils@3.0.0](https://git.sbercloud.tech/sbercloud-ui/tokens-design-system/snack-uikit/-/blob/master/packages/utils/CHANGELOG.md)
127
163
 
128
164
 
129
165
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Link",
7
- "version": "0.7.1-preview-85c5f47b.0",
7
+ "version": "0.8.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -32,10 +32,10 @@
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/truncate-string": "0.2.17-preview-85c5f47b.0",
37
- "@snack-uikit/utils": "2.0.2-preview-85c5f47b.0",
35
+ "@snack-uikit/icons": "0.19.0",
36
+ "@snack-uikit/truncate-string": "0.3.0",
37
+ "@snack-uikit/utils": "3.0.0",
38
38
  "classnames": "2.3.2"
39
39
  },
40
- "gitHead": "6a7eef41d780d945f64f791448eaa72b9e0ae72d"
40
+ "gitHead": "dcd04bf837247b468d8e2bb37f26847ed278f066"
41
41
  }