Skip to content

Commit

Permalink
Version Packages (#4579)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Mar 14, 2024
1 parent 5ed30d4 commit dd74c60
Show file tree
Hide file tree
Showing 34 changed files with 116 additions and 63 deletions.
2 changes: 0 additions & 2 deletions .changeset/curvy-wasps-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-rats-brush.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/gentle-parents-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-steaks-hope.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/plenty-laws-compare.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/rare-pianos-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-dolls-confess.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/strange-peas-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-pans-count.md

This file was deleted.

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

## 0.12.0

### Minor Changes

- [#4261](https://github.com/lit/lit/pull/4261) [`1b17a369`](https://github.com/lit/lit/commit/1b17a369f3ecf54d2617fe08b0d52fd0f993074b) - Add lib/lit-html/template.js module with initial template utilities.

## 0.11.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.11.1",
"version": "0.12.0",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/cli/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-labs/cli

## 0.6.3

### Patch Changes

- Updated dependencies [[`1b17a369`](https://github.com/lit/lit/commit/1b17a369f3ecf54d2617fe08b0d52fd0f993074b)]:
- @lit-labs/analyzer@0.12.0

## 0.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/cli",
"description": "Tooling for Lit development",
"version": "0.6.2",
"version": "0.6.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -79,7 +79,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.11.0",
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/gen-utils": "^0.3.0",
"@lit/localize-tools": "^0.7.0",
"chalk": "^5.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/compiler/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-labs/compiler

## 1.0.3

### Patch Changes

- Updated dependencies [[`1b17a369`](https://github.com/lit/lit/commit/1b17a369f3ecf54d2617fe08b0d52fd0f993074b)]:
- @lit-labs/analyzer@0.12.0

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/compiler/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/compiler",
"description": "Compiler to prepare Lit templates at build time",
"version": "1.0.2",
"version": "1.0.3",
"author": "Google LLC",
"homepage": "https://github.com/Lit/Lit/tree/main/packages/labs/compiler",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -103,7 +103,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.11.0",
"@lit-labs/analyzer": "^0.12.0",
"@parse5/tools": "^0.3.0",
"lit-html": "^3.1.2",
"parse5": "^7.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/eslint-plugin/CHANGELOG.md
@@ -0,0 +1,8 @@
# eslint-plugin-lit

## 0.0.1

### Patch Changes

- Updated dependencies [[`1b17a369`](https://github.com/lit/lit/commit/1b17a369f3ecf54d2617fe08b0d52fd0f993074b)]:
- @lit-labs/analyzer@0.12.0
4 changes: 2 additions & 2 deletions packages/labs/eslint-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-lit",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"description": "Lit support for ESLint",
"license": "BSD-3-Clause",
"author": "Google LLC",
Expand Down Expand Up @@ -64,7 +64,7 @@
"eslint": "^8.56.0"
},
"dependencies": {
"@lit-labs/analyzer": "^0.11.1",
"@lit-labs/analyzer": "^0.12.0",
"@typescript-eslint/utils": "^6.19.0",
"typescript": "~5.3.3"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-manifest/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-labs/gen-manifest

## 0.3.2

### Patch Changes

- Updated dependencies [[`1b17a369`](https://github.com/lit/lit/commit/1b17a369f3ecf54d2617fe08b0d52fd0f993074b)]:
- @lit-labs/analyzer@0.12.0

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/gen-manifest/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-manifest",
"description": "Code generator for generating Custom Elements Manifests for Lit components",
"version": "0.3.1",
"version": "0.3.2",
"author": "Google LLC",
"license": "BSD-3-Clause",
"bugs": "https://github.com/lit/lit/issues",
Expand Down Expand Up @@ -48,7 +48,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.11.0",
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/gen-utils": "^0.3.0",
"custom-elements-manifest": "^2.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-labs/gen-utils

## 0.3.2

### Patch Changes

- Updated dependencies [[`1b17a369`](https://github.com/lit/lit/commit/1b17a369f3ecf54d2617fe08b0d52fd0f993074b)]:
- @lit-labs/analyzer@0.12.0

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/gen-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-utils",
"description": "Utilities for lit code generators",
"version": "0.3.1",
"version": "0.3.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.11.0"
"@lit-labs/analyzer": "^0.12.0"
},
"devDependencies": {
"@lit-internal/tests": "^0.0.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-wrapper-angular/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-labs/gen-wrapper-angular

## 0.1.3

### Patch Changes

- Updated dependencies [[`1b17a369`](https://github.com/lit/lit/commit/1b17a369f3ecf54d2617fe08b0d52fd0f993074b)]:
- @lit-labs/analyzer@0.12.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/gen-wrapper-angular/package.json
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.2",
"version": "0.1.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -58,7 +58,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.11.0",
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/gen-utils": "^0.3.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-wrapper-react/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-labs/gen-wrapper-react

## 0.3.2

### Patch Changes

- Updated dependencies [[`1b17a369`](https://github.com/lit/lit/commit/1b17a369f3ecf54d2617fe08b0d52fd0f993074b)]:
- @lit-labs/analyzer@0.12.0

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/gen-wrapper-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-wrapper-react",
"description": "Code generator for React wrapper for Lit components",
"version": "0.3.1",
"version": "0.3.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.11.0",
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/gen-utils": "^0.3.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-wrapper-vue/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-labs/gen-wrapper-vue

## 0.3.3

### Patch Changes

- Updated dependencies [[`1b17a369`](https://github.com/lit/lit/commit/1b17a369f3ecf54d2617fe08b0d52fd0f993074b)]:
- @lit-labs/analyzer@0.12.0

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/gen-wrapper-vue/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-wrapper-vue",
"description": "Code generator for Vue wrapper for Lit components",
"version": "0.3.2",
"version": "0.3.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.11.0",
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/gen-utils": "^0.3.0",
"@lit-labs/vue-utils": "^0.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/ssr-react/package.json
Expand Up @@ -99,7 +99,7 @@
}
},
"devDependencies": {
"@lit/react": "1.0.3",
"@lit/react": "1.0.4",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"lit": "^3.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/test-projects/test-elements-react/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-internal/test-elements-react

## 1.0.5

### Patch Changes

- Updated dependencies [[`5ed30d47`](https://github.com/lit/lit/commit/5ed30d47f7c2d5574293a9caf73cdf13a1907dcd), [`d68f5c70`](https://github.com/lit/lit/commit/d68f5c705484b9f6ea1f553d4851a9aa6a440db0)]:
- @lit/react@1.0.4

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/test-projects/test-elements-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-internal/test-elements-react",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"description": "React components made by wrapping @lit-internal/test-element-a with @lit/react used for testing.",
"type": "module",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@lit-internal/test-element-a": "1.0.1",
"@lit/react": "1.0.3"
"@lit/react": "1.0.4"
},
"peerDependencies": {
"react": "^17 || ^18",
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/testing/CHANGELOG.md
@@ -1,5 +1,13 @@
# @lit-labs/testing

## 0.2.4

### Patch Changes

- [#4541](https://github.com/lit/lit/pull/4541) [`d128391b`](https://github.com/lit/lit/commit/d128391b2713ec431a5ca3763266f95ed214d67c) - Fix declarative shadowroot detection and parsing to use the correct spec behavior.

- [#4516](https://github.com/lit/lit/pull/4516) [`c51bc182`](https://github.com/lit/lit/commit/c51bc1824b150bb06499887d16938ff8670bf90c) - Update @web/test-runner-commands dependency

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/testing",
"version": "0.2.3",
"version": "0.2.4",
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,21 @@
# Change Log

## 1.0.4

### Patch Changes

- [#4572](https://github.com/lit/lit/pull/4572) [`5ed30d47`](https://github.com/lit/lit/commit/5ed30d47f7c2d5574293a9caf73cdf13a1907dcd) - Fix issue where event handler prop was incorrectly being set on the underlying custom element instance and potentially overriding an existing method/property.

- [#4534](https://github.com/lit/lit/pull/4534) [`d68f5c70`](https://github.com/lit/lit/commit/d68f5c705484b9f6ea1f553d4851a9aa6a440db0) - Wrapped components will now keep track of JSX props from previous render that were set as a property on the element, but are now missing, and set the property to `undefined`. Note, wrapped components still do not have "default props" and missing props will be treated the same as explicitly passing in `undefined`.

This fixes the previously unexpected behavior where the following JSX when first rendered with a truthy condition

```jsx
return condition ? <WrappedInput disabled /> : <WrappedInput />;
```

would leave the `disabled` property and reflected attribute to be `true` even when the condition turns falsey.

## 1.0.3

### Patch Changes
Expand Down

0 comments on commit dd74c60

Please sign in to comment.