@ctx-core/scroll 17.2.109 → 17.2.111

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
@@ -1,5 +1,21 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 17.2.111
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/nanostores@7.0.0
10
+
11
+ ## 17.2.110
12
+
13
+ ### Patch Changes
14
+
15
+ - @ctx-core/nanostores: ^6.0.13 -> ^6.0.14
16
+ - Updated dependencies
17
+ - @ctx-core/nanostores@6.0.15
18
+
3
19
  ## 17.2.109
4
20
 
5
21
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,3 @@
1
+
2
+
3
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/scroll",
3
- "version": "17.2.109",
3
+ "version": "17.2.111",
4
4
  "description": "ctx-core scroll",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,7 +24,7 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/nanostores": "^6.0.13",
27
+ "@ctx-core/nanostores": "^7.0.0",
28
28
  "@ctx-core/object": "^28.2.1"
29
29
  },
30
30
  "devDependencies": {