Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Mar 21, 2023
1 parent da3b8d5 commit eef3419
Show file tree
Hide file tree
Showing 88 changed files with 301 additions and 251 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-squids-drive.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/chatty-feet-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-bears-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-ravens-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-students-shop.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/early-berries-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-snakes-complain.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eight-seals-admire.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fair-rivers-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-jeans-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-apes-cross.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fluffy-pillows-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-bottles-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-apricots-pay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-insects-fail.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/healthy-icons-raise.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/kind-terms-wait.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/large-apricots-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-hairs-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-rats-hug.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/little-rivers-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-hornets-explain.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/new-pillows-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-rockets-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-beans-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-apricots-lick.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/red-pets-jump.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rich-toes-jam.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/serious-moose-vanish.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/short-tomatoes-clap.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/six-eggs-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-mails-clean.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/soft-foxes-protect.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/soft-turtles-protect.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/strange-brooms-search.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/stupid-shrimps-promise.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/stupid-taxis-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-mice-love.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-balloons-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-cups-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-tips-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-beans-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-carrots-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-baboons-pull.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wild-boxes-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-turtles-rush.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- [#3621](https://github.com/lit/lit/pull/3621) [`dfdc3f71`](https://github.com/lit/lit/commit/dfdc3f714e511d30acc28809fa6643a4c764cad1) - Added analysys of vanilla custom elements that extend HTMLElement.

- [#3662](https://github.com/lit/lit/pull/3662) [`cabc6189`](https://github.com/lit/lit/commit/cabc61894e57ba89ecadc1deb20f121fecdfffc9) - Added support for analyzing const variables initialized to class or function expressions as ClassDeclaration and FunctionDeclaration, respectively.

- [#3658](https://github.com/lit/lit/pull/3658) [`b7b01c0d`](https://github.com/lit/lit/commit/b7b01c0d21c0ac301cd5b8d4cb595f3bbfeebe6b) - JSDoc types in TS files now have no effect on the analyzer's output, matching TS itself.

- [#3702](https://github.com/lit/lit/pull/3702) [`520b4713`](https://github.com/lit/lit/commit/520b47132af8e21868df5dc4dfdf5e003a38d158) - Adds support for overloaded functions. Methods of model objects that accept a
string key will now specifically return the `FunctionDeclaration` of the
implementation signature of an overloaded function, which has a new `overloads`
field containing a `FunctionOverloadDeclaration` for each overload signature.

- [#3648](https://github.com/lit/lit/pull/3648) [`39ac5275`](https://github.com/lit/lit/commit/39ac52758064dc521c2e3701e28348d7dc637a98) - Fix support for static class members by storing them in separate maps by name.

- [#3655](https://github.com/lit/lit/pull/3655) [`7e20a528`](https://github.com/lit/lit/commit/7e20a5287a46eadcd06a0804147b3b27110326ad) - Added support for analyzing function declarations.

- [#3529](https://github.com/lit/lit/pull/3529) [`389d0c55`](https://github.com/lit/lit/commit/389d0c558d78982d8265588d1935ede91f46f3a0) - Added CLI improvements:

- Add support for --exclude options (important for excluding test files from e.g. manifest or wrapper generation)

Added more analysis support and manifest emit:

- TS enum type variables
- description, summary, and deprecated for all models
- module-level description & summary
- ClassField and ClassMethod

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/analyzer/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/analyzer",
"version": "0.5.0",
"version": "0.6.0",
"publishConfig": {
"access": "public"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/labs/cli/CHANGELOG.md
@@ -1,5 +1,25 @@
# @lit-labs/cli

## 0.4.0

### Minor Changes

- [#3529](https://github.com/lit/lit/pull/3529) [`389d0c55`](https://github.com/lit/lit/commit/389d0c558d78982d8265588d1935ede91f46f3a0) - Added CLI improvements:

- Add support for --exclude options (important for excluding test files from e.g. manifest or wrapper generation)

Added more analysis support and manifest emit:

- TS enum type variables
- description, summary, and deprecated for all models
- module-level description & summary
- ClassField and ClassMethod

### Patch Changes

- Updated dependencies [[`dfdc3f71`](https://github.com/lit/lit/commit/dfdc3f714e511d30acc28809fa6643a4c764cad1), [`cabc6189`](https://github.com/lit/lit/commit/cabc61894e57ba89ecadc1deb20f121fecdfffc9), [`b7b01c0d`](https://github.com/lit/lit/commit/b7b01c0d21c0ac301cd5b8d4cb595f3bbfeebe6b), [`520b4713`](https://github.com/lit/lit/commit/520b47132af8e21868df5dc4dfdf5e003a38d158), [`39ac5275`](https://github.com/lit/lit/commit/39ac52758064dc521c2e3701e28348d7dc637a98), [`7e20a528`](https://github.com/lit/lit/commit/7e20a5287a46eadcd06a0804147b3b27110326ad), [`389d0c55`](https://github.com/lit/lit/commit/389d0c558d78982d8265588d1935ede91f46f3a0)]:
- @lit-labs/analyzer@0.6.0

## 0.3.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.3.0",
"version": "0.4.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -79,7 +79,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.5.0",
"@lit-labs/analyzer": "^0.6.0",
"@lit-labs/gen-utils": "^0.2.0",
"@lit/localize-tools": "^0.6.1",
"chalk": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/cli/src/lib/lit-version.ts
@@ -1 +1 @@
export const litVersion = '2.6.1';
export const litVersion = '2.7.0';
2 changes: 1 addition & 1 deletion packages/labs/cli/test-goldens/init/js-named/package.json
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^2.6.1"
"lit": "^2.7.0"
},
"devDependencies": {
"@web/dev-server": "^0.1.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/cli/test-goldens/init/js/package.json
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^2.6.1"
"lit": "^2.7.0"
},
"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
Expand Up @@ -16,7 +16,7 @@
"lit"
],
"dependencies": {
"lit": "^2.6.1"
"lit": "^2.7.0"
},
"devDependencies": {
"@web/dev-server": "^0.1.32",
Expand Down
19 changes: 19 additions & 0 deletions packages/labs/context/CHANGELOG.md
@@ -1,5 +1,24 @@
# @lit-labs/context

## 0.3.0

### Minor Changes

- [#3632](https://github.com/lit/lit/pull/3632) [`2fa009f3`](https://github.com/lit/lit/commit/2fa009f327017bef9fdcedca4acac8820f33166a) - Add options object to ContextConsumer and ContextProvider constructors. Deprecate positional forms.

### Patch Changes

- [#3691](https://github.com/lit/lit/pull/3691) [`4fa03114`](https://github.com/lit/lit/commit/4fa031148bbf3954118e83df4106c711da35d186) - Work around a common bug in compilers that target ES5 when extending built in classes like Event.

- [#3628](https://github.com/lit/lit/pull/3628) [`61ce8148`](https://github.com/lit/lit/commit/61ce8148e3272a21a4cb009537c2db761b21a9df) - Add type parameter for key to createContext()

- [#3451](https://github.com/lit/lit/pull/3451) [`7c93499c`](https://github.com/lit/lit/commit/7c93499ccdfc493df9397163e552356e64bfd2c3) - Make ContextRoot deduplicate context requests by element and callback identity

- [#3698](https://github.com/lit/lit/pull/3698) [`b9c27c51`](https://github.com/lit/lit/commit/b9c27c5156ecdd752380c725fec17dab1f3fb704) - Explicitly annotate the this value of a set function. This makes some tooling happier.

- Updated dependencies [[`b95c86e5`](https://github.com/lit/lit/commit/b95c86e5ec0e2f6de63a23409b9ec489edb61b86), [`e00f6f52`](https://github.com/lit/lit/commit/e00f6f52199d5dbc08d4c15f62380422e77cde7f), [`88a40177`](https://github.com/lit/lit/commit/88a40177de9be5d117a21e3da5414bd777872544)]:
- lit@2.7.0

## 0.2.0

### Minor Changes
Expand Down

0 comments on commit eef3419

Please sign in to comment.