Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3778

Merged
merged 1 commit into from Apr 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-baboons-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-bananas-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-shoes-carry.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/pretty-goats-switch.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/selfish-countries-impress.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/sweet-lemons-brake.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/labs/cli/src/lib/lit-version.ts
@@ -1 +1 @@
export const litVersion = '2.7.0';
export const litVersion = '2.7.1';
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^2.7.0"
"lit": "^2.7.1"
},
"devDependencies": {
"@web/dev-server": "^0.1.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/cli/test-goldens/init/js/package.json
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^2.7.0"
"lit": "^2.7.1"
},
"devDependencies": {
"@web/dev-server": "^0.1.32"
Expand Down
Expand Up @@ -16,7 +16,7 @@
"lit"
],
"dependencies": {
"lit": "^2.7.0"
"lit": "^2.7.1"
},
"devDependencies": {
"@web/dev-server": "^0.1.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/eleventy-plugin-lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/eleventy-plugin-lit

## 1.0.1

### Patch Changes

- [#3720](https://github.com/lit/lit/pull/3720) [`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7) - Use hydration modules from `@lit-labs/ssr-client`

## 1.0.0

### Major 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": "1.0.0",
"version": "1.0.1",
"description": "Eleventy plugin for rendering Lit components.",
"author": "Google LLC",
"license": "BSD-3-Clause",
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/nextjs/CHANGELOG.md
@@ -1,5 +1,13 @@
# @lit-labs/nextjs

## 0.1.1

### Patch Changes

- [#3748](https://github.com/lit/lit/pull/3748) [`3cea6b2d`](https://github.com/lit/lit/commit/3cea6b2d23f294d41c57f8e695575468cc068332) - Fix README title

- [#3720](https://github.com/lit/lit/pull/3720) [`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7) - Use hydration modules from `@lit-labs/ssr-client`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/nextjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/nextjs",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/observers/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/observers

## 2.0.0

### Major Changes

- [#3771](https://github.com/lit/lit/pull/3771) [`89da3d80`](https://github.com/lit/lit/commit/89da3d802e506a7400bc415ef77c2bfffce8ffa6) - Change filenames to match project convention: replace `_` with `-`.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/observers/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/observers",
"version": "1.1.0",
"version": "2.0.0",
"description": "A set of reactive controllers that facilitate using the platform observer objects.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/ssr-client/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 1.1.0

### Minor Changes

- [#3720](https://github.com/lit/lit/pull/3720) [`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7) - `lit-html/experimental-hydrate.js` and `lit-element/experimental-hydrate-support.js` have been moved to `@lit-labs/ssr-client`.

The modules in the original location have been marked deprecated and will be removed in a future version.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/ssr-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/ssr-client",
"version": "1.0.1",
"version": "1.1.0",
"description": "Client package for @lit-labs/ssr.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
9 changes: 9 additions & 0 deletions packages/labs/ssr-react/CHANGELOG.md
@@ -1,5 +1,14 @@
# @lit-labs/ssr-react

## 0.1.1

### Patch Changes

- [#3720](https://github.com/lit/lit/pull/3720) [`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7) - Use hydration modules from `@lit-labs/ssr-client`

- Updated dependencies [[`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7)]:
- @lit-labs/ssr-client@1.1.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/ssr-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/ssr-react",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
],
"dependencies": {
"@lit-labs/ssr": "^3.1.0",
"@lit-labs/ssr-client": "^1.0.1",
"@lit-labs/ssr-client": "^1.1.0",
"lit": "^2.7.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/labs/ssr/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 3.1.1

### Patch Changes

- [#3720](https://github.com/lit/lit/pull/3720) [`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7) - Use hydration modules from `@lit-labs/ssr-client`

- Updated dependencies [[`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7)]:
- @lit-labs/ssr-client@1.1.0

## 3.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/ssr/package.json
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/ssr",
"type": "module",
"version": "3.1.0",
"version": "3.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -207,7 +207,7 @@
"koa-static": "^5.0.0"
},
"dependencies": {
"@lit-labs/ssr-client": "^1.0.0",
"@lit-labs/ssr-client": "^1.1.0",
"@lit-labs/ssr-dom-shim": "^1.1.0",
"@lit/reactive-element": "^1.6.0",
"@parse5/tools": "^0.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/labs/testing/CHANGELOG.md
@@ -1,5 +1,14 @@
# @lit-labs/testing

## 0.2.1

### Patch Changes

- [#3720](https://github.com/lit/lit/pull/3720) [`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7) - Use hydration modules from `@lit-labs/ssr-client`

- Updated dependencies [[`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7)]:
- @lit-labs/ssr-client@1.1.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/testing",
"version": "0.2.0",
"version": "0.2.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -106,7 +106,7 @@
],
"dependencies": {
"@lit-labs/ssr": "^3.0.0",
"@lit-labs/ssr-client": "^1.0.1",
"@lit-labs/ssr-client": "^1.1.0",
"@web/test-runner-commands": "^0.6.1",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.6.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/lit-element/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 3.3.1

### Patch Changes

- [#3720](https://github.com/lit/lit/pull/3720) [`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7) - `lit-html/experimental-hydrate.js` and `lit-element/experimental-hydrate-support.js` have been moved to `@lit-labs/ssr-client`.

The modules in the original location have been marked deprecated and will be removed in a future version.

## 3.3.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.3.0",
"version": "3.3.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.3.0');
(globalThis.litElementVersions ??= []).push('3.3.1');
if (DEV_MODE && globalThis.litElementVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
10 changes: 10 additions & 0 deletions packages/lit-html/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 2.7.1

### Patch Changes

- [#3768](https://github.com/lit/lit/pull/3768) [`7c1191da`](https://github.com/lit/lit/commit/7c1191da8e2f33e145ea58265531b7c744835401) - Fix styleMap's handling of important flags

- [#3720](https://github.com/lit/lit/pull/3720) [`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7) - `lit-html/experimental-hydrate.js` and `lit-element/experimental-hydrate-support.js` have been moved to `@lit-labs/ssr-client`.

The modules in the original location have been marked deprecated and will be removed in a future version.

## 2.7.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.7.0",
"version": "2.7.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 @@ -2095,7 +2095,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.7.0');
(global.litHtmlVersions ??= []).push('2.7.1');
if (DEV_MODE && global.litHtmlVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
10 changes: 10 additions & 0 deletions packages/lit/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 2.7.1

### Patch Changes

- [#3768](https://github.com/lit/lit/pull/3768) [`7c1191da`](https://github.com/lit/lit/commit/7c1191da8e2f33e145ea58265531b7c744835401) - Fix styleMap's handling of important flags

- [#3720](https://github.com/lit/lit/pull/3720) [`575fb578`](https://github.com/lit/lit/commit/575fb578473031859b59b9ed98634ba091b389f7) - `lit-html/experimental-hydrate.js` and `lit-element/experimental-hydrate-support.js` have been moved to `@lit-labs/ssr-client`.

The modules in the original location have been marked deprecated and will be removed in a future version.

## 2.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "lit",
"version": "2.7.0",
"version": "2.7.1",
"publishConfig": {
"access": "public"
},
Expand Down