@ctx-core/scroll 17.2.101 → 17.2.103

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,22 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 17.2.103
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/nanostores: ^6.0.6 -> ^6.0.7
8
+ - @ctx-core/object: ^28.0.5 -> ^28.0.6
9
+
10
+ ## 17.2.102
11
+
12
+ ### Patch Changes
13
+
14
+ - @ctx-core/object: ^28.0.4 -> ^28.0.5
15
+ - @ctx-core/nanostores: ^6.0.1 -> ^6.0.5
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - @ctx-core/nanostores@6.0.6
19
+
3
20
  ## 17.2.101
4
21
 
5
22
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,4 @@
1
+
2
+
3
+
4
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/scroll",
3
- "version": "17.2.101",
3
+ "version": "17.2.103",
4
4
  "description": "ctx-core scroll",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,14 +24,14 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/nanostores": "^6.0.1",
28
- "@ctx-core/object": "^28.0.4"
27
+ "@ctx-core/nanostores": "^6.0.7",
28
+ "@ctx-core/object": "^28.0.6"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^8.0.1",
32
32
  "check-dts": "^0.7.2",
33
33
  "tslib": "^2.6.2",
34
- "tsx": "^3.12.7",
34
+ "tsx": "^3.12.8",
35
35
  "typescript": "next",
36
36
  "uvu": "^0.5.6"
37
37
  },