Skip to content

Commit

Permalink
Version Packages (#3511)
Browse files Browse the repository at this point in the history
* Version Packages

* Manual edits to virtualizer CHANGELOG

Fix bulleted lists, add note about change to versioning scheme

* Fix typo in labs/react changelog

Co-authored-by: graynorton <graynorton@google.com>
Co-authored-by: Augustine Kim <augustinekim@google.com>
  • Loading branch information
3 people committed Dec 8, 2022
1 parent c2f9dec commit 33a9302
Show file tree
Hide file tree
Showing 60 changed files with 215 additions and 168 deletions.
2 changes: 0 additions & 2 deletions .changeset/blue-feet-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-moose-know.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/dirty-mugs-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-months-prove.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/early-buttons-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-eggs-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-poets-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-falcons-suffer.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fresh-oranges-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-gorillas-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-llamas-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-dragons-serve.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/light-dryers-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-terms-develop.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/many-boxes-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-suits-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-singers-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-rats-relate.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/six-buttons-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-mugs-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-mice-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-flowers-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-clouds-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-lamps-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-parents-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-pillows-carry.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/labs/analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lit-labs/analyzer

## 0.5.0

### Minor Changes

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Added support for export, slot, cssPart, and cssProperty to analyzer and manifest generator. Also improved JS project analysis performance.

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Added superclass analysis to ClassDeclaration, along with the ability to query exports of a Module (via `getExport()` and `getResolvedExport()`) and the ability to dereference `Reference`s to the `Declaration` they point to (via `dereference()`). A ClassDeclaration's superClass may be interrogated via `classDeclaration.heritage.superClass.dereference()` (`heritage.superClass` returns a `Reference`, which can be dereferenced to access its superclass's `ClassDeclaration` model.

## 0.4.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.4.0",
"version": "0.5.0",
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/labs/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @lit-labs/cli

## 0.3.0

### Minor Changes

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - changed lit init --dir flag to --out

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Added superclass analysis to ClassDeclaration, along with the ability to query exports of a Module (via `getExport()` and `getResolvedExport()`) and the ability to dereference `Reference`s to the `Declaration` they point to (via `dereference()`). A ClassDeclaration's superClass may be interrogated via `classDeclaration.heritage.superClass.dereference()` (`heritage.superClass` returns a `Reference`, which can be dereferenced to access its superclass's `ClassDeclaration` model.

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Implemented lit init element command

### Patch Changes

- Updated dependencies [[`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d), [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d), [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d)]:
- @lit-labs/analyzer@0.5.0
- @lit-labs/gen-utils@0.2.0

## 0.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/labs/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/cli",
"description": "Tooling for Lit development",
"version": "0.2.1",
"version": "0.3.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -78,8 +78,8 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.4.0",
"@lit-labs/gen-utils": "^0.1.0",
"@lit-labs/analyzer": "^0.5.0",
"@lit-labs/gen-utils": "^0.2.0",
"@lit/localize-tools": "^0.6.1",
"chalk": "^5.0.1",
"command-line-args": "^5.2.1",
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 = '2.2.8';
export const litVersion = '2.5.0';
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": "^2.2.8"
"lit": "^2.5.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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^2.2.8"
"lit": "^2.5.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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lit"
],
"dependencies": {
"lit": "^2.2.8"
"lit": "^2.5.0"
},
"devDependencies": {
"@web/dev-server": "^0.1.32",
Expand Down
18 changes: 18 additions & 0 deletions packages/labs/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @lit-labs/context

## 0.2.0

### Minor Changes

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Rename ContextKey to Context

### Patch Changes

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Make @consume decorator work with optional fields

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Allow ContextProvider to be added lazily and still work with ContextRoot

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Rename @contextProvided and @contextProvider to @consume and @provide

- Updated dependencies [[`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d)]:
- @lit/reactive-element@1.5.0
- lit@2.5.0

## 0.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/labs/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/context",
"version": "0.1.3",
"version": "0.2.0",
"description": "Helpers and controllers for using Context protocol",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down Expand Up @@ -132,8 +132,8 @@
},
"author": "Google LLC",
"dependencies": {
"@lit/reactive-element": "^1.0.0",
"lit": "^2.0.0"
"@lit/reactive-element": "^1.5.0",
"lit": "^2.5.0"
},
"devDependencies": {
"@types/trusted-types": "^2.0.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/labs/gen-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lit-labs/gen-manifest

## 0.1.0

### Minor Changes

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Added support for export, slot, cssPart, and cssProperty to analyzer and manifest generator. Also improved JS project analysis performance.

### Patch Changes

- Updated dependencies [[`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d), [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d), [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d)]:
- @lit-labs/analyzer@0.5.0
- @lit-labs/gen-utils@0.2.0

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/labs/gen-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@lit-labs/gen-manifest",
"description": "Code generator for generating Custom Elements Manifests for Lit components",
"version": "0.0.2",
"version": "0.1.0",
"author": "Google LLC",
"license": "BSD-3-Clause",
"bugs": "https://github.com/lit/lit/issues",
Expand Down Expand Up @@ -48,8 +48,8 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.4.0",
"@lit-labs/gen-utils": "^0.1.0",
"@lit-labs/analyzer": "^0.5.0",
"@lit-labs/gen-utils": "^0.2.0",
"custom-elements-manifest": "^2.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/labs/gen-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lit-labs/gen-utils

## 0.2.0

### Minor Changes

- [#3507](https://github.com/lit/lit/pull/3507) [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d) - Implemented lit init element command

### Patch Changes

- Updated dependencies [[`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d), [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d)]:
- @lit-labs/analyzer@0.5.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/gen-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-utils",
"description": "Utilities for lit code generators",
"version": "0.1.2",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.4.0"
"@lit-labs/analyzer": "^0.5.0"
},
"devDependencies": {
"@lit-internal/tests": "^0.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/gen-wrapper-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lit-labs/gen-wrapper-angular

## 0.0.4

### Patch Changes

- Updated dependencies [[`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d), [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d), [`b152db29`](https://github.com/lit/lit/commit/b152db291932aa25356543395251a9b42e12292d)]:
- @lit-labs/analyzer@0.5.0
- @lit-labs/gen-utils@0.2.0

## 0.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/labs/gen-wrapper-angular/package.json
Original file line number Diff line number Diff line change
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.3",
"version": "0.0.4",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.4.0",
"@lit-labs/gen-utils": "^0.1.0"
"@lit-labs/analyzer": "^0.5.0",
"@lit-labs/gen-utils": "^0.2.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.1.5",
Expand Down

0 comments on commit 33a9302

Please sign in to comment.