Skip to content

Commit

Permalink
chore(main): release 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 28, 2025
1 parent 9c304df commit 7199926
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.15.0"
".": "2.16.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.16.0](https://github.com/mdn/data/compare/v2.15.0...v2.16.0) (2025-01-28)


### Features

* **css:** Add `@view-transition/types` ([#887](https://github.com/mdn/data/issues/887)) ([451f3bf](https://github.com/mdn/data/commit/451f3bfbc0e20385df62be531048f5f4767bfcb8))
* **css:** Add data for experimental `speak-as` property ([#889](https://github.com/mdn/data/issues/889)) ([2cfb53a](https://github.com/mdn/data/commit/2cfb53a9dc9c62e9b1710244bb6391cc66cdd5bd))
* **css:** Update syntax for `path()` & `polygon()` ([#885](https://github.com/mdn/data/issues/885)) ([7b41d05](https://github.com/mdn/data/commit/7b41d05b928ee49b2401fd7696c3546ba4c1d1db))


### Miscellaneous

* **css:** Add align-* and justify-* properties with CSS Flexible Bo… ([#912](https://github.com/mdn/data/issues/912)) ([74a60ad](https://github.com/mdn/data/commit/74a60adf573711801f2c198ff934c189bde0eadf))
* **css:** Add align-* and justify-* properties with CSS Flexible Box Layout group ([74a60ad](https://github.com/mdn/data/commit/74a60adf573711801f2c198ff934c189bde0eadf))
* **css:** FIx group for CSS Box Sizing ([#914](https://github.com/mdn/data/issues/914)) ([9c304df](https://github.com/mdn/data/commit/9c304dff73fb6b08c0c0b57d74637ecb06e24efb))
* **css:** Remove non-existent 'CSS Flexible Lengths' group ([#913](https://github.com/mdn/data/issues/913)) ([015220c](https://github.com/mdn/data/commit/015220c81fdfae71531e4289c466f8e972f52c79))
* **css:** Remove not existed CSS Flexible Lengths group ([015220c](https://github.com/mdn/data/commit/015220c81fdfae71531e4289c466f8e972f52c79))
* **css:** Update group for `paint()` function ([#891](https://github.com/mdn/data/issues/891)) ([845020b](https://github.com/mdn/data/commit/845020b38a0bbfdd2247d67b09f1c5979258763e))

## [2.15.0](https://github.com/mdn/data/compare/v2.14.0...v2.15.0) (2025-01-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdn-data",
"version": "2.15.0",
"version": "2.16.0",
"description": "Open Web data by the Mozilla Developer Network",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 7199926

Please sign in to comment.