From 6bf882733abd4b9930d1d1a3c9133d0b40ca88be Mon Sep 17 00:00:00 2001 From: Lit Robot Date: Tue, 23 Dec 2025 21:58:36 +0000 Subject: [PATCH] Import upstream changes (0fc671bc390cac3b9900fc3616347eeeecd91d5a) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0d864..09b5d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @lit/lit-starter-ts +## 2.0.3 + +### Patch Changes + +- [#4984](https://github.com/lit/lit/pull/4984) [`ad23f26ae908a160d30ed2a939b322fe9cc2ee83`](https://github.com/lit/lit/commit/ad23f26ae908a160d30ed2a939b322fe9cc2ee83) Thanks [@kyubisation](https://github.com/kyubisation)! - Update TypeScript dependencies to version 5.8 with related ARIAMixin changes (ariaColIndexText, ariaRelevant and ariaRowIndexText) + ## 2.0.2 ### Patch Changes diff --git a/package.json b/package.json index 7419352..158c372 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lit/lit-starter-ts", "private": true, - "version": "2.0.2", + "version": "2.0.3", "description": "A simple web component", "main": "my-element.js", "module": "my-element.js",