@ctx-core/window 15.0.141 → 15.0.144

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 +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 15.0.144
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dom: ^15.0.1 -> ^15.0.2
8
+
9
+ ## 15.0.143
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - @ctx-core/object@29.0.0
17
+ - @ctx-core/dom@15.0.1
18
+ - @ctx-core/nanostores@7.0.5
19
+
20
+ ## 15.0.142
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - @ctx-core/dom@15.0.0
27
+
3
28
  ## 15.0.141
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "15.0.141",
3
+ "version": "15.0.144",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,10 +24,10 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/dom": "^14.3.3",
27
+ "@ctx-core/dom": "^15.0.2",
28
28
  "@ctx-core/function": "^21.20.2",
29
- "@ctx-core/nanostores": "^7.0.4",
30
- "@ctx-core/object": "^28.2.2"
29
+ "@ctx-core/nanostores": "^7.0.5",
30
+ "@ctx-core/object": "^29.0.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "c8": "^8.0.1",