Skip to content

Commit 1c94368

Browse files
committed
css-blank-pseudo v6.0.1
1 parent 9868e95 commit 1c94368

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/css-blank-pseudo/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to CSS Blank Pseudo
22

3-
### Unreleased (patch)
3+
### 6.0.1
4+
5+
_December 15, 2023_
46

57
- Fix type definitions
68

plugins/css-blank-pseudo/README.md

Lines changed: 1 addition & 1 deletion
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@6.0.0/dist/browser-global.js"></script>
152+
<script src="https://unpkg.com/css-blank-pseudo@6.0.1/dist/browser-global.js"></script>
153153
<script>cssBlankPseudoInit()</script>
154154
```
155155

plugins/css-blank-pseudo/package.json

Lines changed: 1 addition & 1 deletion
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": "6.0.0",
4+
"version": "6.0.1",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)