@snack-uikit/carousel 0.2.7 → 0.2.8

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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.2.8 (2024-02-28)
7
+
8
+ ### Only dependencies have been changed
9
+ * [@snack-uikit/pagination@0.6.5](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/pagination/CHANGELOG.md)
10
+
11
+
12
+
13
+
14
+
6
15
  ## 0.2.7 (2024-02-20)
7
16
 
8
17
 
package/README.md CHANGED
@@ -1,11 +1,10 @@
1
1
  # Carousel
2
2
 
3
3
  ## Installation
4
- `npm i @snack-ui/carousel`
5
-
6
- [Changelog](./CHANGELOG.md)
7
4
 
5
+ `npm i @snack-uikit/carousel`
8
6
 
7
+ [Changelog](./CHANGELOG.md)
9
8
 
10
9
  [//]: DOCUMENTATION_SECTION_START
11
10
  [//]: THIS_SECTION_IS_AUTOGENERATED_PLEASE_DONT_EDIT_IT
@@ -26,4 +25,4 @@
26
25
  | infiniteScroll | `boolean` | - | Цикличная прокрутка |
27
26
 
28
27
 
29
- [//]: DOCUMENTATION_SECTION_END
28
+ [//]: DOCUMENTATION_SECTION_END
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.2.7",
7
+ "version": "0.2.8",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -33,10 +33,10 @@
33
33
  "scripts": {},
34
34
  "dependencies": {
35
35
  "@snack-uikit/icons": "0.20.1",
36
- "@snack-uikit/pagination": "0.6.4",
36
+ "@snack-uikit/pagination": "0.6.5",
37
37
  "@snack-uikit/utils": "3.2.0",
38
38
  "classnames": "2.3.2",
39
39
  "uncontrollable": "8.0.4"
40
40
  },
41
- "gitHead": "fd079dd3acbfe935d0b88d9efd863047f25e5824"
41
+ "gitHead": "0054db0a5550fb69d388335d844017bca31fffe7"
42
42
  }