Skip to content

Commit 4a9c933

Browse files
Version Packages (#66)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d85e257 commit 4a9c933

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.changeset/grumpy-bats-travel.md

-4
This file was deleted.

packages/typescript-transform-lit-css/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# typescript-transform-lit-css
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- d85e257: Prevent `Error: Debug Failure. Did not expect SourceFile to have an Identifier in its trivia`. See [Typescript#39854](https://github.com/microsoft/TypeScript/issues/39854#issuecomment-732494514).
8+
39
## 2.0.1
410

511
### Patch Changes

packages/typescript-transform-lit-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-transform-lit-css",
33
"description": "import CSS files as tagged template literals",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"type": "module",
66
"main": "typescript-transform-lit-css.js",
77
"types": "typescript-transform-lit-css.d.ts",

0 commit comments

Comments
 (0)