Skip to content

Commit 19e62c0

Browse files
chore(main): release 2.19.0 (#958)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 820cf9b commit 19e62c0

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-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.18.0"
2+
".": "2.19.0"
33
}

CHANGELOG.md

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

3+
## [2.19.0](https://github.com/mdn/data/compare/v2.18.0...v2.19.0) (2025-03-31)
4+
5+
6+
### Features
7+
8+
* add `[@container](https://github.com/container)` at-rule ([#853](https://github.com/mdn/data/issues/853)) ([a11537c](https://github.com/mdn/data/commit/a11537cc1a599a8e62b4516846a4ffa008ab2537))
9+
* **css:** Add `:open` ([2e6ee08](https://github.com/mdn/data/commit/2e6ee0843a895ca7d71485b4899a53f8746ec430))
10+
* **css:** Add data for `:open` ([#953](https://github.com/mdn/data/issues/953)) ([2e6ee08](https://github.com/mdn/data/commit/2e6ee0843a895ca7d71485b4899a53f8746ec430))
11+
* **css:** Add data for `alignment-baseline` ([#956](https://github.com/mdn/data/issues/956)) ([820cf9b](https://github.com/mdn/data/commit/820cf9bd582c7d4202a56bebdc264929c3d84eb7))
12+
* **css:** Update syntax for `<easing-function>` ([#951](https://github.com/mdn/data/issues/951)) ([1b834c8](https://github.com/mdn/data/commit/1b834c86bcaa0de6a07f06ade3aab83c247c13c8))
13+
* **css:** Update syntax for `<generic-family>` ([#952](https://github.com/mdn/data/issues/952)) ([1fd7137](https://github.com/mdn/data/commit/1fd71379d8960c44c6535afe45a7435268c214cd))
14+
15+
16+
### Miscellaneous
17+
18+
* **css:** Adjust feature order by alphabet ([#944](https://github.com/mdn/data/issues/944)) ([ddc6e0d](https://github.com/mdn/data/commit/ddc6e0dba0e74a5f4d2f748abb6526800c3046be))
19+
320
## [2.18.0](https://github.com/mdn/data/compare/v2.17.0...v2.18.0) (2025-03-10)
421

522

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

0 commit comments

Comments
 (0)