Skip to content

Commit fc0f596

Browse files
committed
2 parents 08924b1 + 7900048 commit fc0f596

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/thick-icons-sleep.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/css-if-polyfill/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# css-if-polyfill
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- b7f8df7: fix: ensure that multiple if() conditions are handled correctly
8+
39
## 0.1.2
410

511
### Patch Changes

packages/css-if-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-if-polyfill",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "A JavaScript polyfill for CSS if() functionality with style(), media(), and supports() functions",
66
"repository": {

packages/postcss-if-function/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# postcss-if-function
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- b7f8df7: fix: ensure that multiple if() conditions are handled correctly
8+
- Updated dependencies [b7f8df7]
9+
10+
311
## 0.1.1
412

513
### Patch Changes

packages/postcss-if-function/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-if-function",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"description": "PostCSS plugin for transforming CSS if() functions to native CSS",
66
"repository": {
@@ -54,7 +54,7 @@
5454
"postcss": "^8.0.0"
5555
},
5656
"dependencies": {
57-
"css-if-polyfill": "0.1.2"
57+
"css-if-polyfill": "0.1.3"
5858
},
5959
"devDependencies": {
6060
"microbundle": "^0.15.1",

0 commit comments

Comments
 (0)