Skip to content

Commit c1dbe79

Browse files
authored
changelogs : add missing items and formatting (#804)
1 parent 87d2de1 commit c1dbe79

File tree

6 files changed

+15
-1
lines changed

6 files changed

+15
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changes to Cascade Layer Name Parser
2+
13
### 1.0.0 (January 19, 2023)
24

35
- Initial version

packages/css-parser-algorithms/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changes to CSS Parser Algorithms
2+
13
### 2.0.0 (January 19, 2023)
24

35
- Fix: Removes `UnclosedFunctionNode` and `UnclosedSimpleBlockNode`. (breaking)

packages/css-tokenizer/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changes to CSS Tokenizer
2+
13
### 2.0.0 (January 19, 2023)
24

35
- Simplify `Reader` interface (breaking)

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changes to Media Query List Parser
2+
13
### 2.0.0 (January 19, 2023)
24

35
- Refactor `MediaFeatureBoolean` so that it follows the same structure as `MediaFeaturePlain` (breaking)

plugins/postcss-design-tokens/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes to PostCSS Design Tokens
22

3-
### Unreleased
3+
### Unreleased
44

55
- Fix unit conversion
66

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes to PostCSS Media Queries Aspect-Ratio Number Values
22

3+
### Unreleased
4+
5+
- Updated `@csstools/css-parser-algorithms` to `2.0.0` (major)
6+
- Updated `@csstools/css-tokenizer` to `2.0.0` (major)
7+
- Updated `@csstools/media-query-list-parser` to `2.0.0` (major)
8+
39
### 1.0.0 (November 14, 2022)
410

511
- Initial version

0 commit comments

Comments
 (0)