Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 9, 2023
1 parent 6cdfbc6 commit 0a1c9c4
Show file tree
Hide file tree
Showing 26 changed files with 87 additions and 65 deletions.
9 changes: 0 additions & 9 deletions .changeset/famous-crabs-vanish.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/five-rings-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-ads-breathe.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/great-walls-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-files-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-candles-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-timers-think.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twelve-flowers-prove.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/dev-server-hmr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/dev-server-hmr

## 0.2.2

### Patch Changes

- 85647c10: Update `lit-html`

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server-hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/dev-server-hmr",
"version": "0.2.1",
"version": "0.2.2",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-server-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/dev-server-rollup

## 0.5.1

### Patch Changes

- 6ab3ee55: fix: ensure imports are resolved correctly in pages without extension

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/dev-server-rollup",
"version": "0.5.0",
"version": "0.5.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
"@rollup/plugin-replace": "^5.0.2",
"@types/parse5": "^6.0.1",
"@types/whatwg-url": "^11.0.0",
"@web/test-runner-chrome": "^0.13.0",
"@web/test-runner-chrome": "^0.13.1",
"@web/test-runner-core": "^0.11.0",
"chai": "^4.2.0",
"mocha": "^10.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/dev-server-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web/dev-server-storybook

## 0.7.2

### Patch Changes

- 85647c10: Update `lit-html`
- 5acaf838: Update `@typescript-eslint/parser`
- ab4720fa: fix: terser import

## 0.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/dev-server-storybook",
"version": "0.7.1",
"version": "0.7.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"devDependencies": {
"@types/path-is-inside": "^1.0.0",
"@web/dev-server": "^0.2.0",
"@web/dev-server": "^0.2.2",
"htm": "^3.1.0"
}
}
9 changes: 9 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web/dev-server

## 0.2.2

### Patch Changes

- 85647c10: Update `lit-html`
- ab4720fa: fix: terser import
- Updated dependencies [6ab3ee55]
- @web/dev-server-rollup@0.5.1

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/dev-server",
"version": "0.2.1",
"version": "0.2.2",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
"@types/command-line-args": "^5.0.0",
"@web/config-loader": "^0.2.1",
"@web/dev-server-core": "^0.5.1",
"@web/dev-server-rollup": "^0.5.0",
"@web/dev-server-rollup": "^0.5.1",
"camelcase": "^6.2.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^7.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/polyfills-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web/polyfills-loader

## 2.1.1

### Patch Changes

- 85647c10: Update `lit-html`
- 5acaf838: Update `@typescript-eslint/parser`

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/polyfills-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/polyfills-loader",
"version": "2.1.0",
"version": "2.1.1",
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/rollup-plugin-workbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# rollup-plugin-workbox

## 8.0.0

### Major Changes

- f7927b81: feat: update workbox v7

- Update workbox to v7
- Removed the mode option in favour of just always bundling/removing process.env for the service worker when using injectManifest

### Patch Changes

- 85647c10: Update `lit-html`
- 5acaf838: Update `@typescript-eslint/parser`
- d56f6bb0: fix: esbuild options shouldnt override swsrc and swdest
- ab4720fa: fix: terser import

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-workbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-workbox",
"version": "7.0.1",
"version": "8.0.0",
"description": "Rollup plugin that builds a service worker with workbox as part of your rollup build",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/test-runner-chrome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web/test-runner-chrome

## 0.13.1

### Patch Changes

- 9ae77c47: Acquire raw v8 coverage via puppeteer API rather than CDP calls
- Updated dependencies [3c33d74a]
- @web/test-runner-coverage-v8@0.7.0

## 0.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner-chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/test-runner-chrome",
"version": "0.13.0",
"version": "0.13.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@web/test-runner-core": "^0.11.0",
"@web/test-runner-coverage-v8": "^0.6.0",
"@web/test-runner-coverage-v8": "^0.7.0",
"chrome-launcher": "^0.15.0",
"puppeteer-core": "^19.8.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/test-runner-coverage-v8/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/test-runner-coverage-v8

## 0.7.0

### Minor Changes

- 3c33d74a: Cache sourcemap resolution across v8-to-istanbul calls to avoid heavy FS reads

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-runner-coverage-v8/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/test-runner-coverage-v8",
"version": "0.6.1",
"version": "0.7.0",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/test-runner-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web/test-runner-playwright

## 0.10.1

### Patch Changes

- Updated dependencies [3c33d74a]
- @web/test-runner-coverage-v8@0.7.0

## 0.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-runner-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/test-runner-playwright",
"version": "0.10.0",
"version": "0.10.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@web/test-runner-core": "^0.11.0",
"@web/test-runner-coverage-v8": "^0.6.0",
"@web/test-runner-coverage-v8": "^0.7.0",
"playwright": "^1.22.2"
},
"devDependencies": {
Expand Down

0 comments on commit 0a1c9c4

Please sign in to comment.