@csstools/postcss-exponential-functions
Advanced tools
Comparing version 1.0.6 to 1.0.7
# Changes to PostCSS Exponential Functions | ||
### 1.0.7 | ||
_May 4, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#231) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#263) (patch) | ||
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`1.2.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#122) (patch) | ||
### 1.0.6 | ||
@@ -19,9 +27,2 @@ | ||
### 1.0.4 | ||
_February 19, 2024_ | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#260) (minor) | ||
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`1.1.7`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#117) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-exponential-functions", | ||
"description": "Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"contributors": [ | ||
@@ -51,5 +51,5 @@ { | ||
"dependencies": { | ||
"@csstools/css-calc": "^1.2.1", | ||
"@csstools/css-parser-algorithms": "^2.6.2", | ||
"@csstools/css-tokenizer": "^2.3.0" | ||
"@csstools/css-calc": "^1.2.2", | ||
"@csstools/css-parser-algorithms": "^2.6.3", | ||
"@csstools/css-tokenizer": "^2.3.1" | ||
}, | ||
@@ -56,0 +56,0 @@ "peerDependencies": { |
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
9056