Skip to content

Commit

Permalink
Version Packages (#4532)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Jan 31, 2024
1 parent 258142d commit b4e3c0e
Show file tree
Hide file tree
Showing 57 changed files with 214 additions and 134 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-windows-pretend.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/cyan-kids-flow.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/dirty-beans-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-schools-flash.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fresh-apples-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-fishes-do.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/funny-camels-teach.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/funny-files-tease.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gold-readers-obey.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/late-berries-sleep.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-points-deliver.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/loud-geese-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-cars-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-cars-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-rocks-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-books-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-crews-cover.md

This file was deleted.

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.11.1

### Patch Changes

- [#4520](https://github.com/lit/lit/pull/4520) [`89c5bdfb`](https://github.com/lit/lit/commit/89c5bdfbc9bc9177f25d4d8f35e41e842afa0d63) - Update typescript dependency

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

## 1.0.2

### Patch Changes

- [#4520](https://github.com/lit/lit/pull/4520) [`89c5bdfb`](https://github.com/lit/lit/commit/89c5bdfbc9bc9177f25d4d8f35e41e842afa0d63) - Update typescript dependency

- Updated dependencies [[`1a32b61e`](https://github.com/lit/lit/commit/1a32b61ecf09c2c2e6efac2735c2c627af793286), [`57b00630`](https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf), [`dca963f7`](https://github.com/lit/lit/commit/dca963f7f5d2f7be91f2f073ebabe92d033b3a25)]:
- lit-html@3.1.2

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/compiler",
"description": "Compiler to prepare Lit templates at build time",
"version": "1.0.1",
"version": "1.0.2",
"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": {
"@parse5/tools": "^0.3.0",
"lit-html": "^3.0.0",
"lit-html": "^3.1.2",
"parse5": "^7.1.2",
"typescript": "~5.3.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/labs/motion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.0.7

### Patch Changes

- [#2239](https://github.com/lit/lit/pull/2239) [`851334cb`](https://github.com/lit/lit/commit/851334cb40c4903ce3fd10544942da1887f5c721) Thanks [@alfonsogarciacaro](https://github.com/alfonsogarciacaro)! - Make `animate` directive compatible with any element implementing `ReactiveControllerHost` instead of just `LitElement`.

- [#4496](https://github.com/lit/lit/pull/4496) [`78d23215`](https://github.com/lit/lit/commit/78d23215060ab09e0048f7f583ac8b291378ac21) Thanks [@zh-lx](https://github.com/zh-lx)! - Fix a harmless but incorrect check on array during ancestor adjustment. This fix is purely an optimization with no change in behavior.

- Updated dependencies [[`1a32b61e`](https://github.com/lit/lit/commit/1a32b61ecf09c2c2e6efac2735c2c627af793286), [`57b00630`](https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf)]:
- lit@3.1.2

## 1.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/motion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/motion",
"version": "1.0.6",
"version": "1.0.7",
"description": "Lit directives for making things move.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down Expand Up @@ -157,7 +157,7 @@
"@types/trusted-types": "^2.0.2"
},
"dependencies": {
"lit": "^2.0.0 || ^3.0.0"
"lit": "^3.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/labs/preact-signals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lit-labs/preact-signals

## 1.0.2

### Patch Changes

- [#4487](https://github.com/lit/lit/pull/4487) [`b6371030`](https://github.com/lit/lit/commit/b637103020e1f697bead0f784b202c3802574aa8) - The `SignalWatcher` mixin can now accept abstract classes.

- Updated dependencies [[`1a32b61e`](https://github.com/lit/lit/commit/1a32b61ecf09c2c2e6efac2735c2c627af793286), [`57b00630`](https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf)]:
- lit@3.1.2

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/preact-signals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/preact-signals",
"version": "1.0.1",
"version": "1.0.2",
"description": "Preact Signals integration for Lit",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down Expand Up @@ -135,6 +135,6 @@
},
"dependencies": {
"@preact/signals-core": "^1.3.0",
"lit": "^2.0.0 || ^3.0.0"
"lit": "^3.1.2"
}
}
10 changes: 10 additions & 0 deletions packages/labs/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.1.3

### Patch Changes

- [#4485](https://github.com/lit/lit/pull/4485) [`57b00630`](https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf) - Add "browser" export condition entrypoints to any package.json files with "node"
export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the
"node" entrypoints instead of the browser code.
- Updated dependencies [[`57b00630`](https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf)]:
- @lit/react@1.0.3

## 2.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/react",
"version": "2.1.2",
"version": "2.1.3",
"description": "A React component wrapper for web components.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down Expand Up @@ -183,7 +183,7 @@
},
"author": "Google LLC",
"dependencies": {
"@lit/react": "^1.0.0"
"@lit/react": "^1.0.3"
},
"devDependencies": {
"@lit-internal/scripts": "^1.0.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/labs/ssr-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.1.7

### Patch Changes

- [#4485](https://github.com/lit/lit/pull/4485) [`57b00630`](https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf) - Add "browser" export condition entrypoints to any package.json files with "node"
export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the
"node" entrypoints instead of the browser code.
- Updated dependencies [[`1a32b61e`](https://github.com/lit/lit/commit/1a32b61ecf09c2c2e6efac2735c2c627af793286), [`57b00630`](https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf), [`dca963f7`](https://github.com/lit/lit/commit/dca963f7f5d2f7be91f2f073ebabe92d033b3a25)]:
- lit-html@3.1.2
- lit@3.1.2
- @lit/reactive-element@2.0.4

## 1.1.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.6",
"version": "1.1.7",
"description": "Client package for @lit-labs/ssr.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down Expand Up @@ -136,9 +136,9 @@
"@lit-internal/scripts": "^1.0.1"
},
"dependencies": {
"@lit/reactive-element": "^1.6.1 || ^2.0.0",
"lit": "^2.7.0 || ^3.0.0",
"lit-html": "^2.7.0 || ^3.0.0"
"@lit/reactive-element": "^2.0.4",
"lit": "^3.1.2",
"lit-html": "^3.1.2"
},
"publishConfig": {
"access": "public"
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.2.0

### Minor Changes

- [#4493](https://github.com/lit/lit/pull/4493) [`e901c582`](https://github.com/lit/lit/commit/e901c5829b50b38db9c434e979a8fd215adafea8) - Add `toggleAttribute` to the Element shim.

## 1.1.2

### Patch 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.2",
"version": "1.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/labs/ssr-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"/jsx-runtime.{d.ts,d.ts.map,js,js.map}"
],
"dependencies": {
"@lit-labs/ssr": "^3.2.0",
"@lit-labs/ssr-client": "^1.1.4"
"@lit-labs/ssr": "^3.2.2",
"@lit-labs/ssr-client": "^1.1.7"
},
"peerDependencies": {
"@types/react": "17 || 18",
Expand Down Expand Up @@ -99,10 +99,10 @@
}
},
"devDependencies": {
"@lit/react": "1.0.2",
"@lit/react": "1.0.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"lit": "^3.1.0",
"lit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uvu": "^0.5.6"
Expand Down
16 changes: 16 additions & 0 deletions packages/labs/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 3.2.2

### Patch Changes

- [#4515](https://github.com/lit/lit/pull/4515) [`dca963f7`](https://github.com/lit/lit/commit/dca963f7f5d2f7be91f2f073ebabe92d033b3a25) - Fix a memory leak when patching directive constructors for SSR.

- [#4519](https://github.com/lit/lit/pull/4519) [`8d3e3057`](https://github.com/lit/lit/commit/8d3e3057d5d7835a7088457b04a5b6b13af98def) - Fix a bug where server templates with attribute bindings on certain element tags like `<td>` used top-level would throw an error during server render.

- Updated dependencies [[`1a32b61e`](https://github.com/lit/lit/commit/1a32b61ecf09c2c2e6efac2735c2c627af793286), [`e901c582`](https://github.com/lit/lit/commit/e901c5829b50b38db9c434e979a8fd215adafea8), [`57b00630`](https://github.com/lit/lit/commit/57b006306c269bd835979935dae3062599c4fccf), [`dca963f7`](https://github.com/lit/lit/commit/dca963f7f5d2f7be91f2f073ebabe92d033b3a25)]:
- lit-html@3.1.2
- lit@3.1.2
- @lit-labs/ssr-dom-shim@1.2.0
- @lit/reactive-element@2.0.4
- @lit-labs/ssr-client@1.1.7
- lit-element@4.0.4

## 3.2.1

### Patch Changes
Expand Down

0 comments on commit b4e3c0e

Please sign in to comment.