Skip to content

Commit 7b49c04

Browse files
committed
css-has-pseudo v6.0.5
1 parent ee35add commit 7b49c04

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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-has-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 Has Pseudo
22

3-
### Unreleased (patch)
3+
### 6.0.5
4+
5+
_May 13, 2024_
46

57
- Updated [`@csstools/selector-specificity`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity) to [`3.1.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#311) (patch)
68

plugins/css-has-pseudo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ or
166166

167167
```html
168168
<!-- When using a CDN url you will have to manually update the version number -->
169-
<script src="https://unpkg.com/css-has-pseudo@6.0.4/dist/browser-global.js"></script>
169+
<script src="https://unpkg.com/css-has-pseudo@6.0.5/dist/browser-global.js"></script>
170170
<script>cssHasPseudo(document)</script>
171171
```
172172

173173
> [!TIP]
174-
> Please use a versioned url, like this : `https://unpkg.com/css-has-pseudo@6.0.4/dist/browser-global.js`
174+
> Please use a versioned url, like this : `https://unpkg.com/css-has-pseudo@6.0.5/dist/browser-global.js`
175175
> Without the version, you might unexpectedly get a new major version of the library with breaking changes.
176176
177177
[PostCSS Has Pseudo] works in all major browsers, including

plugins/css-has-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-has-pseudo",
33
"description": "Style elements relative to other elements in CSS",
4-
"version": "6.0.4",
4+
"version": "6.0.5",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)