attrs-in-props 3.14.105 → 3.14.595

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 +13 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,22 @@
1
1
  # attrs-in-props
2
2
 
3
+ ## 3.14.595
4
+
5
+ ### Patch Changes
6
+
7
+ - Auto-generated cross-repo patch release.
8
+ - Updated dependencies
9
+ - @symbo.ls/utils@3.14.595
10
+
3
11
  ## 3.14.105
4
12
 
5
13
  ### Patch Changes
6
14
 
7
- - @symbo.ls/utils@3.14.105
15
+ - Manual patch bump triggered via workflow_dispatch (scope: all).
16
+ No source change behind this bump — released to refresh dist or
17
+ coordinate a cross-package version line.
18
+ - Updated dependencies
19
+ - @symbo.ls/utils@3.14.105
8
20
 
9
21
  ## 3.14.104
10
22
 
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.595",
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.595"
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"