attrs-in-props 3.14.7 → 3.14.9

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # attrs-in-props
2
2
 
3
+ ## 3.14.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Auto-generated cross-repo patch release.
8
+ - Updated dependencies
9
+ - @symbo.ls/utils@3.14.19
10
+
11
+ ## 3.14.8
12
+
13
+ ### Patch Changes
14
+
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.16
20
+
3
21
  ## 3.14.7
4
22
 
5
23
  ### Patch Changes
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.7",
5
+ "version": "3.14.9",
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.11"
12
+ "@symbo.ls/utils": "^3.14.19"
13
13
  },
14
14
  "source": "index.js",
15
15
  "browser": "./dist/esm/index.js",