Skip to content

Commit 3add999

Browse files
committed
css-blank-pseudo v8.0.1
1 parent 3c3faab commit 3add999

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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+
### 8.0.1
4+
5+
_January 14, 2026_
46

57
- Remove accidental direct dependency on `typescript`
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/[email protected].0/dist/browser-global.js"></script>
152+
<script src="https://unpkg.com/[email protected].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": "8.0.0",
4+
"version": "8.0.1",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)