attrs-in-props 3.14.5 → 3.14.6

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # attrs-in-props
2
2
 
3
+ ## 3.14.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Manual patch bump triggered via workflow_dispatch (scope: @symbo.ls).
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.10
12
+
3
13
  ## 3.14.5
4
14
 
5
15
  ### 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.5",
5
+ "version": "3.14.6",
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.9"
12
+ "@symbo.ls/utils": "^3.14.10"
13
13
  },
14
14
  "source": "index.js",
15
15
  "browser": "./dist/esm/index.js",