Skip to content

Commit 4f8c8ef

Browse files
set dependencies to newly released versions
1 parent 22032e0 commit 4f8c8ef

File tree

45 files changed

+137
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+137
-44
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Gradient Stop Increments
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
37
### 1.0.0 (March 21, 2023)
48

59
- Initial version

experimental/postcss-gradient-stop-increments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@csstools/css-calc": "^1.1.0",
4343
"@csstools/css-parser-algorithms": "^2.0.1",
44-
"@csstools/css-tokenizer": "^2.1.0"
44+
"@csstools/css-tokenizer": "^2.1.1"
4545
},
4646
"peerDependencies": {
4747
"postcss": "^8.4"

package-lock.json

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cascade-layer-name-parser/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to Cascade Layer Name Parser
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
7+
38
### 1.0.1 (January 28, 2023)
49

510
- Improve `types` declaration in `package.json`

packages/cascade-layer-name-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"peerDependencies": {
4242
"@csstools/css-parser-algorithms": "^2.0.0",
43-
"@csstools/css-tokenizer": "^2.0.0"
43+
"@csstools/css-tokenizer": "^2.1.1"
4444
},
4545
"scripts": {
4646
"build": "rollup -c ../../rollup/default.mjs",

packages/css-calc/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to CSS Calc
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
7+
38
### 1.1.0 (April 10, 2023)
49

510
- Expose the list of supported math functions.

packages/css-calc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"peerDependencies": {
4242
"@csstools/css-parser-algorithms": "^2.0.1",
43-
"@csstools/css-tokenizer": "^2.0.1"
43+
"@csstools/css-tokenizer": "^2.1.1"
4444
},
4545
"scripts": {
4646
"build": "rollup -c ../../rollup/default.mjs",

packages/css-color-parser/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to CSS Color Parser
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
7+
38
### 1.1.1 (April 10, 2023)
49

510
- Improve the detection of math function in color notations.

packages/css-color-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"peerDependencies": {
4646
"@csstools/css-parser-algorithms": "^2.1.0",
47-
"@csstools/css-tokenizer": "^2.1.0"
47+
"@csstools/css-tokenizer": "^2.1.1"
4848
},
4949
"scripts": {
5050
"build": "rollup -c ../../rollup/default.mjs",

packages/css-parser-algorithms/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to CSS Parser Algorithms
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
7+
38
### 2.1.0 (March 25, 2023)
49

510
- Add `replaceComponentValues` utility function.

packages/css-parser-algorithms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dist"
4040
],
4141
"peerDependencies": {
42-
"@csstools/css-tokenizer": "^2.0.0"
42+
"@csstools/css-tokenizer": "^2.1.1"
4343
},
4444
"scripts": {
4545
"build": "rollup -c ../../rollup/default.mjs",

packages/media-query-list-parser/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to Media Query List Parser
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
7+
38
### 2.0.3 (April 10, 2023)
49

510
- Add support for `env()` functions as values in media queries.

packages/media-query-list-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"peerDependencies": {
4242
"@csstools/css-parser-algorithms": "^2.0.0",
43-
"@csstools/css-tokenizer": "^2.0.0"
43+
"@csstools/css-tokenizer": "^2.1.1"
4444
},
4545
"scripts": {
4646
"build": "rollup -c ../../rollup/default.mjs",

plugins/postcss-color-function/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Color Function
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
37
### 2.2.0 (March 25, 2023)
48

59
- Add `@csstools/css-color-parser` dependency for all color value transformations.

plugins/postcss-color-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@csstools/css-color-parser": "^1.1.1",
3333
"@csstools/css-parser-algorithms": "^2.0.1",
34-
"@csstools/css-tokenizer": "^2.1.0",
34+
"@csstools/css-tokenizer": "^2.1.1",
3535
"@csstools/postcss-progressive-custom-properties": "^2.0.0"
3636
},
3737
"peerDependencies": {
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Color Mix Function
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
37
### 1.0.0 (March 25, 2023)
48

59
- Initial version

plugins/postcss-color-mix-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@csstools/css-color-parser": "^1.1.1",
4343
"@csstools/css-parser-algorithms": "^2.0.1",
44-
"@csstools/css-tokenizer": "^2.1.0",
44+
"@csstools/css-tokenizer": "^2.1.1",
4545
"@csstools/postcss-progressive-custom-properties": "^2.0.0"
4646
},
4747
"peerDependencies": {

plugins/postcss-custom-media/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Custom Media
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
37
### 9.1.2 (February 8, 2023)
48

59
- Fixed: exception on missing media queries.

plugins/postcss-custom-media/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@csstools/cascade-layer-name-parser": "^1.0.0",
5050
"@csstools/css-parser-algorithms": "^2.0.0",
51-
"@csstools/css-tokenizer": "^2.0.0",
51+
"@csstools/css-tokenizer": "^2.1.1",
5252
"@csstools/media-query-list-parser": "^2.0.3"
5353
},
5454
"peerDependencies": {

plugins/postcss-custom-properties/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Custom Properties
22

3+
### Unreleased (patch)
4+
5+
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch)
6+
37
### 13.1.4 (February 21, 2023)
48

59
- Fixed: exception on chained variable declarations.

plugins/postcss-custom-properties/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@csstools/cascade-layer-name-parser": "^1.0.0",
3737
"@csstools/css-parser-algorithms": "^2.0.0",
38-
"@csstools/css-tokenizer": "^2.0.0",
38+
"@csstools/css-tokenizer": "^2.1.1",
3939
"postcss-value-parser": "^4.2.0"
4040
},
4141
"peerDependencies": {

0 commit comments

Comments
 (0)