attrs-in-props 3.14.105 → 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 +23 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,32 @@
1
1
  # attrs-in-props
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/utils@3.14.599
12
+
13
+ ## 3.14.595
14
+
15
+ ### Patch Changes
16
+
17
+ - Auto-generated cross-repo patch release.
18
+ - Updated dependencies
19
+ - @symbo.ls/utils@3.14.595
20
+
3
21
  ## 3.14.105
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - @symbo.ls/utils@3.14.105
25
+ - Manual patch bump triggered via workflow_dispatch (scope: all).
26
+ No source change behind this bump — released to refresh dist or
27
+ coordinate a cross-package version line.
28
+ - Updated dependencies
29
+ - @symbo.ls/utils@3.14.105
8
30
 
9
31
  ## 3.14.104
10
32
 
package/package.json CHANGED
@@ -2,14 +2,14 @@
2
2
  "name": "attrs-in-props",
3
3
  "description": "Utilize props as attributes",
4
4
  "author": "symbo.ls",
5
- "version": "3.14.105",
5
+ "version": "3.14.599",
6
6
  "repository": "https://github.com/symbo-ls/smbls",
7
7
  "type": "module",
8
8
  "module": "./dist/esm/index.js",
9
9
  "main": "./dist/cjs/index.js",
10
10
  "gitHead": "9fc1b79b41cdc725ca6b24aec64920a599634681",
11
11
  "dependencies": {
12
- "@symbo.ls/utils": "^3.14.105"
12
+ "@symbo.ls/utils": "^3.14.599"
13
13
  },
14
14
  "source": "index.js",
15
15
  "browser": "./dist/esm/index.js",
@@ -36,7 +36,7 @@
36
36
  "prepublishOnly": "npm run build"
37
37
  },
38
38
  "devDependencies": {
39
- "@babel/core": "^7.29.0"
39
+ "@babel/core": "^7.29.7"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"