Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed May 23, 2024
1 parent 50c4bc6 commit 815e40d
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 51 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to cssdb

### 8.0.2 (May 23, 2024)

- Updated `@mdn/browser-compat-data` to `5.5.29` (patch)

### 8.0.1 (May 10, 2024)

- Updated `@mdn/browser-compat-data` to `5.5.26` (patch)
Expand Down
3 changes: 2 additions & 1 deletion cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,13 +1236,14 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark"
},
"example": "body {\n color: light-dark(cyan, magenta);\n}",
"interoperable_at": 1715558400,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "logical-overflow",
Expand Down
3 changes: 2 additions & 1 deletion cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1236,13 +1236,14 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark"
},
"example": "body {\n color: light-dark(cyan, magenta);\n}",
"interoperable_at": 1715558400,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "logical-overflow",
Expand Down
94 changes: 47 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssdb",
"version": "8.0.1",
"version": "8.0.2",
"type": "module",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
"license": "MIT-0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"semver": "^7.6.0",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"web-features": "^0.8.2"
"web-features": "^0.8.3"
},
"stylelint": {
"extends": "stylelint-config-standard",
Expand Down

0 comments on commit 815e40d

Please sign in to comment.