Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and bennypowers committed Oct 14, 2021
1 parent 218ecdc commit 6a80b43
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .changeset/fresh-emus-dance.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- 1242fc1: Add support for transforms like Sass or PostCSS.

See individual packages READMEs for examples.
TL;DR: Pass a function to plugin options which takes source text and outputs CSS text.

### Patch Changes

- Updated dependencies [1242fc1]
- @pwrs/lit-css@1.1.0

## 1.0.3

### 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": "1.0.3",
"version": "1.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": "^1.0.1"
"@pwrs/lit-css": "^1.1.0"
},
"peerDependencies": {
"esbuild": "^0.12.14"
Expand Down
14 changes: 14 additions & 0 deletions packages/lit-css-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 1.1.0

### Minor Changes

- 1242fc1: Add support for transforms like Sass or PostCSS.

See individual packages READMEs for examples.
TL;DR: Pass a function to plugin options which takes source text and outputs CSS text.

### Patch Changes

- Updated dependencies [1242fc1]
- @pwrs/lit-css@1.1.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lit-css-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lit-css-loader",
"description": "Import CSS files as tagged template literals",
"version": "1.0.1",
"version": "1.1.0",
"type": "module",
"main": "lit-css-loader.js",
"types": "lit-css-loader.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"lit-css-loader.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^1.0.1",
"@pwrs/lit-css": "^1.1.0",
"loader-utils": "^2.0.0"
}
}
9 changes: 9 additions & 0 deletions packages/lit-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pwrs/lit-css

## 1.1.0

### Minor Changes

- 1242fc1: Add support for transforms like Sass or PostCSS.

See individual packages READMEs for examples.
TL;DR: Pass a function to plugin options which takes source text and outputs CSS text.

## 1.0.1

### Patch 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": "1.0.1",
"version": "1.1.0",
"type": "module",
"main": "lit-css.js",
"types": "lit-css.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/rollup-plugin-lit-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# rollup-plugin-lit-css

## 3.1.0

### Minor Changes

- 1242fc1: Add support for transforms like Sass or PostCSS.

See individual packages READMEs for examples.
TL;DR: Pass a function to plugin options which takes source text and outputs CSS text.

### Patch Changes

- Updated dependencies [1242fc1]
- @pwrs/lit-css@1.1.0

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.2",
"version": "3.1.0",
"type": "module",
"main": "rollup-plugin-lit-css.js",
"types": "rollup-plugin-lit-css.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"rollup-plugin-lit-css.d.ts"
],
"dependencies": {
"@pwrs/lit-css": "^1.0.1",
"@pwrs/lit-css": "^1.1.0",
"rollup-pluginutils": "^2.8.2"
}
}
9 changes: 9 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# test

## 1.0.5

### Patch Changes

- Updated dependencies [1242fc1]
- [email protected]
- [email protected]
- [email protected]

## 1.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "test",
"private": true,
"type": "module",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"dependencies": {
"esbuild-plugin-lit-css": "1.0.3",
"lit-css-loader": "1.0.1",
"rollup-plugin-lit-css": "3.0.2"
"esbuild-plugin-lit-css": "1.1.0",
"lit-css-loader": "1.1.0",
"rollup-plugin-lit-css": "3.1.0"
}
}

0 comments on commit 6a80b43

Please sign in to comment.