@ctx-core/scroll 17.2.42 → 17.2.44

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 +40 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 17.2.44
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dev-tools: 8.1.99 -> 8.1.100
8
+ - @ctx-core/monorepo: ^20.1.9 -> ^20.1.10
9
+ - @ctx-core/queue: ^7.5.6 -> ^7.5.7
10
+ - @ctx-core/git-tools: ^7.0.50 -> ^7.0.51
11
+ - @ctx-core/function: ^21.17.5 -> ^21.17.6
12
+ - @ctx-core/build: 1.0.287 -> 1.0.288
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/nanostores@3.2.10
20
+ - @ctx-core/object@27.4.11
21
+
22
+ ## 17.2.43
23
+
24
+ ### Patch Changes
25
+
26
+ - @ctx-core/git-tools: ^7.0.49 -> ^7.0.50
27
+ - @ctx-core/function: ^21.17.4 -> ^21.17.5
28
+ - @ctx-core/dev-tools: 8.1.98 -> 8.1.99
29
+ - @ctx-core/build: 1.0.286 -> 1.0.287
30
+ - @ctx-core/monorepo: ^20.1.8 -> ^20.1.9
31
+ - @ctx-core/ctx-core-package-tools: 8.0.179 -> 8.0.180
32
+ - @ctx-core/queue: ^7.5.5 -> ^7.5.6
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - @ctx-core/nanostores@3.2.9
41
+ - @ctx-core/object@27.4.10
42
+
3
43
  ## 17.2.42
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/scroll",
3
- "version": "17.2.42",
3
+ "version": "17.2.44",
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.8",
28
- "@ctx-core/object": "^27.4.9"
27
+ "@ctx-core/nanostores": "^3.2.10",
28
+ "@ctx-core/object": "^27.4.11"
29
29
  },
30
30
  "devDependencies": {
31
31
  "c8": "^7.13.0",