Skip to content

Commit

Permalink
Merge pull request #2839 from modernweb-dev/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
bashmish authored Nov 6, 2024
2 parents 69eeb01 + 5f4f351 commit 17cfc0d
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/poor-insects-arrive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-pugs-buy.md

This file was deleted.

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

## 0.7.4

### Patch Changes

- fb33d75c: bump "express" from 4.18.2 to 4.21.1 to use updated "cookie" with vulnerability fixes

## 0.7.3

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

## 1.0.3

### Patch Changes

- f506af31: Upgrade esbuild to 0.24.x
- Updated dependencies [fb33d75c]
- @web/dev-server-core@0.7.4

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-server-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/dev-server-esbuild",
"version": "1.0.2",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -52,7 +52,7 @@
],
"dependencies": {
"@mdn/browser-compat-data": "^4.0.0",
"@web/dev-server-core": "^0.7.2",
"@web/dev-server-core": "^0.7.4",
"esbuild": "^0.24.0",
"parse5": "^6.0.1",
"ua-parser-js": "^1.0.33"
Expand Down
6 changes: 6 additions & 0 deletions packages/rollup-plugin-workbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rollup-plugin-workbox

## 8.1.1

### Patch Changes

- f506af31: Upgrade esbuild to 0.24.x

## 8.1.0

### Minor 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": "8.1.0",
"version": "8.1.1",
"description": "Rollup plugin that builds a service worker with workbox as part of your rollup build",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/storybook-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web/storybook-builder

## 0.1.19

### Patch Changes

- fb33d75c: bump "express" from 4.18.2 to 4.21.1 to use updated "cookie" with vulnerability fixes
- f506af31: Upgrade esbuild to 0.24.x
- Updated dependencies [fb33d75c]
- @web/dev-server-core@0.7.4

## 0.1.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/storybook-builder",
"version": "0.1.18",
"version": "0.1.19",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"@storybook/node-logger": "^7.0.0",
"@storybook/preview": "^7.0.0",
"@web/dev-server": "^0.4.0",
"@web/dev-server-core": "^0.7.2",
"@web/dev-server-core": "^0.7.4",
"@web/dev-server-rollup": "^0.6.1",
"@web/rollup-plugin-html": "^2.3.0",
"browser-assert": "^1.2.1",
Expand Down

0 comments on commit 17cfc0d

Please sign in to comment.