Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/lemon-tips-wait.md

This file was deleted.

16 changes: 11 additions & 5 deletions packages/postcss-if-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# postcss-if-function

## 0.1.9

### Patch Changes

- [#185](https://github.com/mfranzke/css-if-polyfill/pull/185) [`a458c49`](https://github.com/mfranzke/css-if-polyfill/commit/a458c490f4c957c049a9820d45064657466d2aa5) Thanks [@mfranzke](https://github.com/mfranzke)! - fix: support CommonJS require in postcss.config.cjs

## 0.1.8

### Patch Changes
Expand All @@ -24,15 +30,15 @@

- 9e6949d: chore(docs): README improvements
- Updated dependencies [9e6949d]
- css-if-polyfill@0.1.5
- css-if-polyfill@0.1.5

## 0.1.4

### Patch Changes

- 6045317: docs: README improvements
- Updated dependencies [6045317]
- css-if-polyfill@0.1.4
- css-if-polyfill@0.1.4

## 0.1.3

Expand All @@ -46,7 +52,7 @@

- b7f8df7: fix: ensure that multiple if() conditions are handled correctly
- Updated dependencies [b7f8df7]
- css-if-polyfill@0.1.3
- css-if-polyfill@0.1.3

## 0.1.1

Expand All @@ -55,7 +61,7 @@
- 9c6d05a: fix: several package metadata related issues
- 588be15: docs: corrected the package name
- Updated dependencies [9c6d05a]
- css-if-polyfill@0.1.2
- css-if-polyfill@0.1.2

## 0.1.0

Expand All @@ -66,4 +72,4 @@
### Patch Changes

- Updated dependencies [a6b019d]
- css-if-polyfill@0.1.1
- css-if-polyfill@0.1.1
2 changes: 1 addition & 1 deletion packages/postcss-if-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-if-function",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"description": "PostCSS plugin for transforming CSS if() functions to native CSS",
"repository": {
Expand Down