Skip to content

Commit d196833

Browse files
css-has-pseudo v6.0.0
1 parent 3f1d2fc commit d196833

File tree

4 files changed

+60
-5
lines changed

4 files changed

+60
-5
lines changed

package-lock.json

Lines changed: 54 additions & 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 (major)
3+
### 6.0.0
4+
5+
_July 3, 2023_
46

57
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
68
- Updated [`@csstools/selector-specificity`](/packages/selector-specificity) to [`3.0.0`](/packages/selector-specificity/CHANGELOG.md#300) (major)

plugins/css-has-pseudo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ or
162162

163163
```html
164164
<!-- When using a CDN url you will have to manually update the version number -->
165-
<script src="https://unpkg.com/css-has-pseudo@5.0.2/dist/browser-global.js"></script>
165+
<script src="https://unpkg.com/css-has-pseudo@6.0.0/dist/browser-global.js"></script>
166166
<script>cssHasPseudo(document)</script>
167167
```
168168

169-
⚠️ Please use a versioned url, like this : `https://unpkg.com/css-has-pseudo@5.0.2/dist/browser-global.js`
169+
⚠️ Please use a versioned url, like this : `https://unpkg.com/css-has-pseudo@6.0.0/dist/browser-global.js`
170170
Without the version, you might unexpectedly get a new major version of the library with breaking changes.
171171

172172
[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": "5.0.2",
4+
"version": "6.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)