Skip to content

Commit

Permalink
Version Packages (#4482)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Jan 9, 2024
1 parent 1a1f3f0 commit 5c8b142
Show file tree
Hide file tree
Showing 41 changed files with 104 additions and 78 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-frogs-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-ways-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-garlics-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-rocks-agree.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fresh-gifts-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lazy-beans-tap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ninety-bananas-sneeze.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/odd-buckets-attend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-phones-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-suns-sing.md

This file was deleted.

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

## 1.0.6

### Patch Changes

- [#4451](https://github.com/lit/lit/pull/4451) [`7852e130`](https://github.com/lit/lit/commit/7852e13022c9dcfcff5ed54a215c93420349e318) - Minor security fixes.

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-internal/benchmarks",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"description": "Benchmarks for lit",
"license": "BSD-3-Clause",
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.0';
export const litVersion = '3.1.1';
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.0"
"lit": "^3.1.1"
},
"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.0"
"lit": "^3.1.1"
},
"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.0"
"lit": "^3.1.1"
},
"devDependencies": {
"@web/dev-server": "^0.1.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/gen-wrapper-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit-labs/gen-wrapper-angular

## 0.1.2

### Patch Changes

- [#4293](https://github.com/lit/lit/pull/4293) [`5eea178e`](https://github.com/lit/lit/commit/5eea178e0df1199cd29e9d46bc888d52882f18dd) Thanks [@43081j](https://github.com/43081j)! - Generate valid wrappers for elements without reactive properties

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/gen-wrapper-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@lit-labs/gen-wrapper-angular",
"description": "Code generator for Angular wrappers for Lit components",
"version": "0.1.1",
"version": "0.1.2",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/gen-wrapper-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lit-labs/gen-wrapper-vue

## 0.3.2

### Patch Changes

- [#4466](https://github.com/lit/lit/pull/4466) [`8f38857c`](https://github.com/lit/lit/commit/8f38857c4a1da2014d7ac3d86eb2949f13d15e53) Thanks [@tibnor](https://github.com/tibnor)! - fix generated vite.config.ts to be valid

- [#4293](https://github.com/lit/lit/pull/4293) [`5eea178e`](https://github.com/lit/lit/commit/5eea178e0df1199cd29e9d46bc888d52882f18dd) Thanks [@43081j](https://github.com/43081j)! - Generate valid wrappers for elements without reactive properties

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/gen-wrapper-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-wrapper-vue",
"description": "Code generator for Vue wrapper for Lit components",
"version": "0.3.1",
"version": "0.3.2",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/ssr-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.6

### Patch Changes

- [#4481](https://github.com/lit/lit/pull/4481) [`1a1f3f0f`](https://github.com/lit/lit/commit/1a1f3f0fff9dc87548e5fc8e7f5c80142b52d669) - Provide better error message in `createAttributeParts()` when an error occurs due to hydration value mismatch.

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/ssr-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/ssr-client",
"version": "1.1.5",
"version": "1.1.6",
"description": "Client package for @lit-labs/ssr.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
9 changes: 9 additions & 0 deletions packages/labs/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.2.1

### Patch Changes

- [#4421](https://github.com/lit/lit/pull/4421) [`c7134a40`](https://github.com/lit/lit/commit/c7134a40f38d9db6adbb2c499431cf616f793f04) - Fix server template throwing when encountering an attribute binding on the
`html` tag. This is now handled correctly.

- [#4479](https://github.com/lit/lit/pull/4479) [`ee97d089`](https://github.com/lit/lit/commit/ee97d089a209b70527118c9dcd730440ccaf51b2) - Fix incorrect attribute names being matched to values when attribute expressions are followed by element expressions such as using the `ref` directive.

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/ssr",
"type": "module",
"version": "3.2.0",
"version": "3.2.1",
"publishConfig": {
"access": "public"
},
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.12

### Patch Changes

- [#4427](https://github.com/lit/lit/pull/4427) [`a19a60b8`](https://github.com/lit/lit/commit/a19a60b84c092ed974e5d294a2ece46f4b43dcd4) Thanks [@pdesoyres-cc](https://github.com/pdesoyres-cc)! - Now correctly include `/support/method-interception.js` and `/support/resize-observer-errors.js` artifacts to the published package. Previously these were listed in the package exports but not actually included with the npm published package.

## 2.0.11

### 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.11",
"version": "2.0.12",
"description": "Viewport-based virtualization (virtual scrolling) for Lit",
"author": "Google LLC",
"license": "BSD-3-Clause",
Expand Down
8 changes: 8 additions & 0 deletions packages/lit-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.3

### Patch Changes

- [#4473](https://github.com/lit/lit/pull/4473) [`9a4d569f`](https://github.com/lit/lit/commit/9a4d569f710a3c49409dcc778b71a71a04c4916a) - Add a warning in dev mode when binding this.requestUpdate directly as an event listener.

- [#4413](https://github.com/lit/lit/pull/4413) [`f60a3a2c`](https://github.com/lit/lit/commit/f60a3a2c994f41fc3df1bd8a76451ea185b66e11) - Remove unused internal parameters to `requestUpdate()`

## 4.0.2

### 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.2",
"version": "4.0.3",
"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.2');
(globalThis.litElementVersions ??= []).push('4.0.3');
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.1

### Patch Changes

- [#4409](https://github.com/lit/lit/pull/4409) [`1af7991c`](https://github.com/lit/lit/commit/1af7991c27456c7e6073a3ee6f18f102c2adc026) - asyncReplace correctly re-renders when value is unchanged (#4408)

## 3.1.0

### Minor 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.0",
"version": "3.1.1",
"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 @@ -2139,7 +2139,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.0');
(global.litHtmlVersions ??= []).push('3.1.1');
if (DEV_MODE && global.litHtmlVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-starter-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit/lit-starter-js

## 2.0.1

### Patch Changes

- [#4451](https://github.com/lit/lit/pull/4451) [`7852e130`](https://github.com/lit/lit/commit/7852e13022c9dcfcff5ed54a215c93420349e318) - Minor security fixes.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-starter-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit/lit-starter-js",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple web component",
"main": "my-element.js",
"module": "my-element.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-starter-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit/lit-starter-ts

## 2.0.1

### Patch Changes

- [#4451](https://github.com/lit/lit/pull/4451) [`7852e130`](https://github.com/lit/lit/commit/7852e13022c9dcfcff5ed54a215c93420349e318) - Minor security fixes.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-starter-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit/lit-starter-ts",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple web component",
"main": "my-element.js",
"module": "my-element.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/lit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.1.1

### Patch Changes

- [#4409](https://github.com/lit/lit/pull/4409) [`1af7991c`](https://github.com/lit/lit/commit/1af7991c27456c7e6073a3ee6f18f102c2adc026) - asyncReplace correctly re-renders when value is unchanged (#4408)

- [#4473](https://github.com/lit/lit/pull/4473) [`9a4d569f`](https://github.com/lit/lit/commit/9a4d569f710a3c49409dcc778b71a71a04c4916a) - Add a warning in dev mode when binding this.requestUpdate directly as an event listener.

- [#4413](https://github.com/lit/lit/pull/4413) [`f60a3a2c`](https://github.com/lit/lit/commit/f60a3a2c994f41fc3df1bd8a76451ea185b66e11) - Remove unused internal parameters to `requestUpdate()`

## 3.1.0

### Minor 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.0",
"version": "3.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/reactive-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.3

### Patch Changes

- [#4473](https://github.com/lit/lit/pull/4473) [`9a4d569f`](https://github.com/lit/lit/commit/9a4d569f710a3c49409dcc778b71a71a04c4916a) - Add a warning in dev mode when binding this.requestUpdate directly as an event listener.

- [#4413](https://github.com/lit/lit/pull/4413) [`f60a3a2c`](https://github.com/lit/lit/commit/f60a3a2c994f41fc3df1bd8a76451ea185b66e11) - Remove unused internal parameters to `requestUpdate()`

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit/reactive-element",
"version": "2.0.2",
"version": "2.0.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive-element/src/reactive-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ if (DEV_MODE) {

// IMPORTANT: do not change the property name or the assignment expression.
// This line will be used in regexes to search for ReactiveElement usage.
(global.reactiveElementVersions ??= []).push('2.0.2');
(global.reactiveElementVersions ??= []).push('2.0.3');
if (DEV_MODE && global.reactiveElementVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down

0 comments on commit 5c8b142

Please sign in to comment.