Skip to content

Commit f154b90

Browse files
Merge branch 'main' into template-result-docs
2 parents d5d58a9 + e088732 commit f154b90

51 files changed

Lines changed: 63 additions & 61 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/early-sheep-hear.md

Lines changed: 2 additions & 0 deletions

README.md

Lines changed: 1 addition & 1 deletion

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lit-monorepo",
2+
"name": "@lit-internal/monorepo",
33
"private": true,
44
"type": "module",
55
"engines": {
@@ -22,7 +22,7 @@
2222
"test": "lerna run test --ignore '{lit,lit-html,lit-element,@lit/reactive-element,@lit-labs/context,@lit-labs/motion,@lit-labs/observers,@lit-labs/react,@lit-labs/router,@lit-labs/scoped-registry-mixin,@lit-labs/task}' --concurrency 1 --stream ",
2323
"prepare": "husky install",
2424
"changeset": "changeset",
25-
"version": "npm run changeset version && npm run update-version-vars",
25+
"version": "npm run changeset version && npm run update-version-vars && lerna bootstrap -- --package-lock-only",
2626
"update-version-vars": "node scripts/update-version-variables.js",
2727
"release": "npm run bootstrap && npm run build && npm run changeset publish"
2828
},

packages/benchmarks/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

packages/benchmarks/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "benchmarks",
2+
"name": "@lit-internal/benchmarks-generator",
33
"version": "1.0.0",
44
"private": true,
55
"description": "Template benchmark generator",

packages/benchmarks/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lit-benchmarks",
2+
"name": "@lit-internal/benchmarks",
33
"version": "1.0.2",
44
"private": true,
55
"description": "Benchmarks for lit",

packages/internal-scripts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/internal-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "internal-scripts",
2+
"name": "@lit-internal/scripts",
33
"private": true,
44
"version": "1.0.0",
55
"description": "Internal scripts for the Lit monorepo",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/lit/lit.git",
9-
"directory": "packages/internal-scripts"
9+
"directory": "packages/@lit-internal/scripts"
1010
},
1111
"author": "Google LLC",
1212
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)