Skip to content

Commit

Permalink
Merge pull request #2888 from modernweb-dev/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
bashmish authored Feb 13, 2025
2 parents 4ff985b + 98da0ff commit 6b8dd56
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-pugs-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-bears-call.md

This file was deleted.

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

## 1.3.0

### Minor Changes

- a10a0bd: add backwards compatible support for Storybook 8

### Patch Changes

- Updated dependencies [a10a0bd]
- @web/storybook-utils@1.1.0

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/mocks",
"version": "1.2.3",
"version": "1.3.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"@web/storybook-prebuilt": "^0.1.37",
"@web/storybook-utils": "^1.0.0",
"@web/storybook-utils": "^1.1.0",
"lit": "^2.7.5 || ^3.0.0",
"msw": "2.4.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/storybook-builder

## 0.2.0

### Minor Changes

- 0fd9659: migrate to Storybook 8

## 0.1.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.21",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/storybook-framework-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @web/storybook-framework-web-components

## 0.2.0

### Minor Changes

- 0fd9659: migrate to Storybook 8

### Patch Changes

- Updated dependencies [0fd9659]
- @web/storybook-builder@0.2.0

## 0.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook-framework-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/storybook-framework-web-components",
"version": "0.1.3",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
],
"dependencies": {
"@storybook/web-components": "^8.5.0",
"@web/storybook-builder": "^0.1.17"
"@web/storybook-builder": "^0.2.0"
},
"devDependencies": {
"@playwright/test": "^1.22.2",
Expand All @@ -69,7 +69,7 @@
"@storybook/types": "^8.5.0",
"@web/dev-server": "^0.4.0",
"@web/rollup-plugin-import-meta-assets": "^2.2.1",
"@web/storybook-utils": "^1.0.1",
"@web/storybook-utils": "^1.1.0",
"storybook": "^8.5.0"
}
}
6 changes: 6 additions & 0 deletions packages/storybook-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web/storybook-utils

## 1.1.0

### Minor Changes

- a10a0bd: add backwards compatible support for Storybook 8

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/storybook-utils",
"version": "1.0.2",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 6b8dd56

Please sign in to comment.