Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3328

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/big-files-attack.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/brown-goats-rest.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clean-parents-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-singers-retire.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eight-frogs-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-hairs-run.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/famous-dolls-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-squids-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-pants-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-moons-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-turtles-judge.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/moody-colts-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-jars-float.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/seven-fireants-wonder.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thirty-years-camp.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/witty-pants-punch.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- [#3304](https://github.com/lit/lit/pull/3304) [`31bed8d6`](https://github.com/lit/lit/commit/31bed8d6542c44a64bad8282b9ce5e5d6514e44a) - Added support for analyzing JavaScript files.

- [#3288](https://github.com/lit/lit/pull/3288) [`569a6237`](https://github.com/lit/lit/commit/569a6237377eeef0c8dced2c369c77ebdd81218e) - Refactored Analyzer into better fit for use in plugins. Analyzer class now takes a ts.Program, and PackageAnalyzer takes a package path and creates a program to analyze a package on the filesystem.

- [#3254](https://github.com/lit/lit/pull/3254) [`fc2fd4c8`](https://github.com/lit/lit/commit/fc2fd4c8f4a25b9a85073afcb38614209e079bb9) - Fixes bug where global install of CLI resulted in incompatible use of analyzer between CLI packages. Fixes #3234.

## 0.2.2

### 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.2.2",
"version": "0.3.0",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/cli-localize/CHANGELOG.md
@@ -1,3 +1,10 @@
# @lit-labs/cli

## 0.0.2

### Patch Changes

- Updated dependencies [[`7a9fc0f5`](https://github.com/lit/lit/commit/7a9fc0f57e43c2eab44e9442e5896f951a8c751a)]:
- @lit/localize-tools@0.7.0

## 0.0.1
4 changes: 2 additions & 2 deletions packages/labs/cli-localize/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@lit-labs/cli-localize",
"description": "Implements the `lit localize` command. Use from @lit-labs/cli",
"version": "0.0.1",
"version": "0.0.2",
"author": "Google LLC",
"license": "BSD-3-Clause",
"bugs": "https://github.com/lit/lit/issues",
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"dependencies": {
"@lit/localize-tools": "^0.6.3"
"@lit/localize-tools": "^0.7.0"
},
"devDependencies": {
"typescript": "~4.6.2"
Expand Down
14 changes: 14 additions & 0 deletions packages/labs/cli/CHANGELOG.md
@@ -1,5 +1,19 @@
# @lit-labs/cli

## 0.2.0

### Minor Changes

- [#3304](https://github.com/lit/lit/pull/3304) [`31bed8d6`](https://github.com/lit/lit/commit/31bed8d6542c44a64bad8282b9ce5e5d6514e44a) - Added support for analyzing JavaScript files.

- [#2936](https://github.com/lit/lit/pull/2936) [`7a9fc0f5`](https://github.com/lit/lit/commit/7a9fc0f57e43c2eab44e9442e5896f951a8c751a) - Locally version and lazily install the localize command.

### Patch Changes

- Updated dependencies [[`31bed8d6`](https://github.com/lit/lit/commit/31bed8d6542c44a64bad8282b9ce5e5d6514e44a), [`7a9fc0f5`](https://github.com/lit/lit/commit/7a9fc0f57e43c2eab44e9442e5896f951a8c751a), [`569a6237`](https://github.com/lit/lit/commit/569a6237377eeef0c8dced2c369c77ebdd81218e), [`fc2fd4c8`](https://github.com/lit/lit/commit/fc2fd4c8f4a25b9a85073afcb38614209e079bb9)]:
- @lit-labs/analyzer@0.3.0
- @lit/localize-tools@0.7.0

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/labs/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/cli",
"description": "Tooling for Lit development",
"version": "0.1.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -77,9 +77,9 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.2.0",
"@lit-labs/analyzer": "^0.3.0",
"@lit-labs/gen-utils": "^0.1.0",
"@lit/localize-tools": "^0.6.1",
"@lit/localize-tools": "^0.7.0",
"chalk": "^5.0.1",
"command-line-args": "^5.2.1",
"command-line-commands": "^3.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-labs/gen-utils

## 0.1.1

### Patch Changes

- Updated dependencies [[`31bed8d6`](https://github.com/lit/lit/commit/31bed8d6542c44a64bad8282b9ce5e5d6514e44a), [`569a6237`](https://github.com/lit/lit/commit/569a6237377eeef0c8dced2c369c77ebdd81218e), [`fc2fd4c8`](https://github.com/lit/lit/commit/fc2fd4c8f4a25b9a85073afcb38614209e079bb9)]:
- @lit-labs/analyzer@0.3.0

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.2.0"
"@lit-labs/analyzer": "^0.3.0"
},
"devDependencies": {
"@lit-internal/tests": "^0.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/labs/gen-wrapper-angular/CHANGELOG.md
@@ -1,5 +1,18 @@
# @lit-labs/gen-wrapper-angular

## 0.1.0

### Minor Changes

- [#3288](https://github.com/lit/lit/pull/3288) [`569a6237`](https://github.com/lit/lit/commit/569a6237377eeef0c8dced2c369c77ebdd81218e) - Refactored Analyzer into better fit for use in plugins. Analyzer class now takes a ts.Program, and PackageAnalyzer takes a package path and creates a program to analyze a package on the filesystem.

- [#3254](https://github.com/lit/lit/pull/3254) [`fc2fd4c8`](https://github.com/lit/lit/commit/fc2fd4c8f4a25b9a85073afcb38614209e079bb9) - Fixes bug where global install of CLI resulted in incompatible use of analyzer between CLI packages. Fixes #3234.

### Patch Changes

- Updated dependencies [[`31bed8d6`](https://github.com/lit/lit/commit/31bed8d6542c44a64bad8282b9ce5e5d6514e44a), [`569a6237`](https://github.com/lit/lit/commit/569a6237377eeef0c8dced2c369c77ebdd81218e), [`fc2fd4c8`](https://github.com/lit/lit/commit/fc2fd4c8f4a25b9a85073afcb38614209e079bb9)]:
- @lit-labs/analyzer@0.3.0

## 0.0.1

### 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.0.1",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.2.0",
"@lit-labs/analyzer": "^0.3.0",
"@lit-labs/gen-utils": "^0.1.0"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/labs/gen-wrapper-react/CHANGELOG.md
@@ -1,5 +1,20 @@
# @lit-labs/gen-wrapper-react

## 0.2.0

### Minor Changes

- [#3288](https://github.com/lit/lit/pull/3288) [`569a6237`](https://github.com/lit/lit/commit/569a6237377eeef0c8dced2c369c77ebdd81218e) - Refactored Analyzer into better fit for use in plugins. Analyzer class now takes a ts.Program, and PackageAnalyzer takes a package path and creates a program to analyze a package on the filesystem.

- [#3254](https://github.com/lit/lit/pull/3254) [`fc2fd4c8`](https://github.com/lit/lit/commit/fc2fd4c8f4a25b9a85073afcb38614209e079bb9) - Fixes bug where global install of CLI resulted in incompatible use of analyzer between CLI packages. Fixes #3234.

### Patch Changes

- [#3310](https://github.com/lit/lit/pull/3310) [`b225bd3a`](https://github.com/lit/lit/commit/b225bd3ae1f03d46119650c997719b86742831fe) - Test-output points to the same dependencies as monorepo.

- Updated dependencies [[`31bed8d6`](https://github.com/lit/lit/commit/31bed8d6542c44a64bad8282b9ce5e5d6514e44a), [`569a6237`](https://github.com/lit/lit/commit/569a6237377eeef0c8dced2c369c77ebdd81218e), [`fc2fd4c8`](https://github.com/lit/lit/commit/fc2fd4c8f4a25b9a85073afcb38614209e079bb9)]:
- @lit-labs/analyzer@0.3.0

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.2.0",
"@lit-labs/analyzer": "^0.3.0",
"@lit-labs/gen-utils": "^0.1.0"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/labs/gen-wrapper-vue/CHANGELOG.md
@@ -1,5 +1,20 @@
# @lit-labs/gen-wrapper-vue

## 0.2.0

### Minor Changes

- [#3304](https://github.com/lit/lit/pull/3304) [`31bed8d6`](https://github.com/lit/lit/commit/31bed8d6542c44a64bad8282b9ce5e5d6514e44a) - Added support for analyzing JavaScript files.

- [#3288](https://github.com/lit/lit/pull/3288) [`569a6237`](https://github.com/lit/lit/commit/569a6237377eeef0c8dced2c369c77ebdd81218e) - Refactored Analyzer into better fit for use in plugins. Analyzer class now takes a ts.Program, and PackageAnalyzer takes a package path and creates a program to analyze a package on the filesystem.

- [#3254](https://github.com/lit/lit/pull/3254) [`fc2fd4c8`](https://github.com/lit/lit/commit/fc2fd4c8f4a25b9a85073afcb38614209e079bb9) - Fixes bug where global install of CLI resulted in incompatible use of analyzer between CLI packages. Fixes #3234.

### Patch Changes

- Updated dependencies [[`31bed8d6`](https://github.com/lit/lit/commit/31bed8d6542c44a64bad8282b9ce5e5d6514e44a), [`569a6237`](https://github.com/lit/lit/commit/569a6237377eeef0c8dced2c369c77ebdd81218e), [`fc2fd4c8`](https://github.com/lit/lit/commit/fc2fd4c8f4a25b9a85073afcb38614209e079bb9)]:
- @lit-labs/analyzer@0.3.0

## 0.1.1

### 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.1.1",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.2.0",
"@lit-labs/analyzer": "^0.3.0",
"@lit-labs/gen-utils": "^0.1.0",
"@lit-labs/vue-utils": "^0.1.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/labs/observers/CHANGELOG.md
@@ -1,5 +1,18 @@
# @lit-labs/observers

## 1.1.0

### Minor Changes

- [#3294](https://github.com/lit/lit/pull/3294) [`96c05f25`](https://github.com/lit/lit/commit/96c05f258183066b34d2253c57552ef41ed4581a) - Fix value property of type `unknown` on exported controllers. The type of
`value` is now generic and can be inferred from the return type of your passed
in `callback`. The default callback `() => true` was removed, and is now
undefined by default.

### Patch Changes

- [#3293](https://github.com/lit/lit/pull/3293) [`7e22bc2e`](https://github.com/lit/lit/commit/7e22bc2e3918e36c0e46aa6430c17eb8f557968f) - Fix controllers not observing changes to target element if initialized after the host has connected.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/observers/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/observers",
"version": "1.0.2",
"version": "1.1.0",
"description": "A set of reactive controllers that facilitate using the platform observer objects.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 1.0.9

### Patch Changes

- [#3163](https://github.com/lit/lit/pull/3163) [`1212ddd0`](https://github.com/lit/lit/commit/1212ddd0744529c294ea3905782917172c5aa11e) - Provide the explicit return type `WrappedWebComponent` for `createComponent`. This exposes an explicit typing for wrapped components rather than relying on inferences from Typescript. A well defined type should provide more resilience for implementations like SSR and others.

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/react",
"version": "1.0.8",
"version": "1.0.9",
"description": "A React component wrapper for web components.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down