Skip to content

Commit 54c56cd

Browse files
chore(main): release 2.28.1 (#1067)
* chore(main): release 2.28.1 * chore: retrigger CI --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vadim Makeev <vmakeev@mozilla.com>
1 parent 9c52cb4 commit 54c56cd

4 files changed

Lines changed: 13 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.28.0"
2+
".": "2.28.1"
33
}

CHANGELOG.md

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

3+
## [2.28.1](https://github.com/mdn/data/compare/v2.28.0...v2.28.1) (2026-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **css:** correct the malformed reference in patternProperties for custom properties schema. ([#1065](https://github.com/mdn/data/issues/1065)) ([4c1ab15](https://github.com/mdn/data/commit/4c1ab15184c128412f9ba84796e12325ffeed91b))
9+
* **css:** Fix `border-*` animationType, computed, initial, percentages, and syntax ([#1060](https://github.com/mdn/data/issues/1060)) ([b1c81f0](https://github.com/mdn/data/commit/b1c81f0bc4f0b2f58b2e5858dd8c6f63d3ffca8d))
10+
* **css:** Fix syntax for `column-rule-style/width` and canonical order ([#1062](https://github.com/mdn/data/issues/1062)) ([9c52cb4](https://github.com/mdn/data/commit/9c52cb48b3345f1ecc69e3afb7bead64e2d8d5f6))
11+
312
## [2.28.0](https://github.com/mdn/data/compare/v2.27.1...v2.28.0) (2026-04-13)
413

514

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

0 commit comments

Comments
 (0)