Skip to content

Commit 7900048

Browse files
chore: version packages (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b7f8df7 commit 7900048

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": {
@@ -55,7 +55,7 @@
5555
"postcss": "^8.0.0"
5656
},
5757
"dependencies": {
58-
"css-if-polyfill": "0.1.2"
58+
"css-if-polyfill": "0.1.3"
5959
},
6060
"devDependencies": {
6161
"microbundle": "^0.15.1",

0 commit comments

Comments
 (0)