Skip to content

Commit

Permalink
Version Packages (pre) (#4246)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot authored Sep 28, 2023
1 parent 5c3e624 commit 76d73c6
Show file tree
Hide file tree
Showing 106 changed files with 723 additions and 143 deletions.
33 changes: 32 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,56 @@
"@lit/reactive-element": "1.6.3",
"@lit/rollup-plugin-minify-html-literals": "0.0.0",
"@lit-internal/tests": "0.0.0",
"@lit/ts-transformers": "1.1.3"
"@lit/ts-transformers": "1.1.3",
"@lit-examples/nextjs": "0.1.0",
"@lit-examples/preact": "0.0.0",
"@lit/context": "0.0.0",
"@lit-labs/preact-signals": "0.0.0",
"@lit-labs/rollup-plugin-minify-html-literals": "0.0.0",
"@lit-internal/test-elements-react": "1.0.0",
"@lit/react": "0.0.0",
"@lit/task": "0.1.0"
},
"changesets": [
"angry-rabbits-compare",
"big-ducks-decide",
"blue-glasses-tickle",
"breezy-pigs-cover",
"curvy-ducks-unite",
"cyan-teachers-agree",
"cyan-yaks-marry",
"fifty-forks-decide",
"fuzzy-cherries-taste",
"good-pears-add",
"good-pots-beam",
"healthy-planes-smash",
"healthy-walls-admire",
"hungry-cups-destroy",
"hungry-paws-beam",
"long-parrots-dress",
"mean-coats-happen",
"nasty-deers-search",
"nasty-planes-mate",
"nervous-frogs-approve",
"nine-buttons-give",
"odd-windows-sip",
"old-kangaroos-tell",
"quick-bananas-rhyme",
"quiet-dots-yell",
"real-kings-sell",
"rotten-worms-itch",
"serious-planets-thank",
"serious-tomatoes-sparkle",
"shaggy-fans-shop",
"shiny-jeans-drum",
"shy-lobsters-protect",
"tame-candles-cough",
"tiny-baboons-invent",
"tricky-poems-study",
"violet-files-draw",
"wild-rabbits-pay",
"wild-rats-wave",
"wise-pianos-approve",
"yellow-starfishes-rush"
]
}
10 changes: 10 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @lit-examples/nextjs

## 0.1.1-pre.0

### Patch Changes

