@symbo.ls/brender 3.14.494 → 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 +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @symbo.ls/brender
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/css@3.14.599
12
+ - @symbo.ls/helmet@3.14.599
13
+
14
+ ## 3.14.595
15
+
16
+ ### Patch Changes
17
+
18
+ - Auto-generated cross-repo patch release.
19
+ - Updated dependencies
20
+ - @symbo.ls/helmet@3.14.595
21
+
3
22
  ## 3.14.494
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/brender",
3
- "version": "3.14.494",
3
+ "version": "3.14.599",
4
4
  "license": "CC-BY-NC-4.0",
5
5
  "type": "module",
6
6
  "module": "./dist/esm/index.js",
@@ -41,12 +41,12 @@
41
41
  "prepublishOnly": "npm run build"
42
42
  },
43
43
  "dependencies": {
44
- "@symbo.ls/css": "^3.14.105",
45
- "@symbo.ls/helmet": "^3.14.105",
44
+ "@symbo.ls/css": "^3.14.599",
45
+ "@symbo.ls/helmet": "^3.14.599",
46
46
  "linkedom": "^0.16.8"
47
47
  },
48
48
  "devDependencies": {
49
- "@babel/core": "^7.26.0"
49
+ "@babel/core": "^7.29.7"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "publishConfig": {