@csstools/postcss-exponential-functions
Advanced tools
Comparing version 1.0.7 to 1.0.8
# Changes to PostCSS Exponential Functions | ||
### 1.0.8 | ||
_June 29, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#232) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#270) (minor) | ||
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`1.2.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#123) (patch) | ||
### 1.0.7 | ||
@@ -19,10 +27,2 @@ | ||
### 1.0.5 | ||
_March 13, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#224) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#261) (patch) | ||
- Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`1.2.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#120) (minor) | ||
[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.7", | ||
"version": "1.0.8", | ||
"contributors": [ | ||
@@ -51,5 +51,5 @@ { | ||
"dependencies": { | ||
"@csstools/css-calc": "^1.2.2", | ||
"@csstools/css-parser-algorithms": "^2.6.3", | ||
"@csstools/css-tokenizer": "^2.3.1" | ||
"@csstools/css-calc": "^1.2.3", | ||
"@csstools/css-parser-algorithms": "^2.7.0", | ||
"@csstools/css-tokenizer": "^2.3.2" | ||
}, | ||
@@ -59,2 +59,3 @@ "peerDependencies": { | ||
}, | ||
"scripts": {}, | ||
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions#readme", | ||
@@ -61,0 +62,0 @@ "repository": { |
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
9071