From f557b7bc30a44763137a94b82cb513569b213cfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 00:28:22 +0000 Subject: [PATCH] chore(main): release 1.0.3 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0eee9a..7694742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.3](https://github.com/vanvuongngo/container-query-polyfill/compare/v1.0.2...v1.0.3) (2022-11-26) + + +### Bug Fixes + +* improve :where supports check ([#65](https://github.com/vanvuongngo/container-query-polyfill/issues/65)) ([1dab190](https://github.com/vanvuongngo/container-query-polyfill/commit/1dab190dbd640f2ad1a1535c69a7143182729cee)), closes [#64](https://github.com/vanvuongngo/container-query-polyfill/issues/64) +* Improve performance on lower end devices ([48dfef8](https://github.com/vanvuongngo/container-query-polyfill/commit/48dfef88f8eb037cd38ad8d43410950694504497)) + ## [1.0.2](https://github.com/GoogleChromeLabs/container-query-polyfill/compare/v1.0.1...v1.0.2) (2022-11-08) diff --git a/package-lock.json b/package-lock.json index 76226f6..c602754 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "container-query-polyfill", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "container-query-polyfill", - "version": "1.0.2", + "version": "1.0.3", "license": "Apache-2.0", "devDependencies": { "@types/async": "^3.2.14", diff --git a/package.json b/package.json index 9bcbfbe..b0b7f89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "container-query-polyfill", - "version": "1.0.2", + "version": "1.0.3", "description": "", "repository": { "type": "git",