Skip to content

Commit 656c0e6

Browse files
Version Packages (#53)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3da01e3 commit 656c0e6

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

Diff for: .changeset/ts-peer.md

-4
This file was deleted.

Diff for: .changeset/typescript-transform-lit-css-23-11-15.md

-4
This file was deleted.

Diff for: packages/typescript-transform-lit-css/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- 3da01e3: Add peer dependencies
8+
- 3da01e3: Fix error on unspecified exports, and unbundle the transformer module
9+
310
## 1.1.0
411

512
### Minor Changes

Diff for: 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": "1.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"main": "typescript-transform-lit-css.js",
77
"types": "typescript-transform-lit-css.d.ts",

0 commit comments

Comments
 (0)