Skip to content

Commit bed7d06

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

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/eighty-rabbits-jump.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.8
4+
5+
### Patch Changes
6+
7+
- [#139](https://github.com/mfranzke/css-if-polyfill/pull/139) [`2666f97`](https://github.com/mfranzke/css-if-polyfill/commit/2666f979827890a39dc944cd2adec63ee6891bf1) Thanks [@mfranzke](https://github.com/mfranzke)! - fix(PostCSS): warning about missing `from` option
8+
39
## 0.1.7
410

511
### Patch Changes
@@ -18,15 +24,15 @@
1824

1925
- 9e6949d: chore(docs): README improvements
2026
- Updated dependencies [9e6949d]
21-
- css-if-polyfill@0.1.5
27+
- css-if-polyfill@0.1.5
2228

2329
## 0.1.4
2430

2531
### Patch Changes
2632

2733
- 6045317: docs: README improvements
2834
- Updated dependencies [6045317]
29-
- css-if-polyfill@0.1.4
35+
- css-if-polyfill@0.1.4
3036

3137
## 0.1.3
3238

@@ -40,7 +46,7 @@
4046

4147
- b7f8df7: fix: ensure that multiple if() conditions are handled correctly
4248
- Updated dependencies [b7f8df7]
43-
- css-if-polyfill@0.1.3
49+
- css-if-polyfill@0.1.3
4450

4551
## 0.1.1
4652

@@ -49,7 +55,7 @@
4955
- 9c6d05a: fix: several package metadata related issues
5056
- 588be15: docs: corrected the package name
5157
- Updated dependencies [9c6d05a]
52-
- css-if-polyfill@0.1.2
58+
- css-if-polyfill@0.1.2
5359

5460
## 0.1.0
5561

@@ -60,4 +66,4 @@
6066
### Patch Changes
6167

6268
- Updated dependencies [a6b019d]
63-
- css-if-polyfill@0.1.1
69+
- 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.7",
3+
"version": "0.1.8",
44
"type": "module",
55
"description": "PostCSS plugin for transforming CSS if() functions to native CSS",
66
"repository": {

0 commit comments

Comments
 (0)