Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Jul 27, 2022
1 parent 6e0d0b4 commit 8dc5b7c
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-cars-peel.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/forty-bats-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-rocks-pretend.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/spotty-ducks-compete.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/labs/testing/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/testing

## 0.1.1

### Patch Changes

- [#3175](https://github.com/lit/lit/pull/3175) [`27e08e5d`](https://github.com/lit/lit/commit/27e08e5d71af85fb5e38bbd968d7a7cb14c12193) - Make resolved paths sent to worker be file urls. Fixes incompatibility with Windows filepaths.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/testing",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-html/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.2.8

### Patch Changes

- [#3003](https://github.com/lit/lit/pull/3003) [`daddeb34`](https://github.com/lit/lit/commit/daddeb346a2f454b25a6a5d1722683197f25fbcd) - Lit's `async-directive` now re-exports everything from the `directive` module.

## 2.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-html/package.json
@@ -1,6 +1,6 @@
{
"name": "lit-html",
"version": "2.2.7",
"version": "2.2.8",
"description": "HTML templates literals in JavaScript",
"license": "BSD-3-Clause",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-html/src/lit-html.ts
Expand Up @@ -2153,7 +2153,7 @@ polyfillSupport?.(Template, ChildPart);

// IMPORTANT: do not change the property name or the assignment expression.
// This line will be used in regexes to search for lit-html usage.
(globalThis.litHtmlVersions ??= []).push('2.2.7');
(globalThis.litHtmlVersions ??= []).push('2.2.8');
if (DEV_MODE && globalThis.litHtmlVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
6 changes: 6 additions & 0 deletions packages/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.2.9

### Patch Changes

- [#3003](https://github.com/lit/lit/pull/3003) [`daddeb34`](https://github.com/lit/lit/commit/daddeb346a2f454b25a6a5d1722683197f25fbcd) - Lit's `async-directive` now re-exports everything from the `directive` module.

## 2.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "lit",
"version": "2.2.8",
"version": "2.2.9",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 8dc5b7c

Please sign in to comment.