@snack-uikit/tag 0.9.12-preview-ba12ca94.0 → 0.10.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 +16 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.10.0 (2024-10-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * **FF-5502:** add cjs build ([ffada28](https://github.com/cloud-ru-tech/snack-uikit/commit/ffada28bfdc37ea760eb1c8759342e680bdf8dd6))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 0.9.11 (2024-09-26)
7
18
 
8
19
  ### Only dependencies have been changed
@@ -53,7 +64,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
53
64
 
54
65
  ## 0.9.6 (2024-07-09)
55
66
 
56
- **Note:** Version bump only for package @snack-uikit/tag
67
+ ### Only dependencies have been changed
68
+ * [@snack-uikit/dropdown@0.3.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/dropdown/CHANGELOG.md)
69
+ * [@snack-uikit/icons@0.23.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/icons/CHANGELOG.md)
70
+ * [@snack-uikit/scroll@0.7.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/scroll/CHANGELOG.md)
71
+ * [@snack-uikit/utils@3.5.0](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/utils/CHANGELOG.md)
57
72
 
58
73
 
59
74
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Tag",
7
- "version": "0.9.12-preview-ba12ca94.0",
7
+ "version": "0.10.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -36,11 +36,11 @@
36
36
  "license": "Apache-2.0",
37
37
  "scripts": {},
38
38
  "dependencies": {
39
- "@snack-uikit/dropdown": "0.2.8-preview-ba12ca94.0",
40
- "@snack-uikit/icons": "0.22.2-preview-ba12ca94.0",
41
- "@snack-uikit/scroll": "0.6.3-preview-ba12ca94.0",
42
- "@snack-uikit/utils": "3.4.1-preview-ba12ca94.0",
39
+ "@snack-uikit/dropdown": "0.3.0",
40
+ "@snack-uikit/icons": "0.23.0",
41
+ "@snack-uikit/scroll": "0.7.0",
42
+ "@snack-uikit/utils": "3.5.0",
43
43
  "classnames": "2.3.2"
44
44
  },
45
- "gitHead": "9ac0a3e5e530c09fa4dc050f9bc08d1849962129"
45
+ "gitHead": "62cc21d8606a61a78f80e3a7455b20d6f38474fa"
46
46
  }