Skip to content

Commit

Permalink
Version Packages (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Jul 22, 2022
1 parent c28a050 commit 1ac5805
Show file tree
Hide file tree
Showing 56 changed files with 130 additions and 118 deletions.
7 changes: 0 additions & 7 deletions .changeset/angry-badgers-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-bottles-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-rocks-happen.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/dull-buttons-do.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eight-clocks-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-chairs-itch.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fast-numbers-act.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/few-monkeys-reply.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fifty-oranges-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-shirts-flash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fuzzy-spoons-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-cherries-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-pens-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-teachers-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-roses-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-kings-relax.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/small-doors-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-bees-build.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thin-jars-bathe.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/three-hounds-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-schools-impress.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/twenty-wasps-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-dots-fix.md

This file was deleted.

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

## 0.2.2

### Patch Changes

- [#3116](https://github.com/lit/lit/pull/3116) [`7d185b4e`](https://github.com/lit/lit/commit/7d185b4e882aeca70c7b750d8295d0da34a09cd8) - Upgraded TypeScript version to ~4.7.4

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/analyzer/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/analyzer",
"version": "0.2.1",
"version": "0.2.2",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/context/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/context

## 0.1.3

### Patch Changes

- [#3132](https://github.com/lit/lit/pull/3132) [`2fe2053f`](https://github.com/lit/lit/commit/2fe2053fe04e7226e5fa4e8b730e91a62a547b27) - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/context/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/context",
"version": "0.1.2",
"version": "0.1.3",
"description": "Helpers and controllers for using Context protocol",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/motion/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 1.0.3

### Patch Changes

- [#3132](https://github.com/lit/lit/pull/3132) [`2fe2053f`](https://github.com/lit/lit/commit/2fe2053fe04e7226e5fa4e8b730e91a62a547b27) - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/motion/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/motion",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lit directives for making things move.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/observers/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/observers

## 1.0.2

### Patch Changes

- [#3132](https://github.com/lit/lit/pull/3132) [`2fe2053f`](https://github.com/lit/lit/commit/2fe2053fe04e7226e5fa4e8b730e91a62a547b27) - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/observers/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/observers",
"version": "1.0.1",
"version": "1.0.2",
"description": "A set of reactive controllers that facilitate using the platform observer objects.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
12 changes: 12 additions & 0 deletions packages/labs/react/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log

## 1.0.7

### Patch Changes

- [#3072](https://github.com/lit/lit/pull/3072) [`94722633`](https://github.com/lit/lit/commit/947226339746d5795a8ded3d19d51d3d6fdf7b0e) - Avoid nested component props type declarations. Incrementally define what types are needed rather than nesting.

- [#3067](https://github.com/lit/lit/pull/3067) [`f3e3cddf`](https://github.com/lit/lit/commit/f3e3cddf5e03602558c92306ed4fc0234767ac39) - Fixed an error that occurs when when compiling TS. The error occurs when createComponent() is not provided an event map causing instance properties to be confused with event handlers.

- [#3111](https://github.com/lit/lit/pull/3111) [`6158482c`](https://github.com/lit/lit/commit/6158482c4123d74c29eb1ba2307c5aa2d059c041) - Removed the unexposed and unnecessary `StringValued` type used to correlate property names with event listener names.

- [#3132](https://github.com/lit/lit/pull/3132) [`2fe2053f`](https://github.com/lit/lit/commit/2fe2053fe04e7226e5fa4e8b730e91a62a547b27) - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/react",
"version": "1.0.6",
"version": "1.0.7",
"description": "A React component wrapper for web components.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/scoped-registry-mixin/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 1.0.1

### Patch Changes

- [#3132](https://github.com/lit/lit/pull/3132) [`2fe2053f`](https://github.com/lit/lit/commit/2fe2053fe04e7226e5fa4e8b730e91a62a547b27) - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

## 1.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/scoped-registry-mixin/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/scoped-registry-mixin",
"version": "1.0.0",
"version": "1.0.1",
"description": "A mixin for using speculative \"scoped CustomElementRegistry\" with LitElement.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/ssr/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 2.2.2

### Patch Changes

- [#3138](https://github.com/lit/lit/pull/3138) [`6450e17b`](https://github.com/lit/lit/commit/6450e17b58d1000d0501ad2b427a3248564d0c29) - JS source maps now include the TS source inline

- [#3136](https://github.com/lit/lit/pull/3136) [`afff4c17`](https://github.com/lit/lit/commit/afff4c174f131b6461be1ac86e2ceb4201030a8a) - Upgrade node-fetch version

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/ssr/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/ssr",
"type": "module",
"version": "2.2.1",
"version": "2.2.2",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/task/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 1.1.3

### Patch Changes

- [#3131](https://github.com/lit/lit/pull/3131) [`ec87d529`](https://github.com/lit/lit/commit/ec87d5297cba77c4272e89c69d0b1bd0e2ec6823) - Update Task typings to work better with inference and casting args to `as const` by making args a readonly array.

- [#3132](https://github.com/lit/lit/pull/3132) [`2fe2053f`](https://github.com/lit/lit/commit/2fe2053fe04e7226e5fa4e8b730e91a62a547b27) - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/task/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/task",
"version": "1.1.2",
"version": "1.1.3",
"description": "A controller for Lit that renders asynchronous tasks.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
10 changes: 10 additions & 0 deletions packages/labs/virtualizer/CHANGELOG.md
@@ -1,5 +1,15 @@
# @lit-labs/virtualizer

## 0.7.1

### Patch Changes

- [#3136](https://github.com/lit/lit/pull/3136) [`afff4c17`](https://github.com/lit/lit/commit/afff4c174f131b6461be1ac86e2ceb4201030a8a) - Upgrade tslib version

- [#3136](https://github.com/lit/lit/pull/3136) [`afff4c17`](https://github.com/lit/lit/commit/afff4c174f131b6461be1ac86e2ceb4201030a8a) - Upgrade event-target-shim

- [#3133](https://github.com/lit/lit/pull/3133) [`36db238c`](https://github.com/lit/lit/commit/36db238ce5ae53a3bfe656b5cb57856b0ac9ed3f) - The virtualize directive will now correctly re-render children when data stored outside the items array has changed.

## [0.7.0] - 2022-04-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/virtualizer/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/virtualizer",
"version": "0.7.0",
"version": "0.7.1",
"description": "Viewport-based virtualization (virtual scrolling) for Lit",
"author": "Google LLC",
"license": "BSD-3-Clause",
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-element/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 3.2.2

### Patch Changes

- [#3132](https://github.com/lit/lit/pull/3132) [`2fe2053f`](https://github.com/lit/lit/commit/2fe2053fe04e7226e5fa4e8b730e91a62a547b27) - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-element/package.json
@@ -1,6 +1,6 @@
{
"name": "lit-element",
"version": "3.2.1",
"version": "3.2.2",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-element/src/lit-element.ts
Expand Up @@ -298,7 +298,7 @@ export const _$LE = {

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

## 2.2.7

### Patch Changes

- [#3130](https://github.com/lit/lit/pull/3130) [`1f0567f1`](https://github.com/lit/lit/commit/1f0567f10c56531e555329eeb006349ba022070f) - Export the underlying type of the `keyed` directive.

- [#3132](https://github.com/lit/lit/pull/3132) [`2fe2053f`](https://github.com/lit/lit/commit/2fe2053fe04e7226e5fa4e8b730e91a62a547b27) - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

## 2.2.6

### 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.6",
"version": "2.2.7",
"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.6');
(globalThis.litHtmlVersions ??= []).push('2.2.7');
if (DEV_MODE && globalThis.litHtmlVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
8 changes: 8 additions & 0 deletions packages/lit/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 2.2.8

### Patch Changes

- [#3130](https://github.com/lit/lit/pull/3130) [`1f0567f1`](https://github.com/lit/lit/commit/1f0567f10c56531e555329eeb006349ba022070f) - Export the underlying type of the `keyed` directive.

- [#3132](https://github.com/lit/lit/pull/3132) [`2fe2053f`](https://github.com/lit/lit/commit/2fe2053fe04e7226e5fa4e8b730e91a62a547b27) - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

## 2.2.7

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

0 comments on commit 1ac5805

Please sign in to comment.