@symbo.ls/sync 3.14.10 → 3.14.12

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @symbo.ls/sync
2
2
 
3
+ ## 3.14.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Auto-generated cross-repo patch release.
8
+ - Updated dependencies
9
+ - @symbo.ls/default-config@3.14.16
10
+ - @symbo.ls/scratch@3.14.15
11
+ - @symbo.ls/utils@3.14.19
12
+ - @symbo.ls/router@3.14.13
13
+
14
+ ## 3.14.11
15
+
16
+ ### Patch Changes
17
+
18
+ - Manual patch bump triggered via workflow_dispatch (scope: all).
19
+ No source change behind this bump — released to refresh dist or
20
+ coordinate a cross-package version line.
21
+ - Updated dependencies
22
+ - @symbo.ls/default-config@3.14.15
23
+ - @symbo.ls/router@3.14.10
24
+ - @symbo.ls/scratch@3.14.14
25
+ - @symbo.ls/utils@3.14.16
26
+
3
27
  ## 3.14.10
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/sync",
3
- "version": "3.14.10",
3
+ "version": "3.14.12",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "gitHead": "9fc1b79b41cdc725ca6b24aec64920a599634681",
@@ -45,10 +45,10 @@
45
45
  "prepublishOnly": "npm run build"
46
46
  },
47
47
  "dependencies": {
48
- "@symbo.ls/router": "^3.14.9",
49
- "@symbo.ls/utils": "^3.14.11",
50
- "@symbo.ls/scratch": "^3.14.10",
51
- "@symbo.ls/default-config": "^3.14.12",
48
+ "@symbo.ls/router": "^3.14.13",
49
+ "@symbo.ls/utils": "^3.14.19",
50
+ "@symbo.ls/scratch": "^3.14.15",
51
+ "@symbo.ls/default-config": "^3.14.16",
52
52
  "chalk": "^5.4.1",
53
53
  "socket.io-client": "^4.8.1"
54
54
  },