@ctx-core/scroll 15.0.12 → 15.0.17

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,38 @@
1
1
  # @ctx-core/scroll
2
2
 
3
+ ## 15.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ctx-core/nanostores@0.5.0
9
+
10
+ ## 15.0.16
11
+
12
+ ### Patch Changes
13
+
14
+ - update dependencies
15
+
16
+ ## 15.0.15
17
+
18
+ ### Patch Changes
19
+
20
+ - update dependencies
21
+
22
+ ## 15.0.14
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - @ctx-core/nanostores@0.4.0
29
+
30
+ ## 15.0.13
31
+
32
+ ### Patch Changes
33
+
34
+ - update dependencies
35
+
3
36
  ## 15.0.12
4
37
 
5
38
  ### 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": "15.0.12",
3
+ "version": "15.0.17",
4
4
  "description": "ctx-core scroll",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,12 +25,12 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ctx-core/nanostores": "^0.3.6",
29
- "@ctx-core/object": "^22.0.12"
28
+ "@ctx-core/nanostores": "^0.5.0",
29
+ "@ctx-core/object": "^22.0.13"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@swc/cli": "^0.1.55",
33
- "@swc/core": "^1.2.128",
33
+ "@swc/core": "^1.2.135",
34
34
  "rimraf": "^3.0.2",
35
35
  "typescript": "next"
36
36
  },