Skip to content

Commit 7072c61

Browse files
chore: version packages (#138)
1 parent 0ba6c34 commit 7072c61

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/six-monkeys-draw.md

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

packages/postcss-if-function/CHANGELOG.md

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

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- 0ba6c34: fix: support `async` PostCSS plugins in `postcss-if-function`
8+
39
## 0.1.6
410

511
### Patch Changes
@@ -12,15 +18,15 @@
1218

1319
- 9e6949d: chore(docs): README improvements
1420
- Updated dependencies [9e6949d]
15-
21+
1622

1723
## 0.1.4
1824

1925
### Patch Changes
2026

2127
- 6045317: docs: README improvements
2228
- Updated dependencies [6045317]
23-
29+
2430

2531
## 0.1.3
2632

@@ -34,7 +40,7 @@
3440

3541
- b7f8df7: fix: ensure that multiple if() conditions are handled correctly
3642
- Updated dependencies [b7f8df7]
37-
43+
3844

3945
## 0.1.1
4046

@@ -43,7 +49,7 @@
4349
- 9c6d05a: fix: several package metadata related issues
4450
- 588be15: docs: corrected the package name
4551
- Updated dependencies [9c6d05a]
46-
52+
4753

4854
## 0.1.0
4955

@@ -54,4 +60,4 @@
5460
### Patch Changes
5561

5662
- Updated dependencies [a6b019d]
57-
63+

packages/postcss-if-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-if-function",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"description": "PostCSS plugin for transforming CSS if() functions to native CSS",
66
"repository": {

0 commit comments

Comments
 (0)