Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Aug 18, 2022
1 parent 26cfefd commit 1a7e85f
Show file tree
Hide file tree
Showing 27 changed files with 99 additions and 47 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-monkeys-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-badgers-watch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/mighty-yaks-compete.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-lobsters-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-lobsters-press.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/labs/cli/CHANGELOG.md
@@ -1,5 +1,16 @@
# @lit-labs/cli

## 0.1.0

### Minor Changes

- [#3225](https://github.com/lit/lit/pull/3225) [`198da7ce`](https://github.com/lit/lit/commit/198da7ceabc944b142a666cae56ea239624cd019) - Initial release

### Patch Changes

- Updated dependencies [[`198da7ce`](https://github.com/lit/lit/commit/198da7ceabc944b142a666cae56ea239624cd019)]:
- @lit-labs/gen-utils@0.1.0

## 0.0.1

### Patch 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.0.1",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"@lit-labs/analyzer": "^0.2.0",
"@lit-labs/gen-utils": "^0.0.1",
"@lit-labs/gen-utils": "^0.1.0",
"@lit/localize-tools": "^0.6.1",
"chalk": "^5.0.1",
"command-line-args": "^5.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/gen-utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/gen-utils

## 0.1.0

### Minor Changes

- [#3225](https://github.com/lit/lit/pull/3225) [`198da7ce`](https://github.com/lit/lit/commit/198da7ceabc944b142a666cae56ea239624cd019) - Initial release

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/gen-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/gen-utils",
"description": "Utilities for lit code generators",
"version": "0.0.1",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/gen-wrapper-angular/CHANGELOG.md
@@ -0,0 +1,8 @@
# @lit-labs/gen-wrapper-angular

## 0.0.1

### Patch Changes

- Updated dependencies [[`198da7ce`](https://github.com/lit/lit/commit/198da7ceabc944b142a666cae56ea239624cd019)]:
- @lit-labs/gen-utils@0.1.0
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.0",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@lit-labs/analyzer": "^0.2.0",
"@lit-labs/gen-utils": "^0.0.1"
"@lit-labs/gen-utils": "^0.1.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.1.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/labs/gen-wrapper-react/CHANGELOG.md
@@ -1,5 +1,16 @@
# @lit-labs/gen-wrapper-react

## 0.1.0

### Minor Changes

- [#3225](https://github.com/lit/lit/pull/3225) [`198da7ce`](https://github.com/lit/lit/commit/198da7ceabc944b142a666cae56ea239624cd019) - Initial release

### Patch Changes

- Updated dependencies [[`198da7ce`](https://github.com/lit/lit/commit/198da7ceabc944b142a666cae56ea239624cd019)]:
- @lit-labs/gen-utils@0.1.0

## 0.0.1

### Patch 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.0.1",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@lit-labs/analyzer": "^0.2.0",
"@lit-labs/gen-utils": "^0.0.1"
"@lit-labs/gen-utils": "^0.1.0"
},
"devDependencies": {
"@lit-internal/tests": "^0.0.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/labs/gen-wrapper-vue/CHANGELOG.md
@@ -0,0 +1,13 @@
# @lit-labs/gen-wrapper-vue

## 0.1.0

### Minor Changes

- [#3225](https://github.com/lit/lit/pull/3225) [`198da7ce`](https://github.com/lit/lit/commit/198da7ceabc944b142a666cae56ea239624cd019) - Initial release

### Patch Changes

- Updated dependencies [[`198da7ce`](https://github.com/lit/lit/commit/198da7ceabc944b142a666cae56ea239624cd019), [`26cfefd2`](https://github.com/lit/lit/commit/26cfefd296ccd1af0f83cb99380bb0104e7133d4)]:
- @lit-labs/gen-utils@0.1.0
- @lit-labs/vue-utils@0.1.0
6 changes: 3 additions & 3 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.0.1",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -62,8 +62,8 @@
},
"dependencies": {
"@lit-labs/analyzer": "^0.2.0",
"@lit-labs/gen-utils": "^0.0.1",
"@lit-labs/vue-utils": "^0.0.1"
"@lit-labs/gen-utils": "^0.1.0",
"@lit-labs/vue-utils": "^0.1.0"
},
"devDependencies": {
"@lit-internal/tests": "^0.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/virtualizer/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/virtualizer

## 0.7.2

### Patch Changes

- [#3215](https://github.com/lit/lit/pull/3215) [`ecdb3bcd`](https://github.com/lit/lit/commit/ecdb3bcd311772e227f6e2b8e73614471ddf2682) - Exported RangeChangedEvent and VisibilityChangedEvent from main module.

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/virtualizer/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/virtualizer",
"version": "0.7.1",
"version": "0.7.2",
"description": "Viewport-based virtualization (virtual scrolling) for Lit",
"author": "Google LLC",
"license": "BSD-3-Clause",
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/vue-utils/CHANGELOG.md
@@ -0,0 +1,7 @@
# @lit-labs/vue-utils

## 0.1.0

### Minor Changes

- [#3227](https://github.com/lit/lit/pull/3227) [`26cfefd2`](https://github.com/lit/lit/commit/26cfefd296ccd1af0f83cb99380bb0104e7133d4) - Initial release
2 changes: 1 addition & 1 deletion packages/labs/vue-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/vue-utils",
"version": "0.0.1",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-html/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.3.1

### Patch Changes

- [#3223](https://github.com/lit/lit/pull/3223) [`5a65ca97`](https://github.com/lit/lit/commit/5a65ca97464839fcd4ea59240b9910002fa64a82) - Use existing `document` in Node build

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-html/package.json
@@ -1,6 +1,6 @@
{
"name": "lit-html",
"version": "2.3.0",
"version": "2.3.1",
"description": "HTML templates literals in JavaScript",
"license": "BSD-3-Clause",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-html/src/lit-html.ts
Expand Up @@ -2178,7 +2178,7 @@ polyfillSupport?.(Template, ChildPart);

// IMPORTANT: do not change the property name or the assignment expression.
// This line will be used in regexes to search for lit-html usage.
(global.litHtmlVersions ??= []).push('2.3.0');
(global.litHtmlVersions ??= []).push('2.3.1');
if (DEV_MODE && global.litHtmlVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
8 changes: 8 additions & 0 deletions packages/lit/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 2.3.1

### Patch Changes

- [#3222](https://github.com/lit/lit/pull/3222) [`486739ec`](https://github.com/lit/lit/commit/486739ec23d70ef9ec93fb7249c2291181a8343b) - Fix `CSSStyleSheet is not defined` error that would occur when importing a Lit component in Node when both static `styles` and the `@property` decorator were used.

- [#3223](https://github.com/lit/lit/pull/3223) [`5a65ca97`](https://github.com/lit/lit/commit/5a65ca97464839fcd4ea59240b9910002fa64a82) - Use existing `document` in Node build

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "lit",
"version": "2.3.0",
"version": "2.3.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/reactive-element/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 1.4.1

### Patch Changes

- [#3222](https://github.com/lit/lit/pull/3222) [`486739ec`](https://github.com/lit/lit/commit/486739ec23d70ef9ec93fb7249c2291181a8343b) - Fix `CSSStyleSheet is not defined` error that would occur when importing a Lit component in Node when both static `styles` and the `@property` decorator were used.

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive-element/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit/reactive-element",
"version": "1.4.0",
"version": "1.4.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive-element/src/reactive-element.ts
Expand Up @@ -1543,7 +1543,7 @@ if (DEV_MODE) {

// IMPORTANT: do not change the property name or the assignment expression.
// This line will be used in regexes to search for ReactiveElement usage.
(global.reactiveElementVersions ??= []).push('1.4.0');
(global.reactiveElementVersions ??= []).push('1.4.1');
if (DEV_MODE && global.reactiveElementVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down

0 comments on commit 1a7e85f

Please sign in to comment.