Skip to content

Commit 8007daa

Browse files
chore(main): release 2.22.0 (#981)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2da61c commit 8007daa

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.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.21.0"
2+
".": "2.22.0"
33
}

CHANGELOG.md

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

3+
## [2.22.0](https://github.com/mdn/data/compare/v2.21.0...v2.22.0) (2025-06-24)
4+
5+
6+
### Features
7+
8+
* **css:** Add `view-transition-name: match-element` ([#995](https://github.com/mdn/data/issues/995)) ([a2da61c](https://github.com/mdn/data/commit/a2da61c3c9e0d7cb6ba38b14d0ba8c65979e2538))
9+
* **css:** Add data for `font-width` ([#972](https://github.com/mdn/data/issues/972)) ([980e137](https://github.com/mdn/data/commit/980e1373907929968d30f34ed7fd62133f96198d))
10+
* **css:** Add data for `ruby-overhang` ([#967](https://github.com/mdn/data/issues/967)) ([f54b7ab](https://github.com/mdn/data/commit/f54b7ab63e7a0cffe669015eada88bdbc7c20a4d))
11+
* **css:** Add data for `stroke-color` ([#963](https://github.com/mdn/data/issues/963)) ([a5ff0b3](https://github.com/mdn/data/commit/a5ff0b34907912c944c79514f9999074c2b3afe3))
12+
* **css:** Update syntax for `@counter-style/pad` descriptor ([#979](https://github.com/mdn/data/issues/979)) ([bd9b855](https://github.com/mdn/data/commit/bd9b855ca412a813e96fe28ce5b266f7e1a3d0e0))
13+
* **css:** Update syntax for `font` ([#992](https://github.com/mdn/data/issues/992)) ([81fa08f](https://github.com/mdn/data/commit/81fa08fc2595efd3866fe386b9de4bcd5bf62c3d))
14+
15+
16+
### Bug Fixes
17+
18+
* **css:** Rename `<cubic-bezier-timing-function>` to `<cubic-bezier-easing-function>` ([#970](https://github.com/mdn/data/issues/970)) ([0374e4f](https://github.com/mdn/data/commit/0374e4f77f803bf47d4811883350e07cb7e6c4a6))
19+
* **css:** Rename `cubic-bezier-timing-function` to `cubic-bezier-easing-function`, fixes [#968](https://github.com/mdn/data/issues/968) ([0374e4f](https://github.com/mdn/data/commit/0374e4f77f803bf47d4811883350e07cb7e6c4a6))
20+
21+
22+
### Miscellaneous
23+
24+
* **deps-dev:** bump better-ajv-errors from 1.2.0 to 2.0.2 ([#994](https://github.com/mdn/data/issues/994)) ([1254a45](https://github.com/mdn/data/commit/1254a459d658e00263e964c631f9e6f3daeef7ee))
25+
326
## [2.21.0](https://github.com/mdn/data/compare/v2.20.0...v2.21.0) (2025-04-11)
427

528

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.21.0",
3+
"version": "2.22.0",
44
"description": "Open Web data by the Mozilla Developer Network",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)