Skip to content

Commit ffd3d6f

Browse files
chore: version packages
1 parent 88a92eb commit ffd3d6f

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/lemon-tips-wait.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.9
4+
5+
### Patch Changes
6+
7+
- [#185](https://github.com/mfranzke/css-if-polyfill/pull/185) [`a458c49`](https://github.com/mfranzke/css-if-polyfill/commit/a458c490f4c957c049a9820d45064657466d2aa5) Thanks [@mfranzke](https://github.com/mfranzke)! - fix: support CommonJS require in postcss.config.cjs
8+
39
## 0.1.8
410

511
### Patch Changes
@@ -24,15 +30,15 @@
2430

2531
- 9e6949d: chore(docs): README improvements
2632
- Updated dependencies [9e6949d]
27-
- css-if-polyfill@0.1.5
33+
- css-if-polyfill@0.1.5
2834

2935
## 0.1.4
3036

3137
### Patch Changes
3238

3339
- 6045317: docs: README improvements
3440
- Updated dependencies [6045317]
35-
- css-if-polyfill@0.1.4
41+
- css-if-polyfill@0.1.4
3642

3743
## 0.1.3
3844

@@ -46,7 +52,7 @@
4652

4753
- b7f8df7: fix: ensure that multiple if() conditions are handled correctly
4854
- Updated dependencies [b7f8df7]
49-
- css-if-polyfill@0.1.3
55+
- css-if-polyfill@0.1.3
5056

5157
## 0.1.1
5258

@@ -55,7 +61,7 @@
5561
- 9c6d05a: fix: several package metadata related issues
5662
- 588be15: docs: corrected the package name
5763
- Updated dependencies [9c6d05a]
58-
- css-if-polyfill@0.1.2
64+
- css-if-polyfill@0.1.2
5965

6066
## 0.1.0
6167

@@ -66,4 +72,4 @@
6672
### Patch Changes
6773

6874
- Updated dependencies [a6b019d]
69-
- css-if-polyfill@0.1.1
75+
- css-if-polyfill@0.1.1

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.8",
3+
"version": "0.1.9",
44
"type": "module",
55
"description": "PostCSS plugin for transforming CSS if() functions to native CSS",
66
"repository": {

0 commit comments

Comments
 (0)