Skip to content

Commit 8c69d07

Browse files
Version Packages (#69)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f9a613 commit 8c69d07

File tree

16 files changed

+82
-26
lines changed

16 files changed

+82
-26
lines changed

.changeset/beige-books-go.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/esbuild-plugin-lit-css/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# esbuild-plugin-lit-css
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 0f9a613: Requires node >= 22
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0f9a613]
12+
- @pwrs/lit-css@4.0.0
13+
314
## 3.0.2
415

516
### Patch Changes

packages/esbuild-plugin-lit-css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-plugin-lit-css",
33
"description": "import CSS files as tagged template literals",
4-
"version": "3.0.2",
4+
"version": "4.0.0",
55
"type": "module",
66
"main": "esbuild-plugin-lit-css.js",
77
"types": "esbuild-plugin-lit-css.d.ts",
@@ -32,7 +32,7 @@
3232
"esbuild-plugin-lit-css.d.ts"
3333
],
3434
"dependencies": {
35-
"@pwrs/lit-css": "^3.0.1"
35+
"@pwrs/lit-css": "^4.0.0"
3636
},
3737
"peerDependencies": {
3838
"esbuild": ">=0.16.17 || ^0.25.0",

packages/esbuild-plugin-minify-html-literals/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-plugin-minify-html-literals
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- 0f9a613: Requires node >= 22
8+
39
## 2.0.1
410

511
### Patch Changes

packages/esbuild-plugin-minify-html-literals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-plugin-minify-html-literals",
33
"description": "Minify HTML tagged template literals with esbuild",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"type": "module",
66
"main": "esbuild-plugin-minify-html-literals.js",
77
"types": "esbuild-plugin-minify-html-literals.d.ts",

packages/lit-css-loader/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 0f9a613: Requires node >= 22
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0f9a613]
12+
- @pwrs/lit-css@4.0.0
13+
314
## 3.0.1
415

516
### Patch Changes

packages/lit-css-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lit-css-loader",
33
"description": "Import CSS files as tagged template literals",
4-
"version": "3.0.1",
4+
"version": "4.0.0",
55
"type": "module",
66
"main": "lit-css-loader.js",
77
"types": "lit-css-loader.d.ts",
@@ -32,7 +32,7 @@
3232
"lit-css-loader.d.ts"
3333
],
3434
"dependencies": {
35-
"@pwrs/lit-css": "^3.0.1",
35+
"@pwrs/lit-css": "^4.0.0",
3636
"loader-utils": "^3.3.1"
3737
}
3838
}

packages/lit-css/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pwrs/lit-css
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- 0f9a613: Requires node >= 22
8+
39
## 3.0.1
410

511
### Patch Changes

packages/lit-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pwrs/lit-css",
33
"description": "Import CSS files as css tagged-template literals",
4-
"version": "3.0.1",
4+
"version": "4.0.0",
55
"type": "module",
66
"main": "lit-css.js",
77
"types": "lit-css.d.ts",

packages/rollup-plugin-lit-css/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# rollup-plugin-lit-css
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- 0f9a613: Requires node >= 22
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0f9a613]
12+
- @pwrs/lit-css@4.0.0
13+
314
## 5.0.2
415

516
### Patch Changes

0 commit comments

Comments
 (0)