Skip to content

Commit 0c28494

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

File tree

8 files changed

+27
-18
lines changed

8 files changed

+27
-18
lines changed

.changeset/big-timers-jump.md

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

.changeset/eleven-deer-attack.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.4
4+
5+
### Patch Changes
6+
7+
- 2cdb01f: docs: README improvements
8+
39
## 0.1.3
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.3",
3+
"version": "0.1.4",
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: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# postcss-if-function
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 2cdb01f: docs: README improvements
8+
- Updated dependencies [2cdb01f]
9+
10+
311
## 0.1.3
412

513
### Patch Changes
@@ -12,7 +20,7 @@
1220

1321
- b7f8df7: fix: ensure that multiple if() conditions are handled correctly
1422
- Updated dependencies [b7f8df7]
15-
23+
1624

1725
## 0.1.1
1826

@@ -21,7 +29,7 @@
2129
- 9c6d05a: fix: several package metadata related issues
2230
- 588be15: docs: corrected the package name
2331
- Updated dependencies [9c6d05a]
24-
32+
2533

2634
## 0.1.0
2735

@@ -32,4 +40,4 @@
3240
### Patch Changes
3341

3442
- Updated dependencies [a6b019d]
35-
43+

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.3",
3+
"version": "0.1.4",
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.3"
58+
"css-if-polyfill": "0.1.4"
5959
},
6060
"devDependencies": {
6161
"microbundle": "0.15.1",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# stylelint-config-if-function
22

3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 2cdb01f: feat: added stylelint-config-if-function package
8+
39
_tbd_

packages/stylelint-config-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": "stylelint-config-if-function",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"description": "Shareable stylelint config for CSS if() function support",
66
"repository": {

0 commit comments

Comments
 (0)