Skip to content

Commit

Permalink
Version Packages (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 19, 2024
1 parent 75b4881 commit ddd01df
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/witty-mangos-fetch.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/rollup-plugin-lit-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rollup-plugin-lit-css

## 5.0.1

### Patch Changes

- 75b4881: Corrected types for include and exclude. No runtime changes

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-lit-css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rollup-plugin-lit-css",
"description": "Import CSS files as tagged template literals",
"version": "5.0.0",
"version": "5.0.1",
"type": "module",
"main": "rollup-plugin-lit-css.js",
"types": "rollup-plugin-lit-css.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/web-dev-server-plugin-lit-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web-dev-server-plugin-lit-css

## 3.0.1

### Patch Changes

- 75b4881: Corrected types for include and exclude. No runtime changes

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-dev-server-plugin-lit-css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-dev-server-plugin-lit-css",
"description": "Import CSS files as tagged template literals",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"main": "web-dev-server-plugin-lit-css.js",
"types": "web-dev-server-plugin-lit-css.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"esbuild-plugin-lit-css": "3.0.1",
"lit-css-loader": "3.0.0",
"rollup-plugin-lit-css": "5.0.0"
"rollup-plugin-lit-css": "5.0.1"
}
}

0 comments on commit ddd01df

Please sign in to comment.