Skip to content

Commit 7b8c6f6

Browse files
chore(main): release 2.24.0 (#1003)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf71325 commit 7b8c6f6

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.23.0"
2+
".": "2.24.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.24.0](https://github.com/mdn/data/compare/v2.23.0...v2.24.0) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* **css:** Add `anchor-center` keyword value support for `{align,justify}-{items,self}` ([#982](https://github.com/mdn/data/issues/982)) ([58d5371](https://github.com/mdn/data/commit/58d5371ad9294c805846e77e5ef0fe61e26ae097))
9+
* **css:** Simplify syntax for `border-spacing` ([#991](https://github.com/mdn/data/issues/991)) ([cf71325](https://github.com/mdn/data/commit/cf71325ff833f571ef6a515909752a7b85e58751))
10+
* **css:** Simply syntax for `border-spacing` ([cf71325](https://github.com/mdn/data/commit/cf71325ff833f571ef6a515909752a7b85e58751))
11+
* **css:** Update syntax for `appearance` ([#986](https://github.com/mdn/data/issues/986)) ([4c63ed1](https://github.com/mdn/data/commit/4c63ed10eadbeb4f70f5e9e6798c2dfca3d28894))
12+
* **css:** Update syntax for `border-*-radius` ([#989](https://github.com/mdn/data/issues/989)) ([464fe0a](https://github.com/mdn/data/commit/464fe0a942d30336b5c08c4ea9f86da98e76fe38))
13+
* **css:** Update syntax for `border-image-*` ([#990](https://github.com/mdn/data/issues/990)) ([377f8d8](https://github.com/mdn/data/commit/377f8d8fd62b1278de87ccd135886c1713043052))
14+
* **css:** Update syntax for `bottom` `top` `left` `right` ([#983](https://github.com/mdn/data/issues/983)) ([1a3d1dd](https://github.com/mdn/data/commit/1a3d1dd1f37ece9c0faa62850e1d2dfa8c2d99ca))
15+
* **css:** Update syntax for `content` property ([#976](https://github.com/mdn/data/issues/976)) ([c5111ee](https://github.com/mdn/data/commit/c5111ee3b4b3707a976c3db6e7dde44219681709))
16+
* **css:** Update syntax for `margin-*` ([#984](https://github.com/mdn/data/issues/984)) ([8008a3d](https://github.com/mdn/data/commit/8008a3d99f41683a96948ae8132b94e0e2af177b))
17+
* **css:** Update syntax of `mix-blend-mode` ([#988](https://github.com/mdn/data/issues/988)) ([d3fd073](https://github.com/mdn/data/commit/d3fd073941e5c1c4255e95ccea5543166b35f90f))
18+
* **css:** Update the syntax for `background-*` ([#987](https://github.com/mdn/data/issues/987)) ([c892cd5](https://github.com/mdn/data/commit/c892cd5120984518c6033fc500c05da98e487e39))
19+
* **css:** Update the syntax to match the spec ([c892cd5](https://github.com/mdn/data/commit/c892cd5120984518c6033fc500c05da98e487e39))
20+
321
## [2.23.0](https://github.com/mdn/data/compare/v2.22.1...v2.23.0) (2025-07-16)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdn-data",
3-
"version": "2.23.0",
3+
"version": "2.24.0",
44
"description": "Open Web data by the Mozilla Developer Network",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)