@ctx-core/scroll 17.2.113 → 17.2.115

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,23 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 17.2.115
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/object@29.0.0
11
+ - @ctx-core/nanostores@7.0.5
12
+
13
+ ## 17.2.114
14
+
15
+ ### Patch Changes
16
+
17
+ - @ctx-core/object: ^28.2.1 -> ^28.2.2
18
+ - Updated dependencies
19
+ - @ctx-core/nanostores@7.0.4
20
+
3
21
  ## 17.2.113
4
22
 
5
23
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,3 +1,6 @@
1
1
 
2
2
 
3
3
 
4
+
5
+
6
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/scroll",
3
- "version": "17.2.113",
3
+ "version": "17.2.115",
4
4
  "description": "ctx-core scroll",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,8 +24,8 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/nanostores": "^7.0.3",
28
- "@ctx-core/object": "^28.2.1"
27
+ "@ctx-core/nanostores": "^7.0.5",
28
+ "@ctx-core/object": "^29.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^8.0.1",