@svgr/babel-plugin-add-jsx-attribute
Advanced tools
Comparing version 7.0.0 to 8.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [8.0.0](https://github.com/gregberge/svgr/compare/v7.0.0...v8.0.0) (2023-05-09) | ||
**Note:** Version bump only for package @svgr/babel-plugin-add-jsx-attribute | ||
# [7.0.0](https://github.com/gregberge/svgr/compare/v6.5.1...v7.0.0) (2023-03-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@svgr/babel-plugin-add-jsx-attribute", | ||
"description": "Add JSX attribute", | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"main": "./dist/index.js", | ||
@@ -37,5 +37,5 @@ "types": "./dist/index.d.ts", | ||
"build": "rollup -c ../../build/rollup.config.mjs", | ||
"prepublishOnly": "npm run reset && npm run build" | ||
"prepublishOnly": "pnpm run reset && pnpm run build" | ||
}, | ||
"gitHead": "3b04a923ae6e0945a9401ad7da7efe26204c8390" | ||
"gitHead": "52a1079681477587ef0d842c0e78531adf2d2520" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13493