Skip to content

Commit

Permalink
Version Packages (#3841)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Apr 26, 2023
1 parent 931d4c9 commit 36544f5
Show file tree
Hide file tree
Showing 30 changed files with 61 additions and 59 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-rockets-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-walls-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-badgers-burn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-rabbits-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-elephants-cough.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-teachers-brush.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/silly-gorillas-arrive.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/spicy-waves-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-mails-learn.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/warm-camels-end.md

This file was deleted.

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 = '2.7.2';
export const litVersion = '2.7.3';
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": "^2.7.2"
"lit": "^2.7.3"
},
"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": "^2.7.2"
"lit": "^2.7.3"
},
"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": "^2.7.2"
"lit": "^2.7.3"
},
"devDependencies": {
"@web/dev-server": "^0.1.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit-labs/context

## 0.3.1

### Patch Changes

- [#3834](https://github.com/lit/lit/pull/3834) [`9a4a1786`](https://github.com/lit/lit/commit/9a4a178618ba1a7c3e0e4eb603d5ca6c22ca58d7) - Fixes ContextRoot for requesters in nested shadowRoots, #3833

## 0.3.0

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

## 1.1.1

### Patch Changes

- [#3793](https://github.com/lit/lit/pull/3793) [`8a11f7ea`](https://github.com/lit/lit/commit/8a11f7ea0964c8d8f055e1a085e3f5b99877dccd) - Warn instead of throwing on repeat custom element registration in development mode.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/ssr-dom-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/ssr-dom-shim",
"version": "1.1.0",
"version": "1.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/virtualizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lit-labs/virtualizer

## 2.0.1

### Patch Changes

- [#3819](https://github.com/lit/lit/pull/3819) [`f0c8336a`](https://github.com/lit/lit/commit/f0c8336a03ca2c02c48a13710eca8aca3ba70758) - Fix [#3815: Masonry: size and range bugs when the last item placed isn't the one extending the furthest](https://github.com/lit/lit/issues/3815)

- [#3708](https://github.com/lit/lit/pull/3708) [`a1f8c345`](https://github.com/lit/lit/commit/a1f8c345cc978be06c6416edd1228fc5471c53d8) - [@lit-labs/virtualizer]: handle uninitialized layout in \_childrenSizeChanged

## 2.0.0

### Major 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.0",
"version": "2.0.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.3.2

### Patch Changes

- [#3766](https://github.com/lit/lit/pull/3766) [`4431cbb8`](https://github.com/lit/lit/commit/4431cbb85428e54bafa090088056a325fe623aa1) - Fix styleMap initial render of mixed-case custom props

## 3.3.1

### 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": "3.3.1",
"version": "3.3.2",
"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 @@ -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.3.1');
(globalThis.litElementVersions ??= []).push('3.3.2');
if (DEV_MODE && globalThis.litElementVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
8 changes: 8 additions & 0 deletions packages/lit-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.7.3

### Patch Changes

- [#3825](https://github.com/lit/lit/pull/3825) [`343187b1`](https://github.com/lit/lit/commit/343187b1acbbdb02ce8d01fa0a0d326870419763) - `static-html` no longer adds an item to `TemplateResult`'s value array for the last consumed static value. This fixes an error with server-side rendering of static html.

- [#3766](https://github.com/lit/lit/pull/3766) [`4431cbb8`](https://github.com/lit/lit/commit/4431cbb85428e54bafa090088056a325fe623aa1) - Fix styleMap initial render of mixed-case custom props

## 2.7.2

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

## 2.7.3

### Patch Changes

- [#3825](https://github.com/lit/lit/pull/3825) [`343187b1`](https://github.com/lit/lit/commit/343187b1acbbdb02ce8d01fa0a0d326870419763) - `static-html` no longer adds an item to `TemplateResult`'s value array for the last consumed static value. This fixes an error with server-side rendering of static html.

- [#3766](https://github.com/lit/lit/pull/3766) [`4431cbb8`](https://github.com/lit/lit/commit/4431cbb85428e54bafa090088056a325fe623aa1) - Fix styleMap initial render of mixed-case custom props

## 2.7.2

### 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": "2.7.2",
"version": "2.7.3",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/localize-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.9

### Patch Changes

- [#3800](https://github.com/lit/lit/pull/3800) [`c5add753`](https://github.com/lit/lit/commit/c5add75362b61fa331b534fe6291d3264b0d1f93) - Relax the typescript version for compatibility with typescript > 4.7 && < 5.0

## 0.6.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localize-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit/localize-tools",
"version": "0.6.8",
"version": "0.6.9",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 36544f5

Please sign in to comment.