Skip to content

Commit

Permalink
Version Packages (#51)
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] committed Nov 15, 2023
1 parent 08a095f commit 6696feb
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/cssnano.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/typescript-min.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- 08a095f: Add `cssnano` config property, deprecate `uglify` config property.

### Patch Changes

- Updated dependencies [08a095f]
- @pwrs/lit-css@2.1.0

## 2.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-lit-css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-plugin-lit-css",
"description": "import CSS files as tagged template literals",
"version": "2.0.5",
"version": "2.1.0",
"type": "module",
"main": "esbuild-plugin-lit-css.js",
"types": "esbuild-plugin-lit-css.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"esbuild-plugin-lit-css.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^2.0.0"
"@pwrs/lit-css": "^2.1.0"
},
"peerDependencies": {
"esbuild": "^0.16.17 || ^0.17.16 || ^0.18.1 || ^0.19.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pwrs/lit-css

## 2.1.0

### Minor Changes

- 08a095f: Add `cssnano` config property, deprecate `uglify` config property.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pwrs/lit-css",
"description": "Import CSS files as css tagged-template literals",
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"main": "lit-css.js",
"types": "lit-css.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/typescript-transform-lit-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# typescript-transform-lit-css

## 1.1.0

### Minor Changes

- 08a095f: Add `cleanCss` config property, deprecate uglify css

### Patch Changes

- Updated dependencies [08a095f]
- @pwrs/lit-css@2.1.0
4 changes: 2 additions & 2 deletions packages/typescript-transform-lit-css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-transform-lit-css",
"description": "import CSS files as tagged template literals",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "typescript-transform-lit-css.js",
"types": "typescript-transform-lit-css.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript-transform-lit-css.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^2.0.0"
"@pwrs/lit-css": "^2.1.0"
},
"peerDependencies": {
"typescript": "^5",
Expand Down
11 changes: 11 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,16 @@
# web-dev-server-plugin-lit-css

## 2.1.0

### Minor Changes

- 08a095f: Add `cssnano` config property, deprecate `uglify` config property.

### Patch Changes

- Updated dependencies [08a095f]
- @pwrs/lit-css@2.1.0

## 2.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.5",
"version": "2.1.0",
"type": "module",
"main": "web-dev-server-plugin-lit-css.js",
"types": "web-dev-server-plugin-lit-css.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"web-dev-server-plugin-lit-css.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^2.0.0",
"@pwrs/lit-css": "^2.1.0",
"@rollup/pluginutils": "^5.0.5"
}
}
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": "1.0.10",
"license": "MIT",
"dependencies": {
"esbuild-plugin-lit-css": "2.0.5",
"esbuild-plugin-lit-css": "2.1.0",
"lit-css-loader": "2.0.1",
"rollup-plugin-lit-css": "4.0.1"
}
Expand Down

0 comments on commit 6696feb

Please sign in to comment.