Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Oct 5, 2022
1 parent f6919dd commit 85e9bb0
Show file tree
Hide file tree
Showing 44 changed files with 160 additions and 126 deletions.
7 changes: 0 additions & 7 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.

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

This file was deleted.

20 changes: 0 additions & 20 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.

2 changes: 0 additions & 2 deletions .changeset/many-pillows-move.md

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 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.

6 changes: 0 additions & 6 deletions .changeset/spotty-kangaroos-shout.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-avocados-build.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
6 changes: 6 additions & 0 deletions packages/labs/cli-localize/CHANGELOG.md
@@ -1,3 +1,9 @@
# @lit-labs/cli

## 0.1.0

### Minor Changes

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

## 0.0.1
2 changes: 1 addition & 1 deletion packages/labs/cli-localize/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/cli-localize",
"description": "Implements the `lit localize` command. Use from @lit-labs/cli",
"version": "0.0.0",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/labs/cli/CHANGELOG.md
@@ -1,5 +1,18 @@
# @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), [`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/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,7 +77,7 @@
}
},
"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",
"chalk": "^5.0.1",
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
7 changes: 7 additions & 0 deletions packages/labs/gen-wrapper-angular/CHANGELOG.md
@@ -1,5 +1,12 @@
# @lit-labs/gen-wrapper-angular

## 0.0.2

### 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.0.2",
"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
18 changes: 18 additions & 0 deletions packages/labs/observers/CHANGELOG.md
@@ -1,5 +1,23 @@
# @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.

- [#3323](https://github.com/lit/lit/pull/3323) [`0f787b29`](https://github.com/lit/lit/commit/0f787b290af1ce68498ddb8fb0ab32b9d6698dc6) - Add unobserve method to `ResizeController` and `IntersectionController`.

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

- [#3321](https://github.com/lit/lit/pull/3321) [`e90e8fe9`](https://github.com/lit/lit/commit/e90e8fe99423c264827564dcc98236d0329a118a) - Controllers now track all observed targets and will restore observing targets
when host is reconnected.

## 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

0 comments on commit 85e9bb0

Please sign in to comment.