Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Jun 13, 2022
1 parent b12e8d9 commit 7e84f0b
Show file tree
Hide file tree
Showing 29 changed files with 69 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-carpets-fail.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/early-sheep-hear.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/eighty-beds-glow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eighty-windows-bow.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/empty-colts-cross.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fluffy-cooks-pay.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fuzzy-mirrors-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-deers-hang.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-mangos-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-comics-study.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/ten-dodos-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-gorillas-study.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- Updated dependencies [[`7ba356c4`](https://github.com/lit/lit/commit/7ba356c4795ddf2b2a69e69a4c3f78df1e6b56c5)]:
- @lit-labs/gen-wrapper-vue@0.1.0

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/cli/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@lit-labs/cli",
"description": "Tooling for Lit development",
"version": "0.0.1",
"version": "0.0.2",
"author": "Google LLC",
"license": "BSD-3-Clause",
"bin": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"@lit/localize-tools": "^0.6.1",
"@lit-labs/gen-utils": "^0.0.1",
"@lit-labs/gen-wrapper-react": "^0.0.1",
"@lit-labs/gen-wrapper-vue": "^0.0.1",
"@lit-labs/gen-wrapper-vue": "^0.1.0",
"command-line-args": "^5.2.1",
"command-line-commands": "^3.0.2",
"command-line-usage": "^6.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/context/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lit-labs/context

## 0.1.2

### Patch Changes

- [#2979](https://github.com/lit/lit/pull/2979) [`09156025`](https://github.com/lit/lit/commit/0915602543cd211be19ffd2f54e0082df7ac5ea4) - Fixes `@contextProvider` when multiple instances of an element are created; updates docs to consistently reference `@contextProvided`.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/context/package.json
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/context",
"version": "0.1.1",
"version": "0.1.2",
"description": "Helpers and controllers for using Context protocol",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
12 changes: 12 additions & 0 deletions packages/labs/gen-wrapper-vue/CHANGELOG.md
@@ -0,0 +1,12 @@
# @lit-labs/gen-wrapper-vue

## 0.1.0

### Minor Changes

- [#2880](https://github.com/lit/lit/pull/2880) [`7ba356c4`](https://github.com/lit/lit/commit/7ba356c4795ddf2b2a69e69a4c3f78df1e6b56c5) - Adds package for Vue wrapper generation

### Patch Changes

- Updated dependencies [[`7ba356c4`](https://github.com/lit/lit/commit/7ba356c4795ddf2b2a69e69a4c3f78df1e6b56c5)]:
- @lit-labs/vue-utils@0.1.0
4 changes: 2 additions & 2 deletions packages/labs/gen-wrapper-vue/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@lit-labs/gen-wrapper-vue",
"description": "Code generator for Vue wrapper for Lit components",
"version": "0.0.1",
"version": "0.1.0",
"author": "Google LLC",
"license": "BSD-3-Clause",
"bugs": "https://github.com/lit/lit/issues",
Expand Down Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@lit-labs/analyzer": "^0.2.0",
"@lit-labs/gen-utils": "^0.0.1",
"@lit-labs/vue-utils": "^0.0.1"
"@lit-labs/vue-utils": "^0.1.0"
},
"devDependencies": {
"@types/node": "^17.0.31",
Expand Down
8 changes: 8 additions & 0 deletions packages/labs/react/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 1.0.5

### Patch Changes

- [#2987](https://github.com/lit/lit/pull/2987) [`93b30f7d`](https://github.com/lit/lit/commit/93b30f7de81eb203ad88abfc1e0e87a719d132c5) - [labs/react] `useController` is compatible with React strict mode.

- [#2960](https://github.com/lit/lit/pull/2960) [`16a900c7`](https://github.com/lit/lit/commit/16a900c7d0191140a65cdb38126ab3653c334935) - Fix `'@lit-labs/react/use-controller.js'` not being correctly exported from package.json.

## 1.0.4

### 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.4",
"version": "1.0.5",
"description": "A React component wrapper for web components.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
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

- [#2880](https://github.com/lit/lit/pull/2880) [`7ba356c4`](https://github.com/lit/lit/commit/7ba356c4795ddf2b2a69e69a4c3f78df1e6b56c5) - Adds package for Vue wrapper generation
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",
"description": "Utilities for generating a Vue component wrapper for a LitElement.",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-html/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.2.6

### Patch Changes

- [#2849](https://github.com/lit/lit/pull/2849) [`b12e8d93`](https://github.com/lit/lit/commit/b12e8d93fb4a45b1a16e37716ac6e0a684d5e220) - Expand documentation for `render` and `TemplateResult`.

## 2.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-html/package.json
@@ -1,6 +1,6 @@
{
"name": "lit-html",
"version": "2.2.5",
"version": "2.2.6",
"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 @@ -2153,7 +2153,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.
(globalThis.litHtmlVersions ??= []).push('2.2.5');
(globalThis.litHtmlVersions ??= []).push('2.2.6');
if (DEV_MODE && globalThis.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.2.6

### Patch Changes

- [#2849](https://github.com/lit/lit/pull/2849) [`b12e8d93`](https://github.com/lit/lit/commit/b12e8d93fb4a45b1a16e37716ac6e0a684d5e220) - Expand documentation for `render` and `TemplateResult`.

## 2.2.5

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

## 0.11.3

### Patch Changes

- [#2972](https://github.com/lit/lit/pull/2972) [`ee864b6d`](https://github.com/lit/lit/commit/ee864b6dd6616d6cb72924089581af220196c894) - Fix multiple runtime msg call with same template but different expressions

## 0.11.2

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

0 comments on commit 7e84f0b

Please sign in to comment.