domql 3.14.104 → 3.14.599

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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # domql
2
2
 
3
+ ## 3.14.599
4
+
5
+ ### Patch Changes
6
+
7
+ - Manual patch bump triggered via workflow_dispatch (scope: all).
8
+ No source change behind this bump — released to refresh dist or
9
+ coordinate a cross-package version line.
10
+ - Updated dependencies
11
+ - @symbo.ls/element@3.14.599
12
+ - @symbo.ls/state@3.14.599
13
+ - @symbo.ls/utils@3.14.599
14
+
15
+ ## 3.14.105
16
+
17
+ ### Patch Changes
18
+
19
+ - Manual patch bump triggered via workflow_dispatch (scope: all).
20
+ No source change behind this bump — released to refresh dist or
21
+ coordinate a cross-package version line.
22
+ - Updated dependencies
23
+ - @symbo.ls/element@3.14.105
24
+ - @symbo.ls/state@3.14.105
25
+ - @symbo.ls/utils@3.14.105
26
+
3
27
  ## 3.14.104
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "domql",
3
- "version": "3.14.104",
3
+ "version": "3.14.599",
4
4
  "license": "CC-BY-NC-4.0",
5
5
  "type": "module",
6
6
  "module": "./dist/esm/index.js",
@@ -28,9 +28,9 @@
28
28
  "prepublishOnly": "npm run build"
29
29
  },
30
30
  "dependencies": {
31
- "@symbo.ls/element": "^3.14.104",
32
- "@symbo.ls/state": "^3.14.104",
33
- "@symbo.ls/utils": "^3.14.104"
31
+ "@symbo.ls/element": "^3.14.599",
32
+ "@symbo.ls/state": "^3.14.599",
33
+ "@symbo.ls/utils": "^3.14.599"
34
34
  },
35
35
  "gitHead": "9fc1b79b41cdc725ca6b24aec64920a599634681",
36
36
  "browser": "./dist/esm/index.js",