Skip to content

Commit

Permalink
Version Packages (#4663)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Jun 4, 2024
1 parent 4050cac commit 9217527
Show file tree
Hide file tree
Showing 30 changed files with 67 additions and 55 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-mugs-invite.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nasty-olives-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-actors-grab.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/rich-badgers-repair.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/small-icons-own.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/smart-pianos-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-shirts-peel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/violet-phones-look.md

This file was deleted.

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

## 1.1.2

### Patch Changes

- [#4598](https://github.com/lit/lit/pull/4598) [`7cfb2274`](https://github.com/lit/lit/commit/7cfb2274d8903c5be40ca4dcaf5167a57bb36a32) Thanks [@jun-sheaf](https://github.com/jun-sheaf)! - Use `target.set` instead of member assignment in `@consume()` decorator.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit/context",
"version": "1.1.1",
"version": "1.1.2",
"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/analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit-labs/analyzer

## 0.12.1

### Patch Changes

- [#4147](https://github.com/lit/lit/pull/4147) [`634d8624`](https://github.com/lit/lit/commit/634d86248d8943f15930d2b1d281991c174970b7) Thanks [@43081j](https://github.com/43081j)! - Support for mixin classes/functions as super classes of analyzed classes

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/analyzer",
"version": "0.12.0",
"version": "0.12.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/cli/src/lib/lit-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const litVersion = '3.1.3';
export const litVersion = '3.1.4';
2 changes: 1 addition & 1 deletion packages/labs/cli/test-goldens/init/js-named/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^3.1.3"
"lit": "^3.1.4"
},
"devDependencies": {
"@web/dev-server": "^0.1.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/cli/test-goldens/init/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^3.1.3"
"lit": "^3.1.4"
},
"devDependencies": {
"@web/dev-server": "^0.1.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/cli/test-goldens/init/ts-named/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lit"
],
"dependencies": {
"lit": "^3.1.3"
"lit": "^3.1.4"
},
"devDependencies": {
"@web/dev-server": "^0.1.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/gen-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit-labs/gen-manifest

## 0.3.3

### Patch Changes

- [#4147](https://github.com/lit/lit/pull/4147) [`634d8624`](https://github.com/lit/lit/commit/634d86248d8943f15930d2b1d281991c174970b7) Thanks [@43081j](https://github.com/43081j)! - Support for mixin classes/functions as super classes of analyzed classes

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/gen-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-manifest",
"description": "Code generator for generating Custom Elements Manifests for Lit components",
"version": "0.3.2",
"version": "0.3.3",
"author": "Google LLC",
"license": "BSD-3-Clause",
"bugs": "https://github.com/lit/lit/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/virtualizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit-labs/virtualizer

## 2.0.13

### Patch Changes

- [#4564](https://github.com/lit/lit/pull/4564) [`6b4b45ff`](https://github.com/lit/lit/commit/6b4b45ffee88e546110a31f946f27eafe364fa42) Thanks [@IMinchev64](https://github.com/IMinchev64)! - Guard top-level `window` with `typeof` check so that importing the code will not throw when imported in non-browser environments without a global `window` defined. Note, this on its own will not server render items inside the virtualizer, but it will no longer error when attempting to do so.

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/virtualizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/virtualizer",
"version": "2.0.12",
"version": "2.0.13",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.6

### Patch Changes

- [#4646](https://github.com/lit/lit/pull/4646) [`abf30b3e`](https://github.com/lit/lit/commit/abf30b3e895ea5d833f6d9559612e2b1ba47580d) - The value provided by the `ref()` directive will always be `undefined` when the element is disconnected.

## 4.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit-element",
"version": "4.0.5",
"version": "4.0.6",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-element/src/lit-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,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('4.0.5');
(globalThis.litElementVersions ??= []).push('4.0.6');
if (DEV_MODE && globalThis.litElementVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.1.4

### Patch Changes

- [#4646](https://github.com/lit/lit/pull/4646) [`abf30b3e`](https://github.com/lit/lit/commit/abf30b3e895ea5d833f6d9559612e2b1ba47580d) - The value provided by the `ref()` directive will always be `undefined` when the element is disconnected.

## 3.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit-html",
"version": "3.1.3",
"version": "3.1.4",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,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.
(global.litHtmlVersions ??= []).push('3.1.3');
(global.litHtmlVersions ??= []).push('3.1.4');
if (DEV_MODE && global.litHtmlVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
6 changes: 6 additions & 0 deletions packages/lit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.1.4

### Patch Changes

- [#4646](https://github.com/lit/lit/pull/4646) [`abf30b3e`](https://github.com/lit/lit/commit/abf30b3e895ea5d833f6d9559612e2b1ba47580d) - The value provided by the `ref()` directive will always be `undefined` when the element is disconnected.

## 3.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit",
"version": "3.1.3",
"version": "3.1.4",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.0.1

### Patch Changes

- [#4552](https://github.com/lit/lit/pull/4552) [`4050cac6`](https://github.com/lit/lit/commit/4050cac64e39870eb0257d2ab8f72f3e43b92077) Thanks [@jrencz](https://github.com/jrencz)! - Make `status` of Task a readonly property

So far `status` was writable which allowed for setting status of task form outside. Doing so did cause rendering of
expected template but the task was becoming internally incoherent.

Now attempt to assign `status` will end up in throwing a `TypeError`.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit/task",
"version": "1.0.0",
"version": "1.0.1",
"description": "A controller for Lit that renders asynchronous tasks.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down

0 comments on commit 9217527

Please sign in to comment.