@ctx-core/scroll 17.2.11 → 17.2.13

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,28 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 17.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @ctx-core/nanostores@3.0.0
12
+ - @ctx-core/object@27.0.0
13
+
14
+ ## 17.2.12
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - @ctx-core/object@26.0.0
24
+ - @ctx-core/nanostores@2.2.34
25
+
3
26
  ## 17.2.11
4
27
 
5
28
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/scroll",
3
- "version": "17.2.11",
3
+ "version": "17.2.13",
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": "^2.2.33",
28
- "@ctx-core/object": "^25.2.1"
27
+ "@ctx-core/nanostores": "^3.0.0",
28
+ "@ctx-core/object": "^27.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^7.13.0",