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 10, 2023
1 parent c10df5d commit 512408e
Show file tree
Hide file tree
Showing 81 changed files with 280 additions and 225 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-squids-drive.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/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/large-apricots-hang.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.

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.

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

This file was deleted.

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

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

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

## 1.0.3

### Patch Changes

- [#3393](https://github.com/lit/lit/pull/3393) [`6fe882f7`](https://github.com/lit/lit/commit/6fe882f7af746ddab6e98bca3d2690222095423d) - Fix spelling identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling).

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-internal/benchmarks",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"description": "Benchmarks for lit",
"license": "BSD-3-Clause",
Expand Down
34 changes: 34 additions & 0 deletions packages/labs/analyzer/CHANGELOG.md
@@ -1,5 +1,39 @@
# @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

### Patch Changes

- [#3393](https://github.com/lit/lit/pull/3393) [`6fe882f7`](https://github.com/lit/lit/commit/6fe882f7af746ddab6e98bca3d2690222095423d) - Fix spelling identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling).

## 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
22 changes: 22 additions & 0 deletions packages/labs/cli/CHANGELOG.md
@@ -1,5 +1,27 @@
# @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

- [#3393](https://github.com/lit/lit/pull/3393) [`6fe882f7`](https://github.com/lit/lit/commit/6fe882f7af746ddab6e98bca3d2690222095423d) - Fix spelling identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling).

- 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), [`6fe882f7`](https://github.com/lit/lit/commit/6fe882f7af746ddab6e98bca3d2690222095423d), [`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
18 changes: 18 additions & 0 deletions packages/labs/context/CHANGELOG.md
@@ -1,5 +1,23 @@
# @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

- [#3393](https://github.com/lit/lit/pull/3393) [`6fe882f7`](https://github.com/lit/lit/commit/6fe882f7af746ddab6e98bca3d2690222095423d) - Fix spelling identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling).

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

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/context/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/context",
"version": "0.2.0",
"version": "0.3.0",
"description": "Helpers and controllers for using Context protocol",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
9 changes: 9 additions & 0 deletions packages/labs/eleventy-plugin-lit/CHANGELOG.md
@@ -1,5 +1,14 @@
# @lit-labs/eleventy-plugin-lit

## 1.0.1

### Patch Changes

- [#3393](https://github.com/lit/lit/pull/3393) [`6fe882f7`](https://github.com/lit/lit/commit/6fe882f7af746ddab6e98bca3d2690222095423d) - Fix spelling identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling).

- Updated dependencies [[`f2eb9796`](https://github.com/lit/lit/commit/f2eb97962c7e77373b3b8861ab59639de22da3d0), [`ca74ff6e`](https://github.com/lit/lit/commit/ca74ff6eda710b929ca7aaf759a98cdfa350cc0d), [`e00f6f52`](https://github.com/lit/lit/commit/e00f6f52199d5dbc08d4c15f62380422e77cde7f), [`6fe882f7`](https://github.com/lit/lit/commit/6fe882f7af746ddab6e98bca3d2690222095423d), [`61ec3dab`](https://github.com/lit/lit/commit/61ec3dab761e379c65f9e27946e53137da83fb58)]:
- @lit-labs/ssr@3.1.0

## 1.0.0

### Major Changes
Expand Down

0 comments on commit 512408e

Please sign in to comment.