Skip to content

Commit 55f5f0e

Browse files
chore: version packages (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2399276 commit 55f5f0e

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

.changeset/chatty-shirts-vanish.md

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

packages/css-if-polyfill/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# css-if-polyfill
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 9c6d05a: fix: several package metadata related issues
8+
- 588be15: docs: corrected the package name
9+
310
## 0.1.1
411

512
### 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.1",
3+
"version": "0.1.2",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# postcss-if-function
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 9c6d05a: fix: several package metadata related issues
8+
- 588be15: docs: corrected the package name
9+
- Updated dependencies [9c6d05a]
10+
11+
312
## 0.1.0
413

514
### Minor Changes

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.0",
3+
"version": "0.1.1",
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.1"
58+
"css-if-polyfill": "0.1.2"
5959
},
6060
"devDependencies": {
6161
"microbundle": "^0.15.1",

0 commit comments

Comments
 (0)