From 5f174238930205f0dd10c1f461d3063062903c4a Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Thu, 9 Mar 2023 17:03:31 +0100 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a9fc144b..493e1422db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.1.0](https://github.com/mdn/interactive-examples/compare/v2.0.0...v2.1.0) (2023-03-09) + + +### 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 + +* **ci:** Fix start-watch command ([#2344](https://github.com/mdn/interactive-examples/issues/2344)) ([6343ab5](https://github.com/mdn/interactive-examples/commit/6343ab5d7c640e00b5405c48dbc50829eef469c6)) +* **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 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:** 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)) + ## [2.0.0](https://github.com/mdn/interactive-examples/compare/v1.0.4...v2.0.0) (2023-02-24) diff --git a/package-lock.json b/package-lock.json index 9da6a8d399..4d773073e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "interactive-examples", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "interactive-examples", - "version": "2.0.0", + "version": "2.1.0", "license": "MPL-2.0", "devDependencies": { "@babel/core": "^7.21.0", diff --git a/package.json b/package.json index 4972d73082..a1503773de 100644 --- a/package.json +++ b/package.json @@ -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",