Skip to content

Commit

Permalink
Version Packages (lit#4718)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot authored Aug 5, 2024
1 parent 8e91d17 commit d0ecfd7
Show file tree
Hide file tree
Showing 60 changed files with 227 additions and 105 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-lamps-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-yaks-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-melons-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-octopus-play.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/khaki-pots-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-suits-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-spies-smile.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tender-penguins-admire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-humans-draw.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/warm-experts-cross.md

This file was deleted.

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

## 0.13.0

### Minor Changes

- [#4682](https://github.com/lit/lit/pull/4682) [`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c) - Update typescript to 5.5.0

## 0.12.1

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

## 0.2.1

### Patch Changes

- Updated dependencies [[`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c)]:
- @lit/localize-tools@0.8.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/cli-localize/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/cli-localize",
"description": "Implements the `lit localize` command. Use from @lit-labs/cli",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
}
},
"dependencies": {
"@lit/localize-tools": "^0.7.0"
"@lit/localize-tools": "^0.8.0"
},
"devDependencies": {
"typescript": "~5.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lit-labs/cli

## 0.6.5

### Patch Changes

- Updated dependencies [[`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c)]:
- @lit-labs/analyzer@0.13.0
- @lit/localize-tools@0.8.0

## 0.6.4

### 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.6.4",
"version": "0.6.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -79,9 +79,9 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/analyzer": "^0.13.0",
"@lit-labs/gen-utils": "^0.3.0",
"@lit/localize-tools": "^0.7.0",
"@lit/localize-tools": "^0.8.0",
"chalk": "^5.0.1",
"command-line-args": "^5.2.1",
"command-line-commands": "^3.0.2",
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 = '3.1.4';
export const litVersion = '3.2.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": "^3.1.4"
"lit": "^3.2.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": "^3.1.4"
"lit": "^3.2.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": "^3.1.4"
"lit": "^3.2.0"
},
"devDependencies": {
"@web/dev-server": "^0.1.32",
Expand Down
12 changes: 12 additions & 0 deletions packages/labs/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lit-labs/compiler

## 1.1.0

### Minor Changes

- [#4682](https://github.com/lit/lit/pull/4682) [`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c) - Update typescript to 5.5.0

### Patch Changes

- Updated dependencies [[`feccc1ba`](https://github.com/lit/lit/commit/feccc1ba8e82b36d07a0e2576381bf2819926b98), [`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c)]:
- [email protected]
- @lit-labs/[email protected]

## 1.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/labs/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/compiler",
"description": "Compiler to prepare Lit templates at build time",
"version": "1.0.3",
"version": "1.1.0",
"author": "Google LLC",
"homepage": "https://github.com/Lit/Lit/tree/main/packages/labs/compiler",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -103,9 +103,9 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/analyzer": "^0.13.0",
"@parse5/tools": "^0.3.0",
"lit-html": "^3.1.2",
"lit-html": "^3.2.0",
"parse5": "^7.1.2",
"typescript": "~5.5.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# eslint-plugin-lit

## 0.0.2

### Patch Changes

- Updated dependencies [[`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c)]:
- @lit-labs/[email protected]

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-lit",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"description": "Lit support for ESLint",
"license": "BSD-3-Clause",
"author": "Google LLC",
Expand Down Expand Up @@ -64,7 +64,7 @@
"eslint": "^8.56.0"
},
"dependencies": {
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/analyzer": "^0.13.0",
"@typescript-eslint/utils": "^6.19.0",
"typescript": "~5.5.0"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lit-labs/gen-manifest

## 0.3.4

### Patch Changes

- Updated dependencies [[`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c)]:
- @lit-labs/[email protected]

## 0.3.3

### 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
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-manifest",
"description": "Code generator for generating Custom Elements Manifests for Lit components",
"version": "0.3.3",
"version": "0.3.4",
"author": "Google LLC",
"license": "BSD-3-Clause",
"bugs": "https://github.com/lit/lit/issues",
Expand Down Expand Up @@ -48,14 +48,14 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/analyzer": "^0.13.0",
"@lit-labs/gen-utils": "^0.3.0",
"custom-elements-manifest": "^2.0.0"
},
"devDependencies": {
"@lit-internal/tests": "^0.0.1",
"@types/node": "^17.0.31",
"lit": "^3.0.0",
"lit": "^3.2.0",
"uvu": "^0.5.3"
},
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lit-labs/gen-utils

## 0.3.3

### Patch Changes

- Updated dependencies [[`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c)]:
- @lit-labs/[email protected]

## 0.3.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.3.2",
"version": "0.3.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.12.0"
"@lit-labs/analyzer": "^0.13.0"
},
"devDependencies": {
"@lit-internal/tests": "^0.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-wrapper-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lit-labs/gen-wrapper-angular

## 0.1.4

### Patch Changes

- Updated dependencies [[`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c)]:
- @lit-labs/[email protected]

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.3",
"version": "0.1.4",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -58,7 +58,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/analyzer": "^0.13.0",
"@lit-labs/gen-utils": "^0.3.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/gen-wrapper-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lit-labs/gen-wrapper-react

## 0.3.3

### Patch Changes

- Updated dependencies [[`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c)]:
- @lit-labs/[email protected]

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/gen-wrapper-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-wrapper-react",
"description": "Code generator for React wrapper for Lit components",
"version": "0.3.2",
"version": "0.3.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.12.0",
"@lit-labs/analyzer": "^0.13.0",
"@lit-labs/gen-utils": "^0.3.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/labs/gen-wrapper-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lit-labs/gen-wrapper-vue

## 0.4.0

### Minor Changes

- [#4682](https://github.com/lit/lit/pull/4682) [`bbc1760b`](https://github.com/lit/lit/commit/bbc1760b05fedc744c1c86cb836f0b9c0550e428) - Update dependencies, remove Vue compiler output file renaming.

### Patch Changes

- Updated dependencies [[`290a608a`](https://github.com/lit/lit/commit/290a608aa2297e8b99a5424dc90632b97c66386c)]:
- @lit-labs/[email protected]

## 0.3.3

### Patch Changes
Expand Down
Loading

0 comments on commit d0ecfd7

Please sign in to comment.