Skip to content

Commit 15f8cc1

Browse files
Version Packages (#64)
* chore: version packages * refactor: prettier --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]>
1 parent 0a57325 commit 15f8cc1

File tree

11 files changed

+33
-20
lines changed

11 files changed

+33
-20
lines changed

.changeset/afraid-ways-judge.md

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

.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+
- 6045317: 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": {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# lightningcss-plugin-if-function
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 523ac3c: refactor: further optimizations
8+
- Updated dependencies [6045317]
9+

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.0",
3+
"version": "0.0.1",
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: 8 additions & 0 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+
- 6045317: docs: README improvements
8+
- Updated dependencies [6045317]
9+
10+
311
## 0.1.3
412

513
### Patch Changes

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.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "PostCSS plugin for transforming CSS if() functions to native CSS",
66
"repository": {
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+
- 6045317: feat: added stylelint-config-if-function package
8+
39
_tbd_

0 commit comments

Comments
 (0)