Skip to content

Commit

Permalink
chore(main): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdn-bot committed Jul 21, 2023
1 parent f29548e commit ff54b2b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2.1.0](https://github.com/mdn/interactive-examples/compare/v2.0.0...v2.1.0) (2023-07-21)


### Features

* **ci:** 10x faster rebuild of pages ([#2458](https://github.com/mdn/interactive-examples/issues/2458)) ([2e2552d](https://github.com/mdn/interactive-examples/commit/2e2552da3399076287033e6fd7c973157fa4bf05))


### Bug Fixes

* Added closing tags to the remaining input fields ([#2494](https://github.com/mdn/interactive-examples/issues/2494)) ([b88c399](https://github.com/mdn/interactive-examples/commit/b88c3991c20ae869c430717ba82b7dce3cab0def))
* **ci:** Fix start-watch command ([#2344](https://github.com/mdn/interactive-examples/issues/2344)) ([6343ab5](https://github.com/mdn/interactive-examples/commit/6343ab5d7c640e00b5405c48dbc50829eef469c6))
* **CSS:** add small sized image for object-fit demo ([#2559](https://github.com/mdn/interactive-examples/issues/2559)) ([49ab1e1](https://github.com/mdn/interactive-examples/commit/49ab1e12cf381e93eff91045c22118ec4fb165a5))
* **css:** Fix `[@layer](https://github.com/layer)` example ([ebeda79](https://github.com/mdn/interactive-examples/commit/ebeda79b21d5345a7d72bb9807332e37577d32ed))
* **css:** Fix 2 contrast issues ([#2452](https://github.com/mdn/interactive-examples/issues/2452)) ([7f7dc1d](https://github.com/mdn/interactive-examples/commit/7f7dc1d3bb9528520fa305d1c1ecb381216fc3af))
* **css:** fix contrast of 4 css examples ([#2475](https://github.com/mdn/interactive-examples/issues/2475)) ([7845f11](https://github.com/mdn/interactive-examples/commit/7845f1106021ad1a430fc61e6782dae10c3de944))
* **css:** fix contrast of 9 css examples ([#2469](https://github.com/mdn/interactive-examples/issues/2469)) ([f32a584](https://github.com/mdn/interactive-examples/commit/f32a584cb847b5454270afc94d906de25080bedd))
* **css:** fix contrast of 9 CSS examples ([#2473](https://github.com/mdn/interactive-examples/issues/2473)) ([19146d0](https://github.com/mdn/interactive-examples/commit/19146d02efe6056c04ba9bfce8aa3deda99621af))
* **css:** fix contrast of opacity example ([#2489](https://github.com/mdn/interactive-examples/issues/2489)) ([28cffa2](https://github.com/mdn/interactive-examples/commit/28cffa2e309de0fa8311c7b3cbc37ff4c1d31c76))
* **css:** Fix CSS/[@layer](https://github.com/layer) try-it: make text-align effect visible ([#2519](https://github.com/mdn/interactive-examples/issues/2519)) ([56d74a5](https://github.com/mdn/interactive-examples/commit/56d74a59672885922e21db76123ae23ff916ab22))
* **css:** Improve contrast for angle ([#2437](https://github.com/mdn/interactive-examples/issues/2437)) ([685a062](https://github.com/mdn/interactive-examples/commit/685a062b857da427b7ae0322b3121e9b45535f8f))
* **css:** Remove invalid CSS comment ([#2471](https://github.com/mdn/interactive-examples/issues/2471)) ([6401fe6](https://github.com/mdn/interactive-examples/commit/6401fe6dcab6d78b155ba5f34b971dfe6362e1b1))
* **html:** Update attribute-autocomplete.html ([#2530](https://github.com/mdn/interactive-examples/issues/2530)) ([a5c281e](https://github.com/mdn/interactive-examples/commit/a5c281e15b188fe105bb1d732dbf2af37c78677c))
* **js:** Fix invalid output in `RelativeTimeFormat` example ([#2502](https://github.com/mdn/interactive-examples/issues/2502)) ([76b9274](https://github.com/mdn/interactive-examples/commit/76b9274ba91252a975ff81361c62f6f50544aabe))
* **js:** improve `array-flatmap` ([#2470](https://github.com/mdn/interactive-examples/issues/2470)) ([eaa86eb](https://github.com/mdn/interactive-examples/commit/eaa86ebee4653f590c1d09c583662896f7000f6e))

## [2.0.0](https://github.com/mdn/interactive-examples/compare/v1.0.4...v2.0.0) (2023-02-24)


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": "interactive-examples",
"version": "2.0.0",
"version": "2.1.0",
"description": "Interactive code examples embedded on MDN",
"author": "Mozilla",
"license": "MPL-2.0",
Expand Down

0 comments on commit ff54b2b

Please sign in to comment.