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 Nov 14, 2023
1 parent 8ba4e33 commit fc4009a
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 22 deletions.
10 changes: 0 additions & 10 deletions .changeset/dry-pigs-confess.md

This file was deleted.

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.6.1

### Patch Changes

- 1c0088de: Update Rollup to version 4.

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "0.6.1",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/dev-server-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @web/dev-server-storybook

## 2.0.0

### Major Changes

- 1c0088de: Update Rollup to version 4.

### Patch Changes

- Updated dependencies [1c0088de]
- @web/rollup-plugin-polyfills-loader@2.1.1
- @web/rollup-plugin-html@2.1.2

## 1.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "1.1.0",
"version": "2.0.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -63,8 +63,8 @@
"@rollup/plugin-terser": "^0.4.4",
"@storybook/csf-tools": "^6.4.9",
"@web/dev-server-core": "^0.7.0",
"@web/rollup-plugin-html": "^2.1.0",
"@web/rollup-plugin-polyfills-loader": "^2.1.0",
"@web/rollup-plugin-html": "^2.1.2",
"@web/rollup-plugin-polyfills-loader": "^2.1.1",
"@web/storybook-prebuilt": "^0.1.37",
"babel-plugin-bundled-import-meta": "^0.3.2",
"babel-plugin-template-html-minifier": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@web/dev-server": "^0.4.0",
"@web/dev-server-storybook": "^1.1.0"
"@web/dev-server-storybook": "^2.0.0"
},
"wireit": {
"types": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rollup-plugin-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/rollup-plugin-html

## 2.1.2

### Patch Changes

- 1c0088de: Update Rollup to version 4.

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/rollup-plugin-html",
"version": "2.1.1",
"version": "2.1.2",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/rollup-plugin-import-meta-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/rollup-plugin-import-meta-assets

## 2.2.1

### Patch Changes

- 1c0088de: Update Rollup to version 4.

## 2.2.0

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

## 2.1.1

### Patch Changes

- 1c0088de: Update Rollup to version 4.

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-polyfills-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/rollup-plugin-polyfills-loader",
"version": "2.1.0",
"version": "2.1.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"@web/polyfills-loader": "^2.2.0"
},
"devDependencies": {
"@web/rollup-plugin-html": "^2.1.0",
"@web/rollup-plugin-html": "^2.1.2",
"rollup": "^4.4.0"
}
}
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.5

### Patch Changes

- 1c0088de: Update Rollup to version 4.
- Updated dependencies [1c0088de]
- @web/rollup-plugin-html@2.1.2
- @web/dev-server-rollup@0.6.1

## 0.1.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.1.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -55,8 +55,8 @@
"@storybook/preview": "^7.0.0",
"@web/dev-server": "^0.4.0",
"@web/dev-server-core": "^0.7.0",
"@web/dev-server-rollup": "^0.6.0",
"@web/rollup-plugin-html": "^2.1.0",
"@web/dev-server-rollup": "^0.6.1",
"@web/rollup-plugin-html": "^2.1.2",
"browser-assert": "^1.2.1",
"es-module-lexer": "^1.2.1",
"esbuild": "^0.19.5",
Expand Down

0 comments on commit fc4009a

Please sign in to comment.