- Updated dependencies [[`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5), [`71526898`](https://github.com/lit/lit/commit/71526898cc33ff8a466b9dcabb89d601ec862b9a), [`0f6878dc`](https://github.com/lit/lit/commit/0f6878dc45fd95bbeb8750f277349c1392e2b3ad), [`2a01471a`](https://github.com/lit/lit/commit/2a01471a5f65fe34bad11e1099281811b8d0f79b), [`2eba6997`](https://github.com/lit/lit/commit/2eba69974c9e130e7483f44f9daca308345497d5), [`d27a77ec`](https://github.com/lit/lit/commit/d27a77ec3d3999e872df9218a2b07f90f22eb417), [`6470807f`](https://github.com/lit/lit/commit/6470807f3a0981f9d418cb26f05969912455d148), [`09949234`](https://github.com/lit/lit/commit/09949234445388d51bfb4ee24ff28a4c9f82fe17)]:
- @lit-labs/nextjs@0.1.2-pre.1
- lit@3.0.0-pre.1
- @lit/react@1.0.0-pre.0
8 changes: 4 additions & 4 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-examples/nextjs",
"version": "0.1.0",
"version": "0.1.1-pre.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@lit-labs/nextjs": "*",
"@lit/react": "*",
"@lit-labs/nextjs": "0.1.2-pre.1",
"@lit/react": "1.0.0-pre.0",
"@types/node": "^18.11.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"eslint": "^8.29.0",
"eslint-config-next": "^13.0.6",
"lit": "*",
"lit": "3.0.0-pre.1",
"next": "^13.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @lit-examples/preact

## 0.0.1-pre.0

### Patch Changes

- Updated dependencies []:
- @lit-internal/test-elements-react@1.0.1-pre.0
4 changes: 2 additions & 2 deletions examples/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-examples/preact",
"private": true,
"version": "0.0.0",
"version": "0.0.1-pre.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"preact": "^10.15.1",
"@lit-internal/test-elements-react": "*"
"@lit-internal/test-elements-react": "1.0.1-pre.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lit-internal/benchmarks

## 1.0.5-pre.0

### Patch Changes

- [#4141](https://github.com/lit/lit/pull/4141) [`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5) - Update TypeScript to ~5.2.0

- Updated dependencies [[`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5), [`0f6878dc`](https://github.com/lit/lit/commit/0f6878dc45fd95bbeb8750f277349c1392e2b3ad), [`2a01471a`](https://github.com/lit/lit/commit/2a01471a5f65fe34bad11e1099281811b8d0f79b), [`2eba6997`](https://github.com/lit/lit/commit/2eba69974c9e130e7483f44f9daca308345497d5), [`d27a77ec`](https://github.com/lit/lit/commit/d27a77ec3d3999e872df9218a2b07f90f22eb417), [`6470807f`](https://github.com/lit/lit/commit/6470807f3a0981f9d418cb26f05969912455d148), [`09949234`](https://github.com/lit/lit/commit/09949234445388d51bfb4ee24ff28a4c9f82fe17)]:
- @lit/reactive-element@2.0.0-pre.1
- lit-element@4.0.0-pre.1
- lit-html@3.0.0-pre.1

## 1.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-internal/benchmarks",
"version": "1.0.4",
"version": "1.0.5-pre.0",
"private": true,
"description": "Benchmarks for lit",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -62,9 +62,9 @@
}
},
"dependencies": {
"@lit/reactive-element": "^2.0.0-pre.0",
"lit-element": "^4.0.0-pre.0",
"lit-html": "^3.0.0-pre.0",
"@lit/reactive-element": "^2.0.0-pre.1",
"lit-element": "^4.0.0-pre.1",
"lit-html": "^3.0.0-pre.1",
"tachometer": "^0.7.0"
},
"#comment": "Unusually, we don't want to track a specific version of chromedriver, because we end up using the version of chrome that we get in the benchmark runner, which is usually just the latest version. Specifying it as * means that updating the package-lock.json file will always get the latest version.",
Expand Down
12 changes: 12 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lit-labs/context

## 1.0.0-pre.0

### Major Changes

- [#4210](https://github.com/lit/lit/pull/4210) [`cf7d96d4`](https://github.com/lit/lit/commit/cf7d96d48c7a7d1f18d82b999a31f7d62d10d7b3) - Graduate @lit-labs/context to @lit/context, its permanent location. @lit-labs/context is now just a proxy for @lit/context, so code need not be duplicated in projects that depend on both.

### Patch Changes

- Updated dependencies [[`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5), [`0f6878dc`](https://github.com/lit/lit/commit/0f6878dc45fd95bbeb8750f277349c1392e2b3ad), [`2a01471a`](https://github.com/lit/lit/commit/2a01471a5f65fe34bad11e1099281811b8d0f79b), [`2eba6997`](https://github.com/lit/lit/commit/2eba69974c9e130e7483f44f9daca308345497d5), [`d27a77ec`](https://github.com/lit/lit/commit/d27a77ec3d3999e872df9218a2b07f90f22eb417), [`6470807f`](https://github.com/lit/lit/commit/6470807f3a0981f9d418cb26f05969912455d148), [`09949234`](https://github.com/lit/lit/commit/09949234445388d51bfb4ee24ff28a4c9f82fe17)]:
- @lit/reactive-element@2.0.0-pre.1
- lit@3.0.0-pre.1

## Initial release!

@lit/context graduated from its previous location at @lit-labs/context.
Expand Down
6 changes: 3 additions & 3 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit/context",
"version": "0.0.0",
"version": "1.0.0-pre.0",
"description": "Helpers and controllers for using Context protocol",
"license": "BSD-3-Clause",
"homepage": "https://lit.dev/",
Expand Down Expand Up @@ -164,8 +164,8 @@
},
"author": "Google LLC",
"dependencies": {
"@lit/reactive-element": "^2.0.0-pre.0",
"lit": "^3.0.0-pre.0"
"@lit/reactive-element": "^2.0.0-pre.1",
"lit": "^3.0.0-pre.1"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/internal-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit-internal/scripts

## 1.0.1-pre.1

### Patch Changes

- [#4141](https://github.com/lit/lit/pull/4141) [`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5) - Update TypeScript to ~5.2.0

## 1.0.1-pre.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-internal/scripts",
"private": true,
"version": "1.0.1-pre.0",
"version": "1.0.1-pre.1",
"description": "Internal scripts for the Lit monorepo",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/labs/analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit-labs/analyzer

## 0.10.0-pre.0

### Minor Changes

- [#4141](https://github.com/lit/lit/pull/4141) [`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5) - Update TypeScript to ~5.2.0

## 0.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-labs/analyzer",
"version": "0.9.2",
"version": "0.10.0-pre.0",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/labs/cli-localize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lit-labs/cli

## 0.2.0-pre.1

### Minor Changes

- [#4141](https://github.com/lit/lit/pull/4141) [`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5) - Update TypeScript to ~5.2.0

### Patch Changes

- Updated dependencies [[`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5)]:
- @lit/localize-tools@0.7.0-pre.1

## 0.1.1-pre.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/labs/cli-localize/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/cli-localize",
"description": "Implements the `lit localize` command. Use from @lit-labs/cli",
"version": "0.1.1-pre.0",
"version": "0.2.0-pre.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
}
},
"dependencies": {
"@lit/localize-tools": "^0.7.0-pre.0"
"@lit/localize-tools": "^0.7.0-pre.1"
},
"devDependencies": {
"typescript": "~5.2.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/labs/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lit-labs/cli

## 0.6.1-pre.0

### Patch Changes

- [#4141](https://github.com/lit/lit/pull/4141) [`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5) - Update TypeScript to ~5.2.0

- Updated dependencies [[`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5)]:
- @lit-labs/gen-utils@0.3.0-pre.0
- @lit/localize-tools@0.7.0-pre.1
- @lit-labs/analyzer@0.10.0-pre.0

## 0.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/labs/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/cli",
"description": "Tooling for Lit development",
"version": "0.6.0",
"version": "0.6.1-pre.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -79,9 +79,9 @@
}
},
"dependencies": {
"@lit-labs/analyzer": "^0.9.0",
"@lit-labs/gen-utils": "^0.2.0",
"@lit/localize-tools": "^0.7.0-pre.0",
"@lit-labs/analyzer": "^0.10.0-pre.0",
"@lit-labs/gen-utils": "^0.3.0-pre.0",
"@lit/localize-tools": "^0.7.0-pre.1",
"chalk": "^5.0.1",
"command-line-args": "^5.2.1",
"command-line-commands": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/cli/src/lib/lit-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const litVersion = '3.0.0-pre.0';
export const litVersion = '3.0.0-pre.1';
2 changes: 1 addition & 1 deletion packages/labs/cli/test-goldens/init/js-named/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^3.0.0-pre.0"
"lit": "^3.0.0-pre.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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lit"
],
"dependencies": {
"lit": "^3.0.0-pre.0"
"lit": "^3.0.0-pre.1"
},
"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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lit"
],
"dependencies": {
"lit": "^3.0.0-pre.0"
"lit": "^3.0.0-pre.1"
},
"devDependencies": {
"@web/dev-server": "^0.1.32",
Expand Down
16 changes: 16 additions & 0 deletions packages/labs/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @lit-labs/compiler

## 1.0.0-pre.0

### Major Changes

- [#4128](https://github.com/lit/lit/pull/4128) [`190ee965`](https://github.com/lit/lit/commit/190ee965df6d13ab9125f17034219478b5732a28) - Initial release of `@lit-labs/compiler`, vending a Lit template TypeScript transformer.

### Minor Changes

- [#4141](https://github.com/lit/lit/pull/4141) [`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5) - Update TypeScript to ~5.2.0

### Patch Changes

- Updated dependencies [[`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5), [`d27a77ec`](https://github.com/lit/lit/commit/d27a77ec3d3999e872df9218a2b07f90f22eb417)]:
- lit-html@3.0.0-pre.1
4 changes: 2 additions & 2 deletions packages/labs/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-labs/compiler",
"description": "Compiler to prepare Lit templates at build time",
"version": "0.0.0",
"version": "1.0.0-pre.0",
"author": "Google LLC",
"homepage": "https://github.com/Lit/Lit/tree/main/packages/labs/compiler",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -103,7 +103,7 @@
},
"dependencies": {
"@parse5/tools": "^0.3.0",
"lit-html": "^3.0.0-pre.0",
"lit-html": "^3.0.0-pre.1",
"parse5": "^7.1.2",
"typescript": "~5.2.0"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/labs/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @lit-labs/context

## 0.5.0-pre.0

### Minor Changes

- [#4151](https://github.com/lit/lit/pull/4151) [`5680d483`](https://github.com/lit/lit/commit/5680d48398f2197b8943ed6adf0c1dd529158d2e) - Make context decorators work with standard decorators

### Patch Changes

- [#4141](https://github.com/lit/lit/pull/4141) [`6b515e43`](https://github.com/lit/lit/commit/6b515e43c3a24cc8a593247d3aa72d81bcc724d5) - Update TypeScript to ~5.2.0

- [#4210](https://github.com/lit/lit/pull/4210) [`cf7d96d4`](https://github.com/lit/lit/commit/cf7d96d48c7a7d1f18d82b999a31f7d62d10d7b3) - Graduate @lit-labs/context to @lit/context, its permanent location. @lit-labs/context is now just a proxy for @lit/context, so code need not be duplicated in projects that depend on both.

- [#4200](https://github.com/lit/lit/pull/4200) [`8e737fbd`](https://github.com/lit/lit/commit/8e737fbdea832cafd0d038448b926269c7f686b3) - Support @provide with experimental decorators on a property. Previously we only supported it on an accessor, which happened automatically if used with @state or @property.

- Updated dependencies [[`cf7d96d4`](https://github.com/lit/lit/commit/cf7d96d48c7a7d1f18d82b999a31f7d62d10d7b3)]:
- @lit/context@1.0.0-pre.0

## 0.4.1

### Patch Changes
Expand Down
Loading

0 comments on commit 76d73c6

Please sign in to comment.