Skip to content

Commit b944b64

Browse files
committed
css-blank-pseudo v7.0.1
1 parent e26b144 commit b944b64

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

plugins/css-blank-pseudo/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to CSS Blank Pseudo
22

3-
### Unreleased (patch)
3+
### 7.0.1
4+
5+
_October 23, 2024_
46

57
- Updated: `postcss-selector-parser`
68

plugins/css-blank-pseudo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ or
149149

150150
```html
151151
<!-- When using a CDN url you will have to manually update the version number -->
152-
<script src="https://unpkg.com/css-blank-pseudo@7.0.0/dist/browser-global.js"></script>
152+
<script src="https://unpkg.com/css-blank-pseudo@7.0.1/dist/browser-global.js"></script>
153153
<script>cssBlankPseudoInit()</script>
154154
```
155155

plugins/css-blank-pseudo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-blank-pseudo",
33
"description": "Style form elements when they are empty",
4-
"version": "7.0.0",
4+
"version": "7.0.1",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)