@ctx-core/scroll 17.2.54 → 17.2.56

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 +30 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 17.2.56
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/monorepo: ^20.3.3 -> ^20.3.4
8
+ - Updated dependencies
9
+ - @ctx-core/nanostores@3.2.22
10
+ - @ctx-core/object@27.4.23
11
+
12
+ ## 17.2.55
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/monorepo: ^20.3.1 -> ^20.3.2
17
+ - @ctx-core/dev-tools: 8.1.111 -> 8.1.112
18
+ - @ctx-core/function: ^21.17.16 -> ^21.17.17
19
+ - @ctx-core/queue: ^7.5.18 -> ^7.5.19
20
+ - @ctx-core/git-tools: ^7.0.61 -> ^7.0.62
21
+ - @ctx-core/build: 1.0.299 -> 1.0.300
22
+ - @ctx-core/ctx-core-package-tools: ^8.0.191 -> ^8.0.192
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - @ctx-core/nanostores@3.2.21
31
+ - @ctx-core/object@27.4.22
32
+
3
33
  ## 17.2.54
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/scroll",
3
- "version": "17.2.54",
3
+ "version": "17.2.56",
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": "^3.2.20",
28
- "@ctx-core/object": "^27.4.21"
27
+ "@ctx-core/nanostores": "^3.2.22",
28
+ "@ctx-core/object": "^27.4.23"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^7.13.0",