Skip to content

Commit

Permalink
Version Packages (#3791)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Apr 5, 2023
1 parent 88fe039 commit 21e22cc
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .changeset/nice-pillows-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-clouds-roll.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.1';
export const litVersion = '2.7.2';
2 changes: 1 addition & 1 deletion packages/labs/cli/test-goldens/init/js-named/package.json
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^2.7.1"
"lit": "^2.7.2"
},
"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.1"
"lit": "^2.7.2"
},
"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
Expand Up @@ -16,7 +16,7 @@
"lit"
],
"dependencies": {
"lit": "^2.7.1"
"lit": "^2.7.2"
},
"devDependencies": {
"@web/dev-server": "^0.1.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-html/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.7.2

### Patch Changes

- [#3788](https://github.com/lit/lit/pull/3788) [`88fe0390`](https://github.com/lit/lit/commit/88fe039015ff979e031efbdde1861ae5b11a0da5) - Allow numbers to be used as values in styleMap()

## 2.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-html/package.json
@@ -1,6 +1,6 @@
{
"name": "lit-html",
"version": "2.7.1",
"version": "2.7.2",
"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.1');
(global.litHtmlVersions ??= []).push('2.7.2');
if (DEV_MODE && global.litHtmlVersions.length > 1) {
issueWarning!(
'multiple-versions',
Expand Down
6 changes: 6 additions & 0 deletions packages/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.7.2

### Patch Changes

- [#3788](https://github.com/lit/lit/pull/3788) [`88fe0390`](https://github.com/lit/lit/commit/88fe039015ff979e031efbdde1861ae5b11a0da5) - Allow numbers to be used as values in styleMap()

## 2.7.1

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

0 comments on commit 21e22cc

Please sign in to comment.