Skip to content

Commit 09836fc

Browse files
chore: version packages (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e6949d commit 09836fc

File tree

9 files changed

+37
-17
lines changed

9 files changed

+37
-17
lines changed

.changeset/afraid-ways-judged.md

Lines changed: 0 additions & 8 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.5
4+
5+
### Patch Changes
6+
7+
- 9e6949d: chore(docs): README improvements
8+
39
## 0.1.4
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.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"description": "A JavaScript polyfill for CSS if() functionality with style(), media(), and supports() functions",
66
"repository": {
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# lightningcss-plugin-if-function
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 9e6949d: chore(docs): README improvements
8+
- Updated dependencies [9e6949d]
9+
- css-if-polyfill@0.1.5
10+
311
## 0.0.1
412

513
### Patch Changes
614

715
- 523ac3c: refactor: further optimizations
816
- Updated dependencies [6045317]
9-
- css-if-polyfill@0.1.4
17+
- css-if-polyfill@0.1.4

packages/lightningcss-plugin-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": "lightningcss-plugin-if-function",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"type": "module",
55
"description": "Lightning CSS plugin for transforming CSS if() functions to native CSS",
66
"repository": {

packages/postcss-if-function/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 9e6949d: chore(docs): README improvements
8+
- Updated dependencies [9e6949d]
9+
- css-if-polyfill@0.1.5
10+
311
## 0.1.4
412

513
### Patch Changes
614

715
- 6045317: docs: README improvements
816
- Updated dependencies [6045317]
9-
- css-if-polyfill@0.1.4
17+
- css-if-polyfill@0.1.4
1018

1119
## 0.1.3
1220

@@ -20,7 +28,7 @@
2028

2129
- b7f8df7: fix: ensure that multiple if() conditions are handled correctly
2230
- Updated dependencies [b7f8df7]
23-
- css-if-polyfill@0.1.3
31+
- css-if-polyfill@0.1.3
2432

2533
## 0.1.1
2634

@@ -29,7 +37,7 @@
2937
- 9c6d05a: fix: several package metadata related issues
3038
- 588be15: docs: corrected the package name
3139
- Updated dependencies [9c6d05a]
32-
- css-if-polyfill@0.1.2
40+
- css-if-polyfill@0.1.2
3341

3442
## 0.1.0
3543

@@ -40,4 +48,4 @@
4048
### Patch Changes
4149

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

packages/stylelint-config-if-function/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 9e6949d: chore(docs): README improvements
8+
39
## 0.0.1
410

511
### Patch Changes

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

0 commit comments

Comments
 (0)