@ctx-core/scroll 17.2.6 → 17.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 17.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/object: ^25.0.0 -> ^25.0.1
8
+ - Updated dependencies
9
+ - @ctx-core/nanostores@2.2.30
10
+
11
+ ## 17.2.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/object@25.0.0
28
+ - @ctx-core/nanostores@2.2.29
29
+
3
30
  ## 17.2.6
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/scroll",
3
- "version": "17.2.6",
3
+ "version": "17.2.8",
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.28",
28
- "@ctx-core/object": "^24.1.8"
27
+ "@ctx-core/nanostores": "^2.2.30",
28
+ "@ctx-core/object": "^25.0.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^7.13.0",