@csstools/postcss-exponential-functions 1.0.4 → 1.0.5

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 +8 -9
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changes to PostCSS Exponential Functions
2
2
 
3
+ ### 1.0.5
4
+
5
+ _March 13, 2024_
6
+
7
+ - 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)
8
+ - 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)
9
+ - 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)
10
+
3
11
  ### 1.0.4
4
12
 
5
13
  _February 19, 2024_
@@ -15,13 +23,4 @@ _December 31, 2023_
15
23
  - Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.5.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#250) (minor)
16
24
  - Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`1.1.6`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#116) (patch)
17
25
 
18
- ### 1.0.2
19
-
20
- _December 15, 2023_
21
-
22
- - Fix type definitions
23
- - Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#222) (patch)
24
- - Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.4.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#240) (minor)
25
- - Updated [`@csstools/css-calc`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc) to [`1.1.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc/CHANGELOG.md#115) (patch)
26
-
27
26
  [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/postcss-exponential-functions",
3
3
  "description": "Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -48,9 +48,9 @@
48
48
  "dist"
49
49
  ],
50
50
  "dependencies": {
51
- "@csstools/css-calc": "^1.1.7",
52
- "@csstools/css-parser-algorithms": "^2.6.0",
53
- "@csstools/css-tokenizer": "^2.2.3"
51
+ "@csstools/css-calc": "^1.2.0",
52
+ "@csstools/css-parser-algorithms": "^2.6.1",
53
+ "@csstools/css-tokenizer": "^2.2.4"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "postcss": "^8.4"
@@ -58,7 +58,7 @@
58
58
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions#readme",
59
59
  "repository": {
60
60
  "type": "git",
61
- "url": "https://github.com/csstools/postcss-plugins.git",
61
+ "url": "git+https://github.com/csstools/postcss-plugins.git",
62
62
  "directory": "plugins/postcss-exponential-functions"
63
63
  },
64
64
  "bugs": "https://github.com/csstools/postcss-plugins/issues",