Skip to content

Commit

Permalink
Version Packages (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Jun 29, 2022
1 parent 3380417 commit 75e90d3
Show file tree
Hide file tree
Showing 37 changed files with 80 additions and 64 deletions.
2 changes: 0 additions & 2 deletions .changeset/brave-games-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-colts-float.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/early-beers-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eleven-zebras-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-lizards-obey.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/hot-clouds-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-coats-bow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loud-dragons-hang.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/odd-adults-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-camels-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-stingrays-sit.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wild-papayas-camp.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/young-panthers-explain.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- [#2976](https://github.com/lit/lit/pull/2976) [`bf13dae2`](https://github.com/lit/lit/commit/bf13dae231d26f350c117271a45e047ee151fc20) - Added Type, Reference, and VariableDeclaration to model

## 0.2.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.2.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/eleventy-plugin-lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/eleventy-plugin-lit

## 0.2.2

### Patch Changes

- [#3006](https://github.com/lit/lit/pull/3006) [`da4e097b`](https://github.com/lit/lit/commit/da4e097b09ba5769a3daa4f1539c415ce3699a5e) - Fix transform breakage in situations where `outputPath` is false (e.g. setting `permalink: false` or using the serverless plugin).

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/eleventy-plugin-lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/eleventy-plugin-lit",
"version": "0.2.1",
"version": "0.2.2",
"description": "Eleventy plugin for rendering Lit components.",
"author": "Google LLC",
"license": "BSD-3-Clause",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 1.0.6

### Patch Changes

- [#3050](https://github.com/lit/lit/pull/3050) [`5227ca52`](https://github.com/lit/lit/commit/5227ca52863ac6fd9f3ee57d7a6c78ea1e617b56) - Fix a property collision in the minified production build.

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/react",
"version": "1.0.5",
"version": "1.0.6",
"description": "A React component wrapper for web components.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/router/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/router

## 0.1.1

### Patch Changes

- [#3050](https://github.com/lit/lit/pull/3050) [`5227ca52`](https://github.com/lit/lit/commit/5227ca52863ac6fd9f3ee57d7a6c78ea1e617b56) - Fix a property collision in the minified production build.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/router/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/router",
"version": "0.1.0",
"version": "0.1.1",
"description": "A router for Lit.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/ssr/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.2.1

### Patch Changes

- [#3045](https://github.com/lit/lit/pull/3045) [`9a7b6546`](https://github.com/lit/lit/commit/9a7b6546c286a964cafb707812353f33c6f0113c) - Fix behavior of setAttribute when value is not a string to match browsers. It is now cast to a string. Fixes problems such as reflection of type:Number properties on ReactiveElements.

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/ssr/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/ssr",
"type": "module",
"version": "2.2.0",
"version": "2.2.1",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/labs/testing/CHANGELOG.md
@@ -0,0 +1,7 @@
# @lit-labs/testing

## 0.1.0

### Minor Changes

- [#2957](https://github.com/lit/lit/pull/2957) [`a2491c34`](https://github.com/lit/lit/commit/a2491c347817fc0c16738630ed8b3980570273d4) - Initial release
2 changes: 1 addition & 1 deletion packages/labs/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/testing",
"version": "0.0.0",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-element/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 3.2.1

### Patch Changes

- [#2978](https://github.com/lit/lit/pull/2978) [`634d4560`](https://github.com/lit/lit/commit/634d45601b1d13be6d21fce725ece6abb9b3ee71) - Changed the caching behavior of the css`` template literal tag so that same-text styles do not share a CSSStyleSheet. Note that this may be a breaking change in some very unusual scenarios on Chromium and Firefox > 101 only.

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-element/package.json
@@ -1,6 +1,6 @@
{
"name": "lit-element",
"version": "3.2.0",
"version": "3.2.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-element/src/lit-element.ts
Expand Up @@ -298,7 +298,7 @@ export const _$LE = {

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

## 2.2.7

### Patch Changes

- [#2978](https://github.com/lit/lit/pull/2978) [`634d4560`](https://github.com/lit/lit/commit/634d45601b1d13be6d21fce725ece6abb9b3ee71) - Changed the caching behavior of the css`` template literal tag so that same-text styles do not share a CSSStyleSheet. Note that this may be a breaking change in some very unusual scenarios on Chromium and Firefox > 101 only.

## 2.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "lit",
"version": "2.2.6",
"version": "2.2.7",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/localize-tools/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 0.6.4

### Patch Changes

- [#3092](https://github.com/lit/lit/pull/3092) [`0c9ee0ec`](https://github.com/lit/lit/commit/0c9ee0ec87b831513f04bdd37e9ed434a134f06f) - Dependencies pinned due to breaking changes.

## 0.6.3

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

## 1.3.3

### Patch Changes

- [#2978](https://github.com/lit/lit/pull/2978) [`634d4560`](https://github.com/lit/lit/commit/634d45601b1d13be6d21fce725ece6abb9b3ee71) - Changed the caching behavior of the css`` template literal tag so that same-text styles do not share a CSSStyleSheet. Note that this may be a breaking change in some very unusual scenarios on Chromium and Firefox > 101 only.

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive-element/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit/reactive-element",
"version": "1.3.2",
"version": "1.3.3",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive-element/src/reactive-element.ts
Expand Up @@ -1521,7 +1521,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.
(globalThis.reactiveElementVersions ??= []).push('1.3.2');
(globalThis.reactiveElementVersions ??= []).push('1.3.3');
if (DEV_MODE && globalThis.reactiveElementVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
6 changes: 6 additions & 0 deletions packages/ts-transformers/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.1.2

### Patch Changes

- [#3092](https://github.com/lit/lit/pull/3092) [`0c9ee0ec`](https://github.com/lit/lit/commit/0c9ee0ec87b831513f04bdd37e9ed434a134f06f) - Dependencies pinned due to breaking changes.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-transformers/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit/ts-transformers",
"version": "1.1.1",
"version": "1.1.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 75e90d3

Please sign in to comment